@charset "gb2312";

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background: #f1f1f1;
	margin: 0; /* 最好将 body 元素的边距和填充设置为 0 以覆盖不同的浏览器默认值 */
	padding: 0;
	
	text-align: center; /* 在 IE 5* 浏览器中，这会将容器居中。文本随后将在 #container 选择器中设置为默认左对齐 */
	color: #000000;
	border:solid 1px #000;
}

IMG {
	border:0px;
}

a:link {
	color: #424143;
	text-decoration: none;
}
a:visited {
	color: #424143;
	text-decoration: none;
}

a:hover {
	text-decoration:underline;
	color: #b22923;
}

a:active {
	color: #424143;
	text-decoration: none;
}

ul{
	margin:0px;
	padding:0px;
	list-style: none;
}
li{
	margin:0px;
	padding:0px;
	list-style-type:none;
	float: left;
}
#main {
	margin-right: auto; margin-left: auto;vertical-align:middle;
}


.manu ul{
	margin:0px;
	padding:0px;
	list-style: none;

}
.manu li{
	float:left;
	font-size:12px;
	padding-left:1px;
	line-height:23px;
	font-weight:500;
	letter-spacing: 1px;
	color:#000;
	text-decoration: none;
}
.manu a{

}

.manu a:link {
	color:#000033;
}

.manu a:hover {
	text-decoration:underline;
	color: #3f8fd1;
}

