﻿/*头部css*/
#head{
	margin:0 auto;
	width:780px;
	height:310px;
	position:relative;
}
#head_r{
	width:160px;
	text-align:right;
	position:absolute;
	padding-right:10PX;
	right:10px;
	font-size:12px;
	top:0px;
	background:#fff;
}
#head_r a{
	color:#333;
}
#head_r p{
	height:20px;
	line-height:20px;
}


/*banner*/
#banner{
	margin:0 auto;
	width:906px;
	height:296px;
}


/*主体内容*/
#wrap{
	margin:0;
	width:780px;
	border:4px solid #fff;
	background:#fff;
}

#contant{
	margin:0 auto;
	width:780px;
	text-align:center;
	padding:0px;
	background:url(../images/leftbg.gif) repeat-y left top;
}

#contant_l{
	float:left;
	width:212px;
}
#contant_r{
	float:right;
	width:568px;
	padding:0 8px;
	background:url(../images/rightbg.gif) repeat-x left -8px;
}

/*底部*/
#footer{
	padding-top:20px;
	width:780px;
	line-height:150%;
	text-align:center;
	margin:0 auto;
	clear:both;
	color:#333;
	background:url(../images/footbgx.gif) repeat-x left bottom;
}
#footerimg{
	margin:0 auto;
	height:40px;
	line-height:40px;
	background:url(../images/footerbg.jpg) no-repeat center bottom;
}
