/* ------------- main content */
div#contentleft {
	position : relative;
	margin: 0 auto;
	width : 350px;
	height : 520px;
	overflow:auto;
	padding-right: 10px;
	float:left;
}
div#contentleft ol {
	font-family:"Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	color: #000;
	display:list-item;
	list-style-type: disc;
}
div#contentleft li {
	margin-left: 20px;
}
div#contentright {
	position : relative;
	margin: 0 auto;
	width : 350px;
	height : 520px;
	float:right;
}
