@charset "UTF-8";
.left {
	background-color: #FFFFFF;
	height: 210px;
	width: 265px;
	float: left;
	margin-left: 0px;
	font-style: normal;
	font-weight: bold;
	list-style-type: disc;
}
.right {
	background-color: #FFFFFF;
	height: 210px;
	width: 265px;
	float: left;
	font-style: normal;
	font-weight: bold;
	list-style-type: square;
}
.bottom {
	height: 435px;
	width: 500px;
	background-color: #FFFFFF;
	float: left;
	margin-left: 12px;
}
.top {
	height: 40px;
	width: 500px;
	background-color: #FFFFFF;
	float: left;
	margin-left: 12px;
	font-weight: bold;
	overflow: hidden;
	margin-top: 10px;
}
.main {
	height: 770px;
	width: 545px;
	background-color: #FFFFFF;
	margin-top: 45px;
	margin-left: auto;
    margin-right: auto;
}
