body {
	background: #7e4c65 url(images/background.gif);
	font: 12px Georgia, Times,"Times New Roman",Tahoma, Arial, sans-serif;
	color: #7e4c65;
	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;
}
a:link, a:visited {
	color: #42547a;
	text-decoration: none;
}
a:hover, a:active {
	color: #766365;
	text-decoration: underline;
}
.main_area {
	width: 780px;
	background: #f4dfdc;
}
.content {
	text-align: left;
	width: 470px;
	padding: 0px 0 10px 0;
}
.wallpaper {
	background: url(images/wallpaper.jpg);
}
.menu {	
	width: 230px;
	height: 339px;
	background-image: url(images/menu-box.gif);
	background-repeat: no-repeat;
	padding: 0;
}
.menus {
	width: 220px;
	font-size: 13px;
	text-align: left;
	padding: 70px 0 30px 50px;
}
.menus a:link, .menus a:visited {
	color: #33514c;
	text-decoration: none;
	display: block;
	padding: 5px 0 5px 0;
}
.menus a:active, .menus a:hover {
	color: #7e4c65;
	text-decoration: underline;
	display: block;
	padding: 5px 0 5px 0;
}
.bottom-border {
	width: 780px;
	height: 20px;
	background: #f4dfdc url(images/bottom-border.jpg) top no-repeat;
	padding: 0;
}
.bottom {
	width: 780px;
	background-color: #f4dfdc;
	font-size: 9px;
	padding: 7px 0 7px 0;
}
