﻿/*头部css*/
.cnen{
	position:absolute;
	top:0;
	right:0;
	text-align:center;
	font-weight:normal;
	font-size:12px;
	width:150px;
	padding:2px 0px;
	background:#333;
	color:#fff;
}
.cnen a:hover{ color:#FFFF00;}
#head{
	margin:0 auto;
	width:870px;
	height:86px;
	background:url(../images/headbg.gif) no-repeat left top;
	position:relative;
}
#head h1{
	width:650px;
	text-align:left;
}
#head #h_r{
	position:absolute;
	top:30px;
	right:0px;
}
/*banner*/
#banner{
	text-align:center;
	height:160px;
}

#nav{
	margin-top:50px;
	height:80px;
}

/*主体内容*/

#contant{
	margin:0 auto;
	width:1004px;
	height:540px;
}
#contant_l{
	float:left;
	width:233px;
}

#contant_r{
	text-align:center;
	float:right;
	width:750px;
}

/*底部*/
#footer{
	text-align:right;
	width:1004px;
	color:#E3D2B3;
	padding:10px ;
	background:url(../images/footerbg.gif) repeat-x left top;
}
