body {
	margin: 0px;
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
	font-size: 16px;
	color: #183319;
	background: #440000;
}
#wrapper {
	position: relative;
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	background: #FFFFFF;
	border: 1px solid #183319;
}
#page {
	padding-top: 20px;
	padding-left: 10px;
	padding-right: 10px;
}
#header {
	float: left;
	background: #183319 url(images/header.jpg);
	width: 700px;
	height: 173px;
}
#nav {
	float: left;
	width: 680px;
	height: 27px;
	margin-top: 0px;
	padding-left: 20px;
	background: url(images/nav_background.jpg) 0px 0px no-repeat;
	font-size: .75em;
	font-weight: bold;
	color: #000000;
}
#nav ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#nav li {
	display: block;
	float: left;
	padding-top: 8px;
	padding-right: 27px;
}
#nav li a {
	color: #000000;
	text-decoration: none;
}
#nav li a:hover {
	color: #183319;
	text-decoration: underline;
}
#content {
	float: left;
	width: 440px;
	font-size: .7em;
	padding-bottom: 50px;
}
#content p {
	margin: 0px;
	line-height: 1.8em;
}
#content a {
	color: #440000;
	text-decoration: none;
}
#content a:hover {
	text-decoration: underline;
}
#content p.description {
	padding-left: 1em;
	padding-bottom: 1em;
}
#menuGroup {
	margin-bottom: 40px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #440000;
}
#sectionName {
	font-weight: bold;
	font-size: 2em;
	text-transform: uppercase;
}
#item {
	float: left;
	width: 260px;
	font-weight: bold;
	font-size: 1.4em;
}
#price {
	float: right;
	font-weight: bold;
	font-style: italic;
	text-align: right;
}
#description {
	clear: both;
	margin-bottom: .9em;
}
#extras {
	margin-left: 10px;
	margin-right: 10px;
	font-style: italic;
	font-size: .9em;
	color: #440000;
}
.menuSpacer {
	clear: both;
	margin-bottom: .9em;
}
#side {
	float: right;
	width: 210px;
	padding-bottom: 50px;
}
#side p {
	font-size: .7em;
}
#side .sideLink {
	margin-top: 20px;
	border-top: 1px dotted #440000;
	padding-top: 20px;
}
.instructions {
	font-size: .9em;
}
#calendar {
	width: 210px;
	margin-bottom: 50px;
}
#calendar .calendar {
	font-size: .6em;
	border: 1px solid #183319;
}
#calendar .calendar-month {
	font-weight: bold;
	font-size: 16px;
	text-align: left;
}
#calendar th {
	width: 30px;
	text-align: left;
}
#calendar td {
	height: 30px;
}
#calendar td .calendar-current {
	background: #C5CCC5;
	display: block;
	width: 30px;
	height: 30px;
}
#calendar a {
	color: #770000;
	font-size: 1.5em;
	text-decoration: none;
	position: relative;
}
#calendar .instructions {
	padding-left: 2px;
	font-size: .6em;
	color: #183319;
	font-style: italic;
}
#footer {
	position: relative;
	padding-top: 5px;
	padding-bottom: 5px;
	background: #183319;
	font-size: .6em;
	text-align: center;
	color: #FFFFFF;
}
.headline {
	font-size: 16px;
	font-weight: bold;
}
.title {
	font-size: 16px;
	font-weight: bold;
	padding-top: 1em;
}
.error {
	color: #FF0000;
}
#content ul {
	list-style-type: none;
	margin: 0px;
}
#content li {
	list-style-type: none;
	margin: 0px 0px 3px 0px;
	padding-left: 15px;
	background: url(images/0021_03.png) 0px 0px no-repeat;
}
.required {
	color: #aa0000;
	font-size: .9em;
	vertical-align: 2px;
}
.dateadded {
	font-size: .9em;
	font-style: italic;
	padding: 0px 0px 10px 0px;
}
.news_item {
	border-bottom: 1px dotted #440000;
	padding-bottom: 20px;
}

/* calendar hovers */
#calendar a.titleinfo span {
	display: none;
}
#calendar a.titleinfo:hover {
	background: #FFFFFF;
	z-index: 10;
}
#calendar a.titleinfo:hover span {
	display: block;
	position: absolute;
	top: 5px;
	left: 5px;
	text-align: left;
	padding: 4px 15px;
	width: 170px;
	background: transparent;
	background-color: #FFFFFF; /* this background is still necessary for Mozilla derivatives */
	opacity: .90;
	filter:alpha(opacity=90); /* IE's opacity*/
	border-top: 10px solid #183319;
	border-right: 1px dotted #183319;
	border-bottom: 1px dotted #183319;
	border-left: 1px dotted #183319;
	cursor: pointer;
	color: #183319;
	font-size: 11px;
}
#calendar a.titleinfo:hover span div.event_date {
	font-size: 1.1em;
	border-bottom: 1px solid #183319;
}