/* this bit needs to go into layout.css */BODY { margin: 0px; text-align: center; }#container { width: 900px;margin: 0 auto;position: relative; }#bannerimage { width: 900px;margin: 0 auto;height: 275px;position: relative; border: 3px solid white;}#headerContent { width: 900px;margin: 20px 0px 20px 0px;position: relative; }#header { position: absolute; left: 0; top: 0; width: 100%;}#main { position: relative; text-align: left; padding: 20px 10px 10px 0px;}#navigation { position: absolute; top: 20px; width: 150px;}#content { margin-left: 170px; }BODY {background-color: #262626; font-family:Geneva, "Times New Roman", Times, serif; font-size: 14px; color: #CCCCCC;}a { color: white; font-style: underline; }H1 { margin: 0px; padding: 0px; font-size: 26px; font-weight: normal; color: #99FF00; }H2 { margin: 0px; padding: 0px; color: #CCCCCC; font-size: 16px; margin: 5px 0 5px 0; font-weight: strong; }H3 { margin: 0px; padding: 0px; font-size: 14px; color: white; }p {line-height: 160%}#footer { clear: both; padding: 4px; margin-top: 10px; border-top: 1px dotted #666; color: #666; font-size: 11px;}.clear {clear: both;}.menu-box {display: block; background-color: #363636; color: white; padding: 20px 4px 4px 6px; margin-bottom: 10px; background-position: left;background-repeat: no-repeat }.menu-box:hover {background-color: #2A2A2A;}
