body {
	font-family: Verdana;
	font-size: 11px;
	color: #000;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active{
	text-decoration: none;
}

#header {
	border: 1px #264FEE solid;
	width: 900px;
	height: 152px;
	background-image: url(../images/cxg.jpg);
	background-repeat:no-repeat;
	background-position:left;
}
#header_bar{
	width: 900px;
	height: 20px;
	background-color: #264fee;
	position: relative;
}
#header_under_bar{
	width: 900px;
	height: 20px;
	background-color: #264fee;
}
#header_logo {
	height: 90px;
}
#header_tab {
	margin-left: 530px;
	height: 23px;
}
#header_tab dt a {
	text-decoration: none;
	width: auto;
	height: 30px;
	line-height: 30px;
	border-right: 1px #aaa dotted;
	color: #000;
	padding: 0 15px 0 15px;
	float: left;
	outline: none;
}
#header_tab dt a:hover {
	background-color: #264FEE;
	color: #fff;
	border-right: none;
	padding-right: 16px;
}

#box {
	margin-top: 10px;
	background-image: url(../images/box.png);
	background-repeat: no-repeat;
	float: left;
}

#news a {
	color: #FF6600;
	font-weight: normal;
}

#img{
	width: 80%;
	height: 80%;
}
#footer {
	width: 890px;
	height: 30px;
	border: 1px #264fee solid;
	margin: 30px 0 0 8px;
}