@charset "utf-8";
/* CSS Document */
body{
	padding:0;
	margin:0;
	border:0;
	text-align:center;
	font-size:12px;
	line-height: 20px;
	color: #000000;
}
ul,li,dl,dt,dd,img{
	padding:0;
	margin:0;
	border:0;
}
a{
	font-size:12px;
	color:#727274;
	text-decoration: none;
}
a:hover{
	font-size:12px;
	color:#727274;
	text-decoration:underline;
}
#wrap{
	width:1002px;
	height:auto;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;
}
#header{
	clear: both;
	float: left;
	height: auto;
	width: 1002px;
}
#main{
	clear: both;
	float: left;
	height: auto;
	width: 1000px;
	border-bottom:1px solid #DEDEDE;
	border-left:1px solid #DEDEDE;
	border-right:1px solid #DEDEDE;
	background-color:#FFFFFF;
	
}
#footer{
	clear: both;
	height: 90px;
	width: 1002px;
	background-image:url(../images/bottombg.jpg);
	background-repeat:no-repeat;
	background-position:center;
	margin-bottom:10px;
}
#left{
	float: left;
	height: auto;
	width: 433px;
}
#center_left{
clear:both;
float:left;
width:202px;
height:auto;}
#center_right{
float:right;
height:auto;
width:798px;
}
#content{
	height: auto;
	width: 567px;
	float: right;
}
#right{
	clear: right;
	float: right;
	height: auto;
	width: 263px;
}
#inner-content{
	clear: right;
	float: right;
	height: auto;
	width: 745px;
	margin-right: 5px;
	_margin-right: 2px;
}
#left_pors{
width:227px;
height:auto;
float:left;

}
#content_por{
width:772px;
height:auto;
float:right;
}
.fore-zhe{width: 1002px; background:#F9F9F9; margin-top:8px; margin-bottom:8px; text-align:center; }

.links {
	list-style-type: none;
	width:auto;
	height:auto;
	}
.links li {
	float: left;
	padding:0px;
	text-align:left;
	list-style-type: none;
	margin-right:10px;
	padding-top:10px;
	padding-bottom:10px;
}
.links a{
	font-weight: normal;
	text-decoration: none;
}
.links a:hover {
	COLOR: #FF0000;
	text-decoration: none;
}


