body, body * { padding: 0; margin: 0;  }
body { font-size: 1em; background: #660000; text-align: center; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; }
#container { 
	width: 775px;
	margin: 0 auto;
	position: relative;
	text-align: left;
	background: #DDA64B url(../images/background.gif) repeat-y;
}
#top { background: url(../images/topbanner.jpg) no-repeat; margin-left:10px; height: 117px; }
h1 {
	position: absolute;
	left: 40px;
	top: 5px;
	font-size: 30px;
	width: 675px;
	text-align: right;
	border-bottom: 1px solid white;
}
#menu a, h1, #footer, h2 { font-family: "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;	position: relative; }
h1 a { text-decoration: none; color: white; }
#top p {
	position: absolute;
	left: 50px;
	top: 45px;
	font-size: 12px;
	color: #FFEEB1;
}
#menu { position: absolute; top: 127px; left: 50px; }
#menu li, #menu a { display: block; width: 93px; height: 25px; text-align: center; }
#menu li { float: left; margin-right: 1px;}
#menu a {
	background: url(../images/menuitem.gif) no-repeat left top;
	color: white;
	font-weight: bold;
	font-size: 13px;
	padding-top: 5px;
	text-decoration: none;
}
#menu a:hover, #menu a.active {
	background-position: right top;
	text-decoration: underline;
	color: black;
}
#content {
	margin: 40px 50px 10px 50px;
	background: #FFEEB1 url(../images/backcont.jpg) no-repeat right bottom;
	padding: 30px 0;
	min-height: 400px;
}
#content * { position: relative; }
#content p, #content h2, #content h3, #content p, hr { margin: 0 50px 20px 50px; }
h2 { font-size: 1.25em; border-bottom: 1px solid black; }
h3 { font-size: 1em; clear: right; }
h4 { font-size: .8em; color: #AC4026; margin: 0 50px 20px 70px;}
dl { margin: 0 50px 30px 90px; }
p,dl { font-size: .8em; }
#content p { text-indent: 2em; text-align: justify; line-height: 1.5em;}
#content p.end { margin-bottom: 60px; }
dt { font-size: 1.15em; margin-bottom: 5px; color: #AC4026}
dl.time dt { margin: 0;  font-size: .75em; margin-bottom: -10px; _margin-bottom: 0;}
dd { font-size: 1.1em; margin: 0 50px 10px 50px; }
dl.where dt { margin: 0;  font-size: .95em; /*margin-bottom: -10px; _margin-bottom: 0;*/}
dl.where dd { font-size: 0.85em; margin: 0 50px 20px 50px; font-weight: bold;}
#content a { color: black; }
#content a:hover { color: #AC4026; }
#content p.center {
	text-indent: 0;
	text-align: center;
}
#content ul { margin: 0 0 20px 100px; }
#content li { margin: 5px 0; font-weight:bold; font-size: .8em;}
p img { border: 1px solid black; }
#footer {
	background: url(../images/footer.jpg) no-repeat center top;
	height: 36px;
	padding-top: 25px;
	text-align: center;
	font-size: 11px;
}
#footer a { color: black; }
.red { font-size: 1.8em; color: #AC4026; }

