.bodybase {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-image: url(images/background.png);
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:center;
	background-color: #000000;
	margin: 0px;
}
.tabletxt {
	font-size: 11px;
	line-height: 18px;
}
.tablehead {
	font-size: 14px;
	font-weight: bold;
}
.sectionhead {
	font-size: 12px;
	font-weight: bolder;
}
.gallerycontainer{
position: relative;
}

.thumbnail img{
margin: 2px;
}


.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: #971B1E;
padding: 2px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}
.thumbnail:hover span{ /*CSS for enlarged image*/
position: fixed;
top: 20px;
left: 20px;
visibility: visible;
z-index: 50;
}
a:link {
	color: #FFCC00;
}
a:visited {
	color: #D58000;
}
a:hover {
	color: #CC0000;
}
a:active {
	color: #FF9900;
}
.inlinebold {
	font-weight: bold;
}

a.coupon {
	display: block;
	width: 100px;
	height: 26px;
	margin: 6px 0px 6px 0px;
	background-image: url('buttons/coupon.png');
}
a.coupon:hover {
	background-position: center bottom;
}

a.directions {
	display: block;
	width: 134px;
	height: 26px;
	margin: 6px 0px 6px 0px;
	background-image: url('buttons/directions.png');
}
a.directions:hover {
	background-position: center bottom;
}

a.email {
	display: block;
	width: 109px;
	height: 26px;
	margin: 6px 0px 6px 0px;
	background-image: url('buttons/email.png');
}
a.email:hover {
	background-position: center bottom;
}

a.events {
	display: block;
	width: 80px;
	height: 26px;
	margin: 6px 0px 6px 0px;
	background-image: url('buttons/events.png');
}
a.events:hover {
	background-position: center bottom;
}

a.facebook {
	display: block;
	width: 111px;
	height: 26px;
	margin: 6px 0px 6px 0px;
	background-image: url('buttons/facebook.png');
}
a.facebook:hover {
	background-position: center bottom;
}

a.faq {
	display: block;
	width: 45px;
	height: 26px;
	margin: 6px 0px 6px 0px;
	background-image: url('buttons/faq.png');
}
a.faq:hover {
	background-position: center bottom;
}

a.haunts {
	display: block;
	width: 149px;
	height: 26px;
	margin: 6px 0px 6px 0px;
	background-image: url('buttons/haunts.png');
}
a.haunts:hover {
	background-position: center bottom;
}

a.home {
	display: block;
	width: 74px;
	height: 26px;
	margin: 6px 0px 6px 0px;
	background-image: url('buttons/home.png');
}
a.home:hover {
	background-position: center bottom;
}

a.links {
	display: block;
	width: 70px;
	height: 26px;
	margin: 6px 0px 6px 0px;
	background-image: url('buttons/links.png');
}
a.links:hover {
	background-position: center bottom;
}

a.monster {
	display: block;
	width: 182px;
	height: 26px;
	margin: 6px 0px 6px 0px;
	background-image: url('buttons/monster.png');
}
a.monster:hover {
	background-position: center bottom;
}

a.press {
	display: block;
	width: 65px;
	height: 26px;
	margin: 6px 0px 6px 0px;
	background-image: url('buttons/press.png');
}
a.press:hover {
	background-position: center bottom;
}

a.times {
	display: block;
	width: 74px;
	height: 26px;
	margin: 6px 0px 6px 0px;
	background-image: url('buttons/times.png');
}
a.times:hover {
	background-position: center bottom;
}

a.tickets {
	display: block;
	width: 94px;
	height: 26px;
	margin: 6px 0px 6px 0px;
	background-image: url('buttons/tickets.png');
}
a.tickets:hover {
	background-position: center bottom;
}

a.ticket_info {
	display: block;
	width: 144px;
	height: 26px;
	margin: 6px 0px 6px 0px;
	background-image: url('buttons/ticket_info.png');
}
a.ticket_info:hover {
	background-position: center bottom;
}

a.twitter {
	display: block;
	width: 78px;
	height: 26px;
	margin: 6px 0px 6px 0px;
	background-image: url('buttons/twitter.png');
}
a.twitter:hover {
	background-position: center bottom;
}

a.volunteer {
	display: block;
	width: 134px;
	height: 26px;
	margin: 6px 0px 6px 0px;
	background-image: url('buttons/volunteer.png');
}
a.volunteer:hover {
	background-position: center bottom;
}