/* CSS Document */
#wrapper {
	width:1024px;
	height:850px;
	background-image: url(../images/bg.jpg);
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#content {
	width:955px;
	height:502px;
	float: left;
	margin-left: 35px;
	display: inline;
	background-image: url(../images/zhuce-ziliao.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
#content ul {
	float: left;
	height: 30px;
	width: 200px;
	display: inline;
	margin-left: 700px;
}
#content li {
	float: left;
	width: 100px;
	text-align: left;
	height: 21px;
	line-height: 20px;
}
.img1 {
	background-image: url(../images/zhuce-icno.jpg);
	background-repeat: no-repeat;
	font-weight: bold;
}
.img2 {
	background-image: url(../images/zhuce-icno2.jpg);
	background-repeat: no-repeat;
}
#content table {
	float: left;
	width: 500px;
	margin-left: 250px;
	display: inline;
	line-height: 30px;
	margin-top: 30px;
}

