body {
	background: #896a4f url(/images/background-pattern.gif);
	font-size: 12px;
	font-family: "Georgia", serif;
	color: #2c0a09;
	margin-top: 0;
	margin-bottom: 0;
}
td, p {
	font-size: 12px;
	font-family: "Georgia", serif;
}
a:link, a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover, a:active {
	color: #2c0a09;
	text-decoration: underline;
}
h1 {
	font-size: 15px;
	text-decoration: underline;
	width: 300px;
	margin-top: 20px;
}
h2 {
	font-size: 13px;
	text-transform: uppercase;
	text-align: center;
	text-decoration: underline;
	margin-bottom: 10px;
}
.topper {
	background: url(/images/header.jpg);
	height: 208px;
	width: 800px;
	position: relative;
}
.top-menu {
	text-align: right;
	padding: 45px 5px 0 0;
	text-transform: uppercase;
}
.top-menu a:link, .top-menu a:visited {
	color: #ffe591;
	font-size: 11px;
	text-decoration: none;
	padding: 0 10px 0 10px;
}
.top-menu a:hover, .top-menu a:active {
	color: #fae1bb;
	font-size: 11px;
	text-decoration: underline;
	padding: 0 10px 0 10px;
}
.menul {
	text-transform: uppercase;
	padding: 120px 0 0 15px;
	text-align: left;
	position: absolute;
	left: 0px;
	bottom: 10px;
}
.menul a:link, .menul a:visited {
	color: #ffe591;
	font-size: 14px;
	text-decoration: none;
	padding: 0 10px 0 10px;
}
.menul a:hover, .menul a:active {
	color: #fae1bb;
	font-size: 14px;
	text-decoration: underline;
	padding: 0 10px 0 10px;
}
.menu {
	text-transform: uppercase;
	padding: 120px 15px 0 0;
	text-align: right;
}
.menu a:link, .menu a:visited {
	color: #ffe591;
	font-size: 14px;
	text-decoration: none;
	padding: 0 10px 0 10px;
}
.menu a:hover, .menu a:active {
	color: #fae1bb;
	font-size: 14px;
	text-decoration: underline;
	padding: 0 10px 0 10px;
}
.wrapper {
	width: 800px;
	background: url(/images/background.jpg);
}
.content {
	width: 600px;
	text-align: left;
}
.footer {
	width: 800px;
	background: url(/images/footer.jpg);
	padding: 10px 0 10px 0;
}
.announce {
	font-style: italic;
}
.open {
	font-size: 13px;
	padding: 5px 0 5px 0;
}
.open p {
	font-size: 13px;
}