/* //////////////////////////////////////////////////////////////////////////////////////////////////////// */ /* General Site Settings */ p { margin-top: 0; margin-bottom: 0; } body { text-align: center; background-color: #000000; margin-top: 0; } #site { width: 980px; height: 680px; 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:20px; font-weight: bold; color: #cfaf71; text-align: left; text-transform: uppercase; overflow: hidden; position:absolute; left: 200px; top: 300px; width: 460px; height:28px; } .content { font-family: Verdana, Helvetica, sans-serif; font-size: 11px; color: #FFFFFF; overflow-y: auto; text-align: left; margin: 0px; position:absolute; left: 200px; top: 340px; width: 735px; height: 245px; } /* //////////////////////////////////////////////////////////////////////////////////////////////////////// */ /* NAVIGATION */ #topNav { top: 230px; 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: 10px; margin-left: 10px; display: inline; } #topNav a { color: #cfaf71; text-decoration: none; font-family: Arial; font-size: 12px; font-weight:Normal; text-transform: uppercase; } #topNav a:hover { color:#FFFFFF; } #bottomNavLeft { top: 470px; left: 30px; position: absolute; text-align: center; height: auto; width: 900px; display: none; } #bottomNavLeft ul { margin: 0px; padding: 0px; list-style-type: none; } #bottomNavLeft li { width: auto; padding-left: 0px; padding-right: 45px; margin-left: 0px; display: inline; } #bottomNavLeft a { color: #cfaf71; text-decoration: none; font-family: Arial; font-size: 10px; font-weight:Bold; text-transform: uppercase; } #bottomNav a:hover { color:#FFFFFF; } #bottomNavRight { top: 470px; left: 30px; position: absolute; text-align: center; height: auto; width: 900px; display: none; } #bottomNavRight ul { margin: 0px; padding: 0px; list-style-type: none; } #bottomNavRight li { width: auto; padding-left: 0px; padding-right: 45px; margin-left: 0px; display: inline; } #bottomNavRight a { color: #cfaf71; text-decoration: none; font-family: Arial; font-size: 10px; font-weight:Bold; text-transform: uppercase; } #bottomNavRight a:hover { color:#FFFFFF; }