#header {
	height: 200px;
	width: 900px;
	background-image: url(00.gif.jpg);
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#main #left ul {
	font-family: "宋体";
	font-size: 16px;
	color: #FFFFFF;
	list-style-type: disc;
}


#main {
	height: auto;
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #0CF;
}
#nav {
	width: 900px;
	background-color: #09C;
	height: 30px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#left {
	height: auto;
	width: 200px;
	background-color: #0CF;
	float: left;
}
#nav ul li {
	list-style-type: none;
	display: inline;
	clip: rect(auto,auto,auto,auto);
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: 25px;
}
#nav ul {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 60px;
	line-height: 30px;
	font-size: 18px;
	white-space: nowrap;
	height: 30px;
	padding: 0px;
}


#right {
	background-color: #0FF;
	float: right;
	height: auto;
	width: 700px;
}
#footer {
	height: auto;
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #0099CC;
}
#clearfloat {
	clear: both;
	height: 1px;
	margin: -1px;
	overflow: hidden;
}

