/* //////////////////////////////////////////////////////////////////////////////////////////////////////// */ /* General Site Settings */ p { margin-top: 0; margin-bottom: 0; } body { text-align: center; background-color: #000000; margin-top: 0; } #site { width: 900px; height: 550px; position:relative; margin-left: auto; margin-right:auto; background-image:url(../images/site_bg.jpg); text-align: left; background-repeat: no-repeat; } /* //////////////////////////////////////////////////////////////////////////////////////////////////////// */ /* Content Regions. */ .title { font-family:"Arial Narrow"; font-size:14px; color: #ffffff; text-align: left; overflow: hidden; position:absolute; left: 50px; top: 299px; width: 406px; height:23px; } .content { font-family: "Arial Narrow"; font-size: 13px; color: #ffffff; overflow-y: auto; text-align: left; margin: 0px; position:absolute; left: 50px; top: 330px; width: 406px; height: 149px; } /* //////////////////////////////////////////////////////////////////////////////////////////////////////// */ /* NAVIGATION */ #topNav { top: 30px; left: 30px; position: absolute; text-align: center; height: auto; width: 900px; } #topNav ul { margin: 0px; padding: 0px; list-style-type: none; } #topNav li { width: auto; padding-left: 0px; padding-right: 45px; margin-left: 10px; display: inline; } #topNav a { color: #000000; text-decoration: none; font-family: Arial; font-size: 10px; font-weight:Normal; } #topNav a:hover { color:#000000; } #bottomNav { top: 102px; left: 406px; position: absolute; text-align: center; height: auto; width: 195px; } #bottomNav ul { margin: 0px; padding: 0px; list-style-type: none; } #bottomNav li { width: auto; padding-left: 0px; padding-right: 15px; margin-left: 0px; display: inline; } #bottomNav a { color: #000000; text-decoration: none; font-family: Arial; font-size: 10px; text-transform: uppercase; } #bottomNav a:hover { color:#000000; }