/* CSS Document */

body{
	font-family: "宋体";
	font-size: 12px;
	background-color: #4699CF;
	margin-top: 0px;
	line-height: 22px;
	color: #000000;
}
a{
	color: #000000;
	text-decoration: none;
}
.STYLE1 {
	font-size: 12px;
	line-height: 22px;
	color: #FFFFFF;
}

a:hover{
	color: #FF0000;
	text-decoration: none;
}
#wrap{
	width:1003px;
	margin: 0px auto;
	padding: 0px;
}
#top{
	float: left;
	width: 768px;
}
#main{
	background-repeat: repeat;
	float: left;
	width: 1003px;
	margin-top: 50px;
	background-color: #E5E5E5;
}
#center{
	float: left;
	width: 768px;
	margin-left: 55px;
}
#main1{
	float: left;
	width: 768px;
	background-color: #F0F0F0;
}
#left{
	background-color: #F0F0F0;
	float: left;
	width: 217px;
}
#right{
	width: 501px;
	float: left;
	background-color: #FFFFFF;
	padding-left: 17px;
	padding-right: 16px;
}
#footer{
	float: left;
	width: 1003px;
	color: #FFFFFF;
	line-height: 22px;
	text-align: center;
}
