@charset "ISO-8859-1";
#menu_frame {
	background-color: #FFFFFF;
	height: 100%;
	width: 100%;
	padding-top: 35px;
}
#main_frame {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}
#content_left {
	background-color: #FFFFFF;
	width: 300px;
	padding-top: 30px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#content_right {
	background-color: #FFFFFF;
	float: right;
	width: 500px;
	padding-top: 30px;
}
#footer {
	background-color: #FFFFFF;
	height: 30px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
}
a img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
