body
{
	background-color: #12120a;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
td
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a
{
	color: #ffffff;
}
#main
{
	height: 612px;
	width: 792px;
	background-color: #1a160e;
}
#left
{
	display: inline;
	float: left;
	height: 570px;
	width: 410px;
	padding-left: 30px;
}
#right
{
	display: inline;
	float: left;
}
#topContent
{
	display: block;
	height: 434px;
}
#bottomContent
{
	display: block;
	height: 136px;
}
#logo
{
	display: inline;
	float: left;
	padding-left: 0px;
}
#navigation
{
	display: inline;
	float: left;
	padding-left: 11px;
}
.navigationLink
{
	display: block;
	height: 15px;
	width: 81px;
	font-size: 1px;
}
#linkSchedule
{
	background: url(../images/linkScheduleOff.gif) no-repeat;
}
	#linkSchedule:hover
{
	background: url(../images/linkScheduleOn.gif) no-repeat;
}
#linkBooking
{
	background: url(../images/linkBookingOff.gif) no-repeat;
}
	#linkBooking:hover
{
	background: url(../images/linkBookingOn.gif) no-repeat;
}
#linkGallery
{
	background: url(../images/linkGalleryOff.gif) no-repeat;
}
	#linkGallery:hover
{
	background: url(../images/linkGalleryOn.gif) no-repeat;
}
#linkMusic
{
	background: url(../images/linkMusicOff.gif) no-repeat;
}
	#linkMusic:hover
{
	background: url(../images/linkMusicOn.gif) no-repeat;
}
#linkNews
{
	background: url(../images/linkNewsOff.gif) no-repeat;
}
	#linkNews:hover
{
	background: url(../images/linkNewsOn.gif) no-repeat;
}
.scheduleShow
{
	padding-bottom: 14px;
color: #ffffff;
	
}
.scheduleDate
{
	color: #666666;
}
.sectionHeading
{
	color: #666666;
	font-size: 12px;
	padding-top: 28px;
	padding-bottom: 14px;
}
.publicNotes
{
	display: block;
	color: #666666;
	font-size: 11px;
	padding-left: 15px;
}