﻿/* Universal Styles */
body
{
	background-position: center top;
	padding: 0px;
	margin: 0px;
	background-color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url('images/Bg.jpg');
	background-repeat: repeat-y;
}

#Main
{
	width: 1195px;
	margin-left: auto;
	margin-right: auto;
	empty-cells: show;
}

#Nav
{
	height: 66px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	text-align: center;
	text-transform: uppercase;
	padding-top: 5px;
	font-weight: bold;
	white-space: nowrap;
}

#Nav a
{
	color: #FFFFFF;
	text-decoration: none;
}

#Nav a:hover
{
	color: #ffff66;
	text-decoration: none;
}

#TitleBar
{
	height: 74px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	color: #FFFFFF;
	text-align: left;
	font-weight: bold;
	white-space: nowrap;
	background-color: #333333;
	padding-left: 20px;
}

#TitleBarSpacer
{
	height: 23px;
}

#Footer1
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
	white-space: nowrap;
}

#Footer1 a
{
	color: #FFFFFF;
	text-decoration: none;
}

#Footer1 a:hover
{
	color: #ffff66;
	text-decoration: none;
}

#FooterSpacer1
{
	height: 57px;
}

#Footer2
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	font-weight: bold;
	white-space: nowrap;
}

#Footer2 a
{
	color: #FFFFFF;
	text-decoration: none;
}

#Footer2 a:hover
{
	color: #ffff66;
	text-decoration: none;
}

#FooterSpacer2
{
	height: 199px;
}

#Bottom
{
	height: 50px;
}

.noBorder
{
	border-width: 0;
}

.imageBar
{
	position: fixed;
	bottom: 5px;
	left: 5px;
	right: 5px;
	height: 78px;    
	padding: 5px;
	visibility:hidden;
	background: black;
	color: white;    
	border: solid 1px #FFF;
	z-index: 200;
	overflow: hidden;
}


/* Artists Styles */

#ArtistsLeft
{
	vertical-align: top;
	width: 373px;
	background-color: #666666;
	padding-top: 20px;
	padding-bottom: 20px;
}

#ArtistsText
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #FFFFFF;
	text-align: left;
	padding-right: 10px;
	padding-left: 10px;
	text-transform: uppercase;
}

#ArtistsText a
{
	color: #FFFFFF;
	text-decoration: none;
}

#ArtistsText a:hover
{
	color: #ffff66;
	text-decoration: none;
}

#ArtistsRight
{
	vertical-align: top;
	width: 532px;
	background-color: #333333;
	padding-top: 20px;
	padding-bottom: 20px;
}

#ArtistsPic
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #FFFFFF;
	text-align: center;
	padding-right: 10px;
	padding-left: 10px;
}


/* ArtistBio Styles */

#ArtistBioLeft
{
	vertical-align: top;
	width: 373px;
	height: 465px;
	background-color: #666666;
	padding-top: 20px;
	padding-bottom: 20px;
}

#ArtistBioText
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #FFFFFF;
	text-align: left;
	height: 425px;
	padding-right: 10px;
	padding-left: 10px;
	overflow: auto;
}

#ArtistBioRight
{
	vertical-align: top;
	width: 532px;
	background-color: #333333;
	padding-top: 20px;
	padding-bottom: 20px;
}

#ArtistBioPic
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #FFFFFF;
	text-align: center;
	padding-right: 10px;
	padding-left: 10px;
}

#ArtistBioPic a
{
	color: #FFFFFF;
	text-decoration: none;
}

#ArtistBioPic a:hover
{
	color: #ffff66;
	text-decoration: none;
}


/* Event Styles */

#EventLeft
{
	vertical-align: top;
	width: 373px;
	height: 423px;
	background-color: #666666;
	padding-top: 20px;
	padding-bottom: 20px;
}

#EventText
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #FFFFFF;
	text-align: center;
	height: 383px;
	padding-right: 10px;
	padding-left: 10px;
	overflow: auto;
}

#EventText a
{
	color: #FFFFFF;
	text-decoration: none;
}

#EventText a:hover
{
	color: #ffff66;
	text-decoration: none;
}

#EventRight
{
	vertical-align: top;
	width: 532px;
	background-color: #333333;
	padding-top: 20px;
	padding-bottom: 20px;
}

#EventPic
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #FFFFFF;
	text-align: center;
	padding-right: 10px;
	padding-left: 10px;
}

#EventFooter
{
	height: 42px;
	background-color: #333333;
}

#EventFooterText
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFFFFF;
	padding-right: 10px;
	padding-left: 10px;
}

#EventFooterText a
{
	color: #FFFFFF;
	text-decoration: none;
}

#EventFooterText a:hover
{
	color: #ffff66;
	text-decoration: none;
}


/* About Styles */

#AboutLeft
{
	vertical-align: top;
	width: 373px;
	background-color: #666666;
	padding-top: 20px;
	padding-bottom: 20px;
}

#AboutText
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #FFFFFF;
	text-align: center;
	padding-right: 10px;
	padding-left: 10px;
}

#AboutRight
{
	vertical-align: top;
	width: 532px;
	background-color: #333333;
	padding-top: 20px;
	padding-bottom: 20px;
}

#AboutPic
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #FFFFFF;
	text-align: center;
	padding-right: 10px;
	padding-left: 10px;
}

#AboutPic a
{
	color: #FFFFFF;
	text-decoration: none;
}

#AboutPic a:hover
{
	color: #ffff66;
	text-decoration: none;
}


/* Press Styles */

#PressLeft
{
	vertical-align: top;
	width: 373px;
	height: 465px;
	background-color: #666666;
	padding-top: 20px;
	padding-bottom: 20px;
}

#PressText
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #FFFFFF;
	text-align: left;
	height: 383px;
	padding-right: 10px;
	padding-left: 10px;
	overflow: auto;
}

#PressText a
{
	color: #FFFFFF;
	text-decoration: none;
}

#PressText a:hover
{
	color: #ffff66;
	text-decoration: none;
}

#PressRight
{
	vertical-align: top;
	width: 532px;
	background-color: #333333;
	padding-top: 20px;
	padding-bottom: 20px;
}

#PressPic
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #FFFFFF;
	text-align: center;
	padding-right: 10px;
	padding-left: 10px;
}


/* Newsletter Styles */

#NewsletterLeft
{
	vertical-align: top;
	width: 373px;
	height: 465px;
	background-color: #666666;
	padding-top: 20px;
	padding-bottom: 20px;
}

#NewsletterText
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #FFFFFF;
	text-align: left;
	height: 425px;
	padding-right: 10px;
	padding-left: 10px;
	overflow: auto;
}

#NewsletterText a
{
	color: #FFFFFF;
	text-decoration: none;
}

#NewsletterText a:hover
{
	color: #ffff66;
	text-decoration: none;
}

#NewsletterRight
{
	vertical-align: top;
	width: 532px;
	background-color: #333333;
	padding-top: 20px;
	padding-bottom: 20px;
}

#NewsletterPic
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #FFFFFF;
	text-align: center;
	padding-right: 10px;
	padding-left: 10px;
}


/* Facility Styles */

#FacLeft
{
	vertical-align: top;
	width: 373px;
	background-color: #666666;
	padding-top: 20px;
	padding-bottom: 20px;
}

#FacText
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #FFFFFF;
	text-align: left;
	padding-right: 10px;
	padding-left: 10px;
}

#FacRight
{
	vertical-align: top;
	width: 532px;
	background-color: #333333;
	padding-top: 20px;
	padding-bottom: 20px;
}

#FacPic
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #FFFFFF;
	text-align: left;
	padding-right: 10px;
	padding-left: 10px;
}

#FacPic a
{
	color: #FFFFFF;
	text-decoration: none;
}

#FacPic a:hover
{
	color: #ffff66;
	text-decoration: none;
}


/* Contact Styles */

#ContactLeft
{
	vertical-align: top;
	width: 373px;
	height: 465px;
	background-color: #666666;
	padding-top: 20px;
	padding-bottom: 20px;
}

#ContactText
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #FFFFFF;
	text-align: left;
	padding-right: 10px;
	padding-left: 10px;
}

#ContactText a
{
	color: #FFFF66;
	text-decoration: none;
}

#ContactText a:hover
{
	color: #ffff66;
	text-decoration: none;
}

#ContactRight
{
	vertical-align: top;
	width: 532px;
	background-color: #333333;
	padding-top: 20px;
	padding-bottom: 20px;
}

#ContactPic
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #FFFFFF;
	text-align: left;
	padding-right: 10px;
	padding-left: 10px;
}

#ContactPic a
{
	color: #FFFFFF;
	text-decoration: none;
}

#ContactPic a:hover
{
	color: #ffff66;
	text-decoration: none;
}


/* Contact Event Styles */

#ContactEventLeft
{
	vertical-align: top;
	width: 577px;
	height: 465px;
	background-color: #666666;
	padding-top: 20px;
	padding-bottom: 20px;
}

#ContactEventRight
{
	vertical-align: top;
	width: 328px;
	background-color: #333333;
}