/* CSS Document */
*{
	margin:0;
	padding:0;
	}
.clear{
	font:0px;
	clear:both;
	display:block;
	}	
#wrapper{
	width:960px;
	margin:0 auto;
	background-color:#FFFFFF;
	}
#header{
	height:62px;
	background:url(../images/web_logo.gif) no-repeat left;
	padding-left:230px;
	margin-bottom:10px;
	background-color:#FFFFFF;/*暂时的白背景最好要删除*/
	}
#header ul{
	height:52px;
	padding-top:8px;
	}
#header ul li{
	float:left;
	line-height:25px;
	border-right:#CCCCCC dotted 1px;
	width:55px;
	text-align:center;
	}
#header ul li a{
	color:#0e70bb;
	text-decoration:none;
	}
#menu{
	height:35px;
	background-image:url(../images/menu.gif);
	}
#menu img{
	float:left;
	}
#menu ul {
	height:35px;
	width:780px;
	float:right;
	}
#menu ul li{
	line-height:35px;
	padding:0 25px;
	float:left;
	}
#menu ul li a{
	font-size:14px;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
	line-height:35px;
	}
#fuwu{
	height:30px;
	margin-bottom:10px;
	clear:both;
	}
#footer{
	height:100px;
	background-color:#E6E6E6;
	text-align:center;
	line-height:25px;
	padding-top:20px;
	}


