@charset "UTF-8"; 

/* Global */
*{margin:0px; padding:0px; border:0px; font-family:Arial,Helvetica,sans-serif}
html, body{height:100%}
body{width:850px; margin:0px auto; padding:0px; font-size:11px; color:#888875; background-color:#EED}
a{text-decoration:none; color:#888875; outline:none}
a:hover{background-color:#EED}
a:active, a:focus{background-color:#FAFBF5}
a, p{display:block; line-height:1.2em; margin-bottom:1em}
#header a{display:inline-block;}
select{margin-bottom:1em; width:185px; border:none; color:#666; background-color:#EED}
img{background-color:#EED}

/* Structure */
#wrapper{min-height:100%; padding:30px 30px; background-color:#fff}
#header{height:35px; width:78px}
#main{height:400px;}
#main_img{float:left; width:575px; height:400px; margin-right:30px; margin-bottom:65px}
#main_news{float:left; width:575px; min-height:400px; margin-right:30px}
#main_txt{float:left; width:185px}
#main_foot{float:left; width:185px}
#footer{}
#foot1, #foot2, #foot3{float:left; width:175px}
#foot1, #foot2{margin-right:25px}
#foot3{margin-right:30px}
#foot4{float:left; width:185px}
#nav a{display:inline-block;}

/* Styles */
.h1{font-size:22px}
.footer{font-size:10px}
.highlight{background-color:#EED; color:#666}
.dark{color:#666}
.section{border-bottom:double 4px #EED; margin-bottom:1em}
.clearfix:after {content:"."; display:block; height:0; clear:both; visibility: hidden;}