/* //////////////////////////////////////////////////////////////////////////////////////////////////////// */ /* General Site Settings */ p { margin-top: 0; margin-bottom: 0; } body { text-align: center; background-color: #000000; margin-top: 0; } #site { width: 950px; height: 620px; 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:"Verdana", Times, serif; font-size:28px; color: #fd851c; text-align: left; overflow: hidden; position:absolute; left: 25px; top: 220px; width: 600px; height:35px; } .content { font-family: Arial Narrow; font-size: 12px; color: #fbcc81; overflow-y: auto; text-align: left; margin: 0px; position:absolute; left: 25px; top: 264px; width: 600px; height: 185px; } /* //////////////////////////////////////////////////////////////////////////////////////////////////////// */ /* NAVIGATION */ #topNav { top: 0px; 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: 20px; margin-left: 10px; display: inline; } #topNav a { color: #fd851c; text-decoration: none; font-family: Arial; font-size: 10px; font-weight:Normal; text-transform: uppercase; } #topNav a:hover { color:#fd851c; } #bottomNav { top: 515px; left: 30px; position: absolute; text-align: right; height: auto; width: 905px; } #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: #fd851c; text-decoration: none; font-family: Arial; font-size: 10px; } #bottomNav a:hover { color:#fd851c; }