#leftside {
	float: left;
	width: 200px;
	background-image: url(images/leftbg.png);
}
#leftside #leftcontent {
	background-image: url(images/leftlistbg.png);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center top;
	vertical-align: top;
	height: 803px;
}
#rightside {
}

body {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
}

#rightside {
	float: right;
	width: 580px;
	background-attachment: fixed;
	background-image: url(images/jiao.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #FBFCEC;
}
ul {
	font-size: 12px;
	line-height: 16px;
	color: #980202;
}
p {
	font-size: 12px;
	line-height: 16px;
	color: #980202;
	margin-left:15px;
	margin-right:15px;
	text-indent: 2em;
}