html, body {
	margin: 0;
	padding: 0;
}
html {
	background: #4e0202 url(../img/bg.jpg) top center repeat-y;
}
body {
	margin: 0;
	padding: 0;
	font-size: 87%;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
a:link {
	color: #72c6f1;
	text-decoration: none;
}
a:visited { 
	color: #72c6f1;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration:none;
}
h1, h2 {
	color: #c29b60;
	margin: 1em 0 .2em;
	font-size: 200%;
}
h2 {
	font-size: 150%;
}
p {
	font-size: 89%;
	margin: 0 0 .8em;
}
ul, li {
	font-size: 91%;
}
a img {
	border: 0;
}
#banner img {
vertical-align: text-bottom;
}
#wrap {
	width: 678px;
	margin: 0 auto;
}
#nav {
	list-style: none;
	margin: 0;
	padding: 0;
	border-top: 1px solid #38230b;
	background: #38230b;
}
#nav li {
	float: left;
	border-right: 1px solid #38230b;
}	
img.pg_hd {
	border-top: 1px solid #38230b;
	clear: left;
	border-bottom: 4px solid #a6a6a6;
	vertical-align: text-bottom;
}
#content {
	padding: 23px 43px;
	color: #fff;
	background: url(../img/bg_content.jpg) top left repeat-x;
}
#footer {
	text-align: center;
	font-size: 90%;
	color: #c2c2c2;
	border-top: 1px solid #4e4e4e;
	border-bottom: 1px solid #4e4e4e;
	padding-top: .8em;
	clear: both;
}
.center {
	text-align: center;
}
#map {
	color: #000;
	font-size: smaller;
}
#subnav {
	text-align: center;
	background: url(../img/subnav_bg.gif) top center no-repeat;
}

div.menu {
	border:1px solid #2d2f2a;
	text-align:center;
	padding-top: 0;
}
div.menu div.first h3 {
	margin-top:0;
}
div.menu h3 {
	color: #fc9;
	font-size: 120%;
	margin-bottom:0;
	text-align: center;
}
.print_only {
	display: none;
}
p.submit {
	text-align:right;
}

label {
	font-weight: bold;
}
#events li strong {
	color: #c29b60;
}