@charset "utf-8";
body {
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.top {
	width:960px;
	margin:0 auto;
	font-size: 12px;
	line-height: 32px;
	color: #FFF;
}
.header {
	width:960px;
	margin:0 auto;
	height:145px;
}
.nav{
	width:960px;
	margin:0 auto;	
	height:82px;
}

.content{
	background-color:#edf6ff;
	width:948px;
	margin:10px auto;
	background-image: url(../images/c_top.jpg);
	background-repeat: no-repeat;
	background-position: top;
	padding:6px;	
}
.xglj{
	width:950px;
	margin:10px auto 5px auto;
	background-image: url(../images/xglj.png);
	background-repeat: no-repeat;
	background-position: left top;
	height:82px;
}
.footer{
		width:960px;
		line-height:25px;
		text-align:center;
}
.footer a{ color:#333; text-decoration:none;}

.content_c{
	background-color:#fff;
	width:920px;
	margin:10px auto;
	padding:20px;	
}