* {
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #c6c3c6;
	font-family: "ËÎÌå", Arial;
	font-size: 12px;
	line-height: 20px;
	color: #333333;
	text-align: center;
}
#header {
	clear: both;
	height: 85px;
	width: 772px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	background-color: #FFFFFF;
	text-align: left;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #e2dfe2;
}
#header img {
	margin-top: 13px;
	margin-left: 27px;
}
#menu {
	background-color: #8d8c8d;
	clear: both;
	height: 27px;
	width: 772px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	line-height: 27px;
}
#menu ul {
	padding-left: 180px;
}
#menu li {
	list-style-type: none;
	width: 130px;
	float: left;
	margin-right: 10px;
}
#menu li a {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
}
#menu li a:hover {
	background-color: #A8111C;
}
#banner {
	clear: both;
	height: 141px;
	width: 772px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}
#main {
	background-color: #FFFFFF;
	text-align: left;
	clear: both;
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	height: auto;
	padding-right: 11px;
	padding-left: 11px;
}
#main ul {
	width: 750px;
	padding-top: 14px;
	padding-bottom: 8px;
}
#main li {
	list-style-type: none;
	margin-bottom: 16px;
}
.li_bg {
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #525288;
	padding-left: 1px;
}
p {
	text-indent: 2em;
}
#footer {
	width: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ad0f1a;
	line-height: 50px;
	text-align: center;
}

a:link {
	font-size: 12px;
	color: #333333;
	text-decoration: none;
}
a:visited {
	font-size: 12px;
	color: #CC6600;
	text-decoration: none;
}
a:hover {
	font-size: 12px;
	color: #FF0000;
	text-decoration: underline;
}

