@charset "utf-8";
/* CSS Document */
@import url("reset.css");
@import url("headerandfooter.css");
body {
	font-family: "微软雅黑", "宋体", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;/*background:url(../images/bg_repeat.png) top repeat-x #fff;*/
}
a {
	color: #666;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
.title a {
	color: #666;
}
.title a:hover {
	text-decoration: none;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.cB {
	clear: both;
	font-size: 0px;
}
.dn {
	display: none;
}
/**/
#wrap {
	width: 980px;
	margin:0px auto;
	clear: both;
	padding-bottom: 10px;
	background: #fff;
}
