@charset "UTF-8";
body {
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #7E7156;
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
.specialtext {
	color: #7E7156;
	font-size: 12px;
	padding: 6px;
}
.oneColFixCtrHdr #container {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	border: 3px solid #FFFFFF;
}
.oneColFixCtrHdr #header {
	
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
}
.oneColFixCtrHdr #footer {
	background-image: url(pics/footer.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 33px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 10px;
	color: #FFFFFF;
	text-align: center;
}
.oneColFixCtrHdr #container #mainContent h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #7E7156;
	padding: 0px;
	font-size: 24px;
	}
.topmenu {
	font-size: 11px;
	color: #FFFFFF;
	text-align: right;
	vertical-align: top;
	padding-right: 30px;
	padding-top: 20px;
}
.oneColFixCtrHdr #container #mainContent p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #7E7156;
}
.oneColFixCtrHdr #container #mainContent h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #7E7156;
	font-size: 16px;
	font-weight: bold;
}
.oneColFixCtrHdr #container #mainContent a:link {
	color: #333333;
}
.oneColFixCtrHdr #container #mainContent a:visited {
	color: #333333;
}
.oneColFixCtrHdr #container #mainContent a:hover {
	color: #B89828;
}
.oneColFixCtrHdr #container #mainContent a:active {
	color: #333333;
}
.tabletext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #7E7156;
	color: #FFFFFF;
	height: 12px;
}
.tabletextalternate {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #A99773;
	color: #FFFFFF;
	height: 12px;
}
.entertainprices {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-left: 10px;
}
.entertainmaintext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	line-height: normal;
}
.entertaintitles {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.specialtextwhite {
	color: #FFFFFF;
	font-size: 12px;
	padding: 15px;
}
.oneColFixCtrHdr #calendarkey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	color: #333333;
	background-color: #A59471;
	left: 0px;
	padding-left: 12px;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-right: 12px;
}
