@charset "utf-8";
/* CSS Document */
/*reset*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
padding: 0; 
margin: 0; 
} 
fieldset,img,abbr,acronym {
border:0;
}
dl,ol,ul {
list-style:none;
}
q:before,q:after {content:'';
}
table { 
border-collapse: collapse; 
border-spacing: 0; 
}  
address,caption,cite,code,dfn,em,th,var { 
font-weight: normal; 
font-style: normal; 
}  
caption,th { 
text-align: left; 
} 
h1,h2,h3,h4,h5,h6 { 
font-size: 100%; 
} 
*{
	margin:0;
	padding:0;
}
body{
	font-size:14px;
	color:#fff;
	line-height:18px;
	background:#010101 url(../images/bodybg.jpg) no-repeat top center;
	font-family:"Times New Roman", Times, serif;
	word-spacing:1px;
}
a{
	color:#F8E5C7;
	text-decoration:none;
}
a:hover{
	color:#707070;
}
/*------main css----------*/
#wrap{
	margin:0 auto;
	width:882px;
	background:#2a100f;
}
#header{
	width:882px;
}
#nav{
	width:882px;
	height:37px;
}
#nav ul li{
	float:left;
}
#container{
	width:882px;
	margin:0 auto;
	padding-top:10px;
	background:#2d1110 url(../images/containerbg.jpg) no-repeat top center;
}
#leftside{
	width:255px;
	float:left;
	padding-left:20px;
}
#leftside img{
	margin-bottom:10px;
}
#mainside{
	width:525px;
	float:right;
	margin-right:24px;
	_margin-right:18px;
	padding:12px 23px 10px;
	background:#000;
	line-height:18px;
	_height:379x;
	min-height:379px;
}
#mainside p{
	margin-bottom:10px;
}
.clear{
	clear:both;
}
#footer{
	background:#000;
	width:882px;
	margin:0 auto;
	margin-top:8px;
}
#footer img{
	padding-left:95px;
}
.title{
	font-size:17px;
	font-weight:bold;
	color:#FFFFFF;
	font-family:"Times New Roman", Times, serif;
}
#leftside img.mar0{
	margin-bottom:0;
}


#mainside h1{
	font-size:22px;
}
#mainside h4{
	font-size:18px;
	color:#ffffff;
	background:#222222;
	padding:2px 5px;
}
#mainside table{
	margin-bottom:20px;
}
#mainside table tr td{
	padding:0 3px;
}
ul.menuli li{
	float:left;
	margin-right:8px;
	width:250px;
	line-height:18px;
	text-align:center;
}
ul.menuli li a{
	color:#af7112;
}

















