body {
	text-align: center;
	margin: 0;
	font-family: verdana, arial;
	font-size: 10pt;
	background: url('images/bg.gif') repeat-y center #eee;
	color: #341606;
}
p {
	margin: 10pt 0 10pt 0;
	padding: 0 10px 0 10px;
}
h1 {
	font-size: 14pt;
	font-weight: normal;
}
h2 {
	font-size: 12pt;
}
h3 {
	font-size: 10pt;
	font-weight: bold;	
}
table {
	width: 100%;
}
.hidden {
	display: none;
}
#root {
	width: 980px;
	min-height: 600px;
	height: auto !important;
	height: 600px;
	margin: 0 auto;
	text-align: left;
	padding: 0 10px 0 10px;
}
#content {
	position: relative;
	float: left;
	width: 960px;
	padding: 0 10px 0 10px;
}
.header {
	float: left;
	border: 0;
}
.thumb {
	float: left;
	padding: 10px;
}


/*Navigation*/
#nav {
	float: right;
	padding-top: 22px;
	width: 320px;
}
a.navBtn:link, a.navBtn:visited {
	float: right;
	width: 300px;
	height: 24px;
	background-position: -20px;
}
a.navBtn:hover, a.navBtn:active {
	float: right;
	width: 320px;
	height: 24px;
	background-position: 0;
}
#navMembership {
	background-image: url('images/navMembership.png');
	background-repeat: no-repeat;
}
#navGallery {
	background-image: url('images/navGallery.png');
	background-repeat: no-repeat;
}
#navNews {
	background-image: url('images/navNews.png');
	background-repeat: no-repeat;
}
#navShow {
	background-image: url('images/navBills.png');
	background-repeat: no-repeat;
}
#navCalendar {
	background-image: url('images/navEvents.png');
	background-repeat: no-repeat;
}
#navHoliday {
	background-image: url('images/navHoliday.png');
	background-repeat: no-repeat;
}
#navContact {
	background-image: url('images/navContact.png');
	background-repeat: no-repeat;
}