@charset "utf-8"; /* CSS Document */ body { background: url(/images/bg.jpg) repeat-x; background-color: #222; margin: 0; padding: 0; font: 11px Verdana, Arial, Helvetica, sans-serif; color: #ccc; } p { line-height:1.6; } h1 { font-size:12px; color:#fff; font-weight:bold; line-height:1.2; } h2 { font-size:11px; color:#fff; font-weight:bold; font-style:italic; padding-top:11px; } h3 { font-size:10px; color:#fff; font-weight:bold; font-style:italic; padding-top:5px; } a:link, a:hover, a:visited { color:#e1c897; font-weight:bold; text-decoration:none; } a:hover {text-decoration:underline;} #container { width: 960px; margin: 0 auto; } #header { background: url(/images/header.jpg) no-repeat #000; height: 99px; } #navcontainer { padding: 13px 0 0 80px; } #fb { float: right; } #fb img { border: none; } #content { } #newscontent { height: 480px; overflow: auto; } .newsbox { margin: 30px 0 30px 30px; } .leftnews { float:left; width: 800px; line-height:2; } .rightnews { float:right; width: 100px; } .rightnews img { border: none; } #leftcontent { float: left; width: 235px; padding: 35px 15px 0 30px; } #rightpicture { float: right; width: 671px; margin: 5px 0 0 0; } #footer { background: url(/images/footer.jpg) no-repeat; height: 130px; } #copyright { float:right; margin: 30px 0 0 0; font: 9px Verdana, Arial, Helvetica, sans-serif; color: #fff; } #copyright p { margin: 0; padding: 0; } #copyright a:link, #copyright a:hover, #copyright a:visited { color:#fff; font-weight:bold; text-decoration:none; } #copyright a:hover {text-decoration:underline;} .clear { clear: both; } /* nav */ #sddm { margin: 0; padding: 0; z-index: 30;} #sddm li { margin: 0; padding: 0; list-style: none; float: left; font: bold 14px arial;} #sddm li a { display: block; margin: 0 1px 0 0; padding: 4px 30px; color: #fff; text-align: center; text-decoration: none;} #sddm li a:hover { background: #e1c897; color:#000; } #sddm div { position: absolute; visibility: hidden; margin: 0; padding: 0; background: #666; border: 1px solid #666; z-index: 99; } #sddm div a { position: relative; display: block; margin: 0; padding: 5px 10px; width: auto; white-space: nowrap; text-align: left; text-decoration: none; background: #666; color: #fff; font: 11px arial; font-weight:bold; } #sddm div a:hover { background: #e1c897; color: #000; }