* {
	font-family: "ËÎÌå";
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	font-size: 12px;
	color: #000000;
	text-align: center;
	background-repeat:no-repeat;
	background-position:top;
	background-color: #e8ebec;
}
a {
	color: #000000;
	text-decoration: none;
}
input {
	border: 1px solid #d3dfeb;
	font-size: 12px;
}
a:hover {
	color:#CC0000;
	text-decoration: none;
}

#box {
	background-color: #FFFFFF;
	width: 1000px;
	margin:0 auto;
	/*position: relative;*/
}
#top {
	width: 1000px;
	height: 120px;
	background-image: url(../Images/top.jpg);
	background-repeat: repeat-x;
	text-align: right;
}
#top #list{
	height:30px;
	float:right;
	display:inline;
	margin-top: 5px;
	margin-right: 200px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#menu {
	background-color: #d7dee4;
	background-image: url(../Images/menu_bg.gif);
	background-repeat:repeat-x;
	width:990px;
	height: 28px;
	left:0;
	text-align:left;
	line-height:210%;
	padding-left:10px;
}
#menu a{
	color: #000000;
	font-size:14px;
	line-height:28px;
}
#menu a:hover{
	text-decoration: underline; !important
}

#inWhere{
	text-align: left;
	padding: 3px 3px 3px 15px;
	margin-left:5px;
	color: #666666;
	background-color: #F9FBFD;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F2F7FB;
    background-image: url(../images/arrow_green.gif);
	background-repeat: no-repeat;
	background-position:left center;

}
#inWhere a{
	text-decoration: none;
	color: #336699;
}

#footer {
	width: 1000px;
	background-color: #F1F5FA;
	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;
}
.btn_more{
	text-align: right;
	float:none;
	width: 90%;
	padding-right:30px;
	padding-top:15px;
}

