#sidebar{
	width:216px;
	height:924px;
	background-color:#f3f3f3;
	border:1px solid #cdcdcd;
	margin:10px 20px 0 10px;
	float:left;
}
#sidebar ul{
	font-size:14px;
	font-weight:bold;
}
#sidebar ul li{
	width:216px;
	height:45px;
	line-height:45px;
	text-align:center;
	background:url(image/sidebar-bg.jpg) repeat-x;

}
#sidebar ul li a{
	display:block;
	width:216px;
	height:45px;
	
}
#sidebar ul li.on a{
	width:216px;
	height:45px;
	background:url(image/sidebar-bg2.jpg) repeat-x;
	color:#fff;
}
#content{
	width:620px;
	height:924px;
	float:left;
	padding:15px 0 0 0;
}
#content img{
	display:block;
	margin:0 auto;
}
#content p{
	text-indent:24px;
	line-height:180%;
	margin:15px 0 15px 0;
}
