@charset "UTF-8";
#container {
	background-color: #FFFFFF;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	background-color: #FFFFFF;
	height: 85px;
	width: 800px;
}
#main_content {
	background-color: #FFFFFF;
	width: 780px;
	margin-right: 10px;
	margin-left: 10px;
	height: 650px;
	margin-top: 20px;
	margin-bottom: 10px;
}
.main_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #000000;
}
