@import url("reset.css");
@import url("selectbox.css");
@import url("jquery.autocomplete.css");
body {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#container {
	height: auto;
	width: 620px;
	margin-left: -310px;
	height:366px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -200px;
}
#Entrance {
	height: 34px;
	padding-top: 20px;
	width: 248px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 0px;
	padding-left: 0px;
}
#Entrance a {
	color: #039;
	font-size: 14px;
	background-image: url(../images/main_menu_bg.gif);
	background-repeat: no-repeat;
	height: 34px;
	width: 112px;
	margin-right: 6px;
	_margin-right: 3px;
	margin-left: 6px;
	_margin-left: 3px;
	display: block;
	line-height: 34px;
	text-decoration: none;
	float: left;
	font-weight: bold;
	font-family: "微软雅黑", "Arial Black", Gadget, sans-serif;
}

#Entrance a:hover {
	text-decoration: none;
	color: #0037AA;
	background-position: center bottom;
}

#search_bar {
	margin-top:5px;
}


.search {
	display: block;
	height: 26px;
	width: 469px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 0px;
	padding-left: 0px;
	background-color: #E5F0FD;
	padding-top: 3px;
	padding-bottom: 3px;
}
.search ul{
	padding-left: 3px;
}

.search ul li {
	float: left;
	width: auto;
	display: block;
}
.search .search_i {
	height: 26px;
	width: 250px;
}
.search_i input{
	*float:left;
	_float:none;
}
.search  .search_s {
	height: auto;
	width: 86px;
	margin-right:-2px;
	_margin-top:2px;
}
.search .search_b {
	width: 50px;
	height: 26px;

}
.search .search_text {
	width: 65px;
}
.search  .search_text a {
	height: 26px;
	width: 65px;
	font-weight: bold;
	display: block;
	line-height: 26px;
	color: #3F6699;
	text-decoration: none;
}
.search .search_text a:hover {
	text-decoration: none;
	color: #000;
}

.s_input {
	height: 14px;
	width: 238px;
	border: 1px solid #89A5D1;
	background-image: url(../images/s_bg.gif);
	background-repeat: repeat-x;
	line-height: 14px;
	vertical-align: middle;
	padding:5px;
}
#keyword{
	display:block;
	height:18px;
	overflow:hidden;
	margin-top: 10px;
	color: #000;
}
#keyword  li{
	height:18px;
	display:block;
	line-height:18px;
}
#keyword a {
	color: #039;
	text-decoration: none;
	padding-right: 5px;
}
#keyword a:hover {
	text-decoration: underline;
}


#copyright {
	color: #999;
	line-height: 25px;
	padding-top: 60px;
}
#copyright a {
	color: #000;
	text-decoration: none;
}
#copyright a:hover {
	text-decoration: underline;
}
#copyright a.new {
	color: #C00;
}

