body {
	background-color: #3d1617;
	color: #fff;
	font-family: Tahoma;
	font-size: 10pt;
}
input, textarea {
	font-family: Tahoma;
	font-size: 10pt;
}
a {
	color: #fff;
}
img {
	border: none;
}
#wrapper {
	width: 798px;
	margin: 0 auto;
	border: 1px solid #fff;
	background: #3d1617;
}
#header {
	height: 180px;
	text-align: center;
}
#header img {
	margin-top: 21px;
}
#menu {
	text-align: center;
	border-bottom: 1px solid #4e2c2b;
	margin-bottom: 10px;
}
#menu ul {
	list-style: none;
	padding: 0;
}
#menu ul li {
	display: inline-block;
	width: 120px;
}
#menu ul li a {
	text-transform: uppercase;
	font-size: 1.2em;
}
.moreinfo, .moreinfo a {
	color: #f00;
	text-align: right;
}
.moreinfo {
	padding-right: 10px;
}
h2 {
	font-size: 1.2em;
}
p {
	padding: 5px 20px;
	line-height: 14pt;
}