* { padding: 0; margin: 0; }
body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 11px; 
 background-color:#000;
}

#wrapper { 
 margin: 0 auto;
 width: 780px;
}
#header { 
 margin-top:5px;
 width: 780px;
 height:130px;
 background-image: url("../images/headbg.jpg"); 
}

#logo { 
 float:left;
 width: 220px;
 height:130px;
}

#navigation { 
 float:right;
 margin-top:1px;
 width: 550px;
 height:31px; 
}

.button a {
   float:left;
   background: url("../images/button.jpg") no-repeat;
   width: 100px;
   height: 26px;
   display: block;
   margin: 0 auto 0 auto;
   text-decoration: none;
   text-align: center;
   overflow: hidden;
   padding-top:5px;
   color:#fff;
   margin-left:3px;
}
 
.button a:hover {
   background-position: 0 -31px;
   color:#484848;
}


.button_current a {
   float:left;
   background: url("../images/button.jpg") no-repeat;
   width: 100px;
   height: 26px;
   display: block;
   margin: 0 auto 0 auto;
   text-decoration: none;
   text-align: center;
   overflow: hidden;
   padding-top:5px;
   color:#be361f;
   margin-left:3px;
   background-position: 0 -31px;
}
 
.button_current a:hover {
   background-position: 0 -31px;
   color:#484848;
}

#content { 
 float: left;
 color: #fff; 
 width: 770px;
 padding:5px;
 font-size: 11px;
 height: auto !important;
 height:480px;
 min-height:480px;
 margin-bottom:5px;
 background-image: url("../images/ctbg.jpg");
 background-repeat: repeat-y;
}

#left{	
	float:left; 
	width:190px;
	margin-right:10px;
	padding:5px;
	height: auto !important;
	height:470px;
	min-height:470px;
	
}
#left ul{
margin-left:15px;
}
#left li{
	line-height:20px;
}

#left a, #left a:visited {color:#fe0000; text-decoration: none;}
#left a:hover, #left .active a {color:#fff;	text-decoration: underline;}

#main{
	background-color:#303030;
	float:left; 
	width:545px; 
	margin-right:5px; 
	padding:5px;
	height: auto !important;
	height:470px;
	min-height:470px;
}


#main a, #main a:visited {color:#fe0000; text-decoration: none;}
#main a:hover, #main .active a {color:#fff;	text-decoration: underline;}

#main ul {
	margin-left:20px;
}

#main ol {
	margin-left:30px;
}

.ctb{ 
 float: left;
 width:237px;
 margin:8px;
 margin-top:20px;
 border-top:1px solid #697f5a;
 border-bottom:1px solid #697f5a;
 background-image: url("images/ctbox.gif");
 height: auto !important;
 height:400px;
 min-height:400px;
}


#foot { 
 width:780px; 
 clear: both;
 color: #fff;
 font-size:10px;
 background-color: #d30103;
}

#foot_l{width:200px; float:left; padding-left:10px; background-color: #d30103;}
#foot_r{width:560px; float:left; text-align:right; padding-right:10px; background-color: #d30103;}

#foot a, #foot a:visited {color:#fff; text-decoration: none;}
#foot a:hover, #foot .active a {color:#fff;	text-decoration: underline;}


.leftbox{
 width: 350px;
 height:18px;
 float: left; 
}

.rightbox{
 width: 100px;
 float: left;
 height:18px;
 text-align:right;
}


.clear { clear: both; background: none; }
