@charset "utf-8";
#center_menu {
	background-color: #FFF;
	width: 800px;
}
#top_div {
	width: 800px;
	height: 250px;
	margin-top: 0px;
}
#footer {
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #999;
	float: none;
	width: 800px;
	background-color: #FFF;
	text-align: center;
	padding-bottom: 10px;
	padding-top: 5px;
	margin-top: 20px;
}
#form_div {
	text-align: left;
	margin-left: 20px;
}
#content {
	width: 800px;
	background-color: #FFF;
	margin-top: 5px;
}
#content_right {
	width: 600px;
	float: left;
}
#content_middle {
	width: 760px;
	margin-left: 20px;
	margin-top: 5px;
}
