@charset "utf-8";
.container {
	background-color: #f4f1ee;
	border: 1px solid #a29e9e;
	width: 780px;
	margin-right: auto;
	margin-left: auto;
}
a:visited {
	color: #875A50;
	text-decoration: none;
}
a:hover {
	color: #B0934F;
}
.content_left {
	background-color: #e8e3de;
	width: 300px;
	float: left;
}
.content_right {
	width: 458px;
	clear: left;
	float: right;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	border-left-style: dashed;
	border-left-width: 1px;
	border-left-color: #a29e9e;
	font-size: 12px;
	color: #666666;
	background-color: #f4f1ee;
	padding: 10px;
}
a:active {
	color: #875A50;
	text-decoration: none;
}
a:link {
	color: #875A50;
	text-decoration: none;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #726c6c;
	margin: 0px;
	padding: 0px;
}


.flash {
	height: 200px;
	width: 780px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #a29e9e;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #a29e9e;
}
.logo {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	background-color: #e8e3df;
}

.menu_top {
	background-color: #c4c1b4;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #a29e9e;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #716C66;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-weight: bold;
}
.footer {
	background-color: #c4c1b4;
	clear: both;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #716c66;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #a29e9e;
	padding-top: 2px;
	padding-bottom: 3px;
	width: 780px;
	font-weight: bold;
}
