@charset "utf-8";
#wrapper {
	width: 902px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}
#menu {
	text-align: center;
}
#bodyleft {
	float: left;
	width: 545px;
	padding-left: 4px;
	padding-right: 4px;
}
#bodyright {
	float: right;
	width: 343px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	border-left-width: 1.5px;
	border-left-style: solid;
	border-left-color: BB999F;
	margin-right: 3px;
}
#footer {
	text-align: center;
	clear: both;
	padding-top: 10px;
}
