body {
	font-family:  Helvetica, Arial, sans-serif;
	font-size: 11px;
	line-height: 12px;
	color: #000;
	margin: 0;
	background-image: url('../images/bg_fade.gif');
	background-repeat: repeat-x;
}

#wrapper {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border:0;
	width: 880px;
}

#header {
	margin: 0;
	height: 177px;
	background-image: url('../images/head_bg.gif');
	background-repeat: no-repeat;
}

#leftCol {
	float: left;
	width: 198px;
	margin-bottom: 8px;
}

#rightCol {
	float: right;
	width: 130px;
	margin-top: 7px;
	margin-bottom: 8px;
}

#content { 
	float: left;
	width: 535px;
	margin: 7px 0 0 8px;
}

#flashcontent { 
	float: left;
	width: 850px;
	margin: 7px 0 0 8px;
}

#footer {
	clear: both;
}

#footLeft {
	float: left;
	width: 455px;
	height: 97px;	
	overflow: hidden;
}

#footRight {
	float: right;
	height: 97px;
	width: 425px;
	background-image: url('../images/footer_bg.jpg');
	background-repeat: no-repeat;
}
#footLinks {
	text-align: right;
	font-size: 9px;
	line-height: 11px;
	margin: 71px 10px 0 20px;
	color: #7d3520;
}
#footLinks a, #footLinks a:link, #footLinks a:active, #footLinks a:visited {
	color: #7d3520;
	text-decoration: none;
}
#footLinks a:hover {
	text-decoration: underline;
}

/* Text Elements */
h1 { 
	color:#7C3520;
	font-size: 21px;
	line-height: 16px;
}
h2 { 
	color:#7C3520;
	font-size: 14px;
	line-height: 10px;
}
h3 { 
	color:#7C3520
	font-size: 14px;
	line-height: 10px;
}

/* Events Sidebar */
#eventsList {
	background-image: url('../images/events_bg.gif');
	background-repeat: repeat-y;
	color: #ffffff;
}
.eventsTable {
	padding: 6px;
	width: 100%;
	border: 0;
}
.eventsTable td {
	padding: 2px;
}

/* Home Spots */
#homeIntro {	
	background-color: #000;
	height: 180px;
	margin-bottom: 0px;
	background-repeat: no-repeat;
	background-position: 7px 5px;
}
#homeIntroText {
	margin-left: 15px;
	padding-top: 20px;
	width: 275px;
	color: #ffffff;
	font-size: 13px;
	line-height: 17px;
}
#homeUpcoming {
	background-color: #000;
	height: 200px;
	margin-bottom: 8px;
}
#homeEventsTable {
	width: 100%;
	padding: 0 8px 8px 8px;
}
.homeEventsEven {
	background-image: url('../images/upcoming_bg1.gif');
	background-repeat: no-repeat;
	background-position: 0 0;
}
.homeEventsOdd {
	background-image: url('../images/upcoming_bg2.gif');
	background-repeat: no-repeat;
	background-position: 0 0;
}
.thumbCell {
	width: 85px;
}
.homeEventsText {
	padding-left: 25px;
	font-size: 13px;
	vertical-align: middle;
	text-align: left;
}
.btnMoreHolder {
	float:right;
	width: 80px;
	margin-right: 25px;
}
.homeEventsTextHolder {
	float: left;
	width: 290px;
	color: #ffffff;
}

/* Navigation */
#navContainer {
	margin-top: 17px;
	font-size: 10px;
	text-align: center;
}
ul.nav, .nav ul{
	color: #ffffff;
	margin: 0;
	padding: 0;
	cursor: default;
	list-style-type: none;
	display: inline;
}
ul.nav{
	display: inline;
}
ul.nav li{
	display: inline;
	position: relative;
	padding: 2px 20px;
}

.nav a, .nav a:link, .nav a:active, .nav a:visited {
	color: #ffffff;
	text-decoration: none;
}
.nav a:hover {
	color: #000;
	text-decoration: none;
}
a img {
	border:0;
}

