/* ------------- main content */
div#contentleft {
	position : relative;
	margin: 0 auto;
	width : 350px;
	height : 520px;
	overflow:auto;
	padding-right: 10px;
	float:left;
}
div#contentright {
	position : relative;
	margin: 0 auto;
	width : 350px;
	height : 520px;
	float:right;
}
div#contentrleft ul {
	margin : 0px;
}
div#contentleft li {
	list-style-type:disc;
	line-height: 16px;
	margin-left:25px;
	margin-bottom: 10px;
}