@charset "utf-8";
#CONTAINER {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#CONTAINER #BODY #BODY_LEFT {
	float: left;
	height: 800px;
	width: 290px;
	padding-top: 100px;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 18px;
	line-height: 24px;
	padding-left: 10px;
}
#CONTAINER #BODY #BODY_RIGHT {
	height: 700px;
	width: 460px;
	float: left;
	padding-top: 200px;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	text-align: center;
	padding-right: 25px;
	padding-left: 15px;
}
