* {
	font-family: "ËÎÌå";
	color: #000000;
	margin: 0;
	padding: 0;
	border: 0;
}
body {
	font-size: 12px;
	background-color: #a7bbc5;
	background-image: url(../Images/bg.gif);
	text-align: center;
	background-repeat: repeat-x;
}
a {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #CC0000;
	text-decoration: none;
}

#box {
	background-color: #FFFFFF;
	width: 800px;
	margin:0 auto;
	position: relative;
}
#top {
	width: 800px;
	height: 100px;
	background-image: url(../Images/top.gif);
	background-repeat: no-repeat;
}
#nav {
	background-color: #d7dee4;
	background-image: url(../Images/menu_bg.gif);
	width:800px;
	height: 30px;
	top:100px;
	left:0;
}
#nav #menu{
	margin-top: 5px;
	float:left;
	display:inline; /*Ïû³ýIE½âÊÍ´íÎó*/
	margin-left: 5px;
}
#nav #menu a{
	color: #000000;
}
#nav #menu a:hover{
	text-decoration: underline; !important
}

#inWhere{
	text-align: left;
	padding: 3px;
}
#inWhere a{
	text-decoration: underline;
}

.more {
	background-image: url(../Images/li.gif);
	background-repeat: no-repeat;
	text-align: right;
	width: auto;
	clear:both;
	padding-right: 6px;
	font-weight: bold;
	background-position: right center;
	margin-top: 2px;
	margin-right: 16px;
	padding-bottom: 2px;
}
#footer {
	width: 800px;
	background-color: #CCCCCC;
	color: #000000;
	clear:both;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 20px;
	padding-bottom: 20px;
	line-height: 160%;
}
#footer a{
	color: #FFFFFF;
	text-decoration: underline;
}
