body {
	background: #f4f070;
	font: normal 11px sans-serif, Verdana, Arial;
	color: #000000;
	margin: 0;
}
a:link, a:visited {
	color: #000000;
	text-decoration: underline;
}
a:hover, a:active {
	color: #e6dbd3;
	text-decoration: underline;
}
h1 {
	font-size: 16px;
	font-style: italic;
	margin-bottom: 0;
	margin-top: 15px;
	font-weight: normal;
}
h2 {
	font-size: 14px;
	text-decoration: underline;
	margin-bottom: 2px;
}
h3 {
	font-size: 12px;
	font-style: italic;
	color: #000000;
	margin-top: 5px;
	margin-bottom: 0;
}
.top-menu {
	background: url(images/header.jpg) no-repeat;
	width: 800px;
	height: 354px;
	margin-left: 10px;
}
.main {
	width: 820px;
	text-align: center;
	background-color: #ffffff;
	border-left: 2px solid #000000;
	border-right: 2px solid #000000;
	padding-bottom: 10px;
}
.content {
	padding: 0 10px 10px 10px;
	text-align: left;
}
.line {
	border-left: 1px solid #000000;
	border-bottom: 1px solid #000000;
}
.form {
	background-color: #e6dbd3;
	border: 1px solid #000000;
	width: 280px;
	padding: 20px;
	text-align: left;
}
.formb {
	background-color: #e6dbd3;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
	width: 220px;
	padding: 20px;
	text-align: left;
}
.border {
	border: 1px solid #000000;
	width: 210px;
	padding: 5px;
}
.menu {
	padding-top: 335px;
	text-align: left;
	padding-left: 30px;
	color: #e6dbd3;
	font-size: 13px;
}
.menu a:link, .menu a:visited {
	color: #e6dbd3;
	text-decoration: none;
	padding: 5px;
}
.menu a:hover, .menu a:active {
	color: #000000;
	background-color: #f4f070;
	padding: 5px;
}
.footer {
	text-align: center;
	font-size: 10px;
	padding: 5px 0 10px 0;
	width: 800px;
	border: 1px solid #000000;
}