@charset "utf-8";
/* CSS Document */
html{height:100%;}
body{padding:0;margin:0;background:#94235A;height:100%;font-family:Verdana, Geneva, sans-serif;}
#wrapper{width:950px;background:url(../images/bg.png) repeat-y;min-height:100%; height:auto !important;height:100%;margin:0 auto -25px auto;}
#content{width:900px;margin:0 auto;}
#logo{width:160px;margin:0 20px 0 0;float:left;}
#title{width:700px;float:left;}

.menu{width:882px;height:32px;margin:0 8px;padding:20px 0;background:url(../images/menu.png) no-repeat center;}
.push{height:25px;}
.footer{height:20px;width:880px;margin:0 auto;font-size:11px;border-top:1px solid #CCC;padding-top:5px;}
.clear{clear:both}
.content{width:880px;margin:0 auto;font-size:14px;}
.about{border-bottom:#555 1px solid;}
.aboutb{border-top:#555 1px solid;}
a{color:#333;font-weight:bold;}

ul.nav{padding:6px 5px 0 5px;margin:0;text-align:center;}
ul.nav li{display:inline;padding:0 15px;font-weight:bold;font-size:12px;}
ul.nav li a{color:#333;text-decoration:none;}
ul.nav li a:hover{color:#000;text-decoration:underline;}