body {
	background-color: #e7e7e7;
	font: 12px Georgia, Times,"Times New Roman",Tahoma, Arial, sans-serif;
	color: #766365;
	margin: 0px;
}
h1 {
	font: 18px Georgia, "Times", sans-serif;
	padding: 0;
	text-decoration: underline;
	margin-bottom: 2px;
}
h2 {
	font: 16px "Georgia", sans-serif;
	font-weight: bold;
	margin-bottom: 0;
	margin-top: 3px;
}
h3 {
	font: 22px "Times", sans-serif;
	text-align: center;
	text-decoration: underline;
	padding: 10px 0 0 0;
}
h4 {
	font: 15px "Georgia";
	border-bottom: 1px solid #766365;
	font-weight: normal;
	font-style: italic;
	margin-bottom: 6px;
}
a:link, a:visited {
	color: #42547a;
	text-decoration: none;
}
a:hover, a:active {
	color: #766365;
	text-decoration: underline;
}
.main_area {
	width: 800px;
	background: #ffffff url(images/main-lace.jpg);
}
.content {
	text-align: left;
	width: 435px;
	padding: 20px 0 10px 0;
}
.menu {
	border-left: 11px solid #8f7679;
	background: #ffffff  url(images/menu-bg.jpg);
	padding: 0;
}
.menus {
	width: 200px;
	font-size: 11px;
	text-align: left;
}
.menus a:link, .menus a:visited {
	color: #42547a;
	text-decoration: none;
	display: block;
	padding: 10px 0 10px 10px;
	width: 191px;
	background: #ffffff url(images/menu-bg.jpg);
	border-bottom: 1px solid #8f7679;
}
.menus a:active, .menus a:hover {
	color: #ffffff;
	text-decoration: none;
	display: block;
	padding: 10px 0 10px 10px;
	width: 191px;
	background: #9ba2b1;
}
.bottom-border {
	width: 664px;
	height: 0;
	border-bottom: 11px solid #8f7679;
	padding: 0;
}
.bottom {
	font-size: 9px;
	padding: 5px 0 5px 0;
}
