/* CSS Document */
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
body {
	margin: 0;
	padding: 0;
	background: url(images/bg-main.jpg) repeat-y center top;
}
a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #CCCCCC;
}
a:hover {
	text-decoration: none;
	color: #CCCCCC;
}
a:active {
	text-decoration: underline;
	color: #FFFFFF;
}
#container {}
#wrapper {    
	margin: 0 auto;
	width: 806px;
	padding: 0;
}
#header {
	background: url(images/header.jpg) no-repeat right top;
	width: 806px;
	height: 209px;
	border: 0;
	margin: 0 auto;
	padding: 0;
	text-align:left;
}
#header h1 {
	cursor: pointer;
	margin: 0;
	border: 0;
	padding: 0;
	height: 153px!important;
	overflow: hidden;
	width: 450px;
}
h1 span {
	display: none;
}
#left {
	width: 215px;
	float: left;
}
#nav {
	width: 214px;
	height: 240px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	float: left;
	background: url(images/nav.jpg);
	background-repeat: no-repeat;
	padding: 0px 0px 0px 8px;
}
#nav a {
	font-size: 14px;
	color: #BD1436;
	font-weight: bold;
    text-decoration: none;
	display:block;
	line-height: normal;
	margin: 0px 0px 0px 25px;
	padding: 0px 10px 9px 10px;
}
#nav a:hover {
	color: #444444;
}
#nav .current {
	color: #444444;
	font-style: italic;
}
#extra {
	width: 135px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px 0px 0px 67px;
	padding: 0px;
}
#content {
	padding-top: 0px;
	width: 465px;
	margin-left: 225px;
}
#content h2 span {
    display:none;
}
#content h2.home {
	width: 395px;
	height: 86px;
	margin: 0;
	background: url(images/title-home.gif) no-repeat;
}
#content h2.upcoming {
	width: 395px;
	height: 86px;
	margin: 0;
	background: url(images/title-upcoming.gif) no-repeat;
}
#content h2.about {
	width: 395px;
	height: 86px;
	margin: 0;
	background: url(images/title-about.gif) no-repeat;
}
#content h2.events {
	width: 395px;
	height: 86px;
	margin: 0;
	background: url(images/title-events.gif) no-repeat;
}
#content h2.tour {
	width: 395px;
	height: 86px;
	margin: 0;
	background: url(images/title-tour.gif) no-repeat;
}
#content h2.parties {
	width: 395px;
	height: 86px;
	margin: 0;
	background: url(images/title-parties.gif) no-repeat;
}
#content h2.location {
	width: 395px;
	height: 86px;
	margin: 0;
	background: url(images/title-location.gif) no-repeat;
}
#content h2.contact {
	width: 395px;
	height: 86px;
	margin: 0;
	background: url(images/title-contact.gif) no-repeat;
}
#content h2.links {
	width: 395px;
	height: 86px;
	margin: 0;
	background: url(images/title-links.gif) no-repeat;
}
#content h2.terms {
	width: 395px;
	height: 86px;
	margin: 0;
	background: url(images/title-terms.gif) no-repeat;
}
#content h2.privacy {
	width: 395px;
	height: 86px;
	margin: 0;
	background: url(images/title-privacy.gif) no-repeat;
}
#content h2.performers {
	width: 395px;
	height: 86px;
	margin: 0;
	background: url(images/title-performers.gif) no-repeat;
}
#content p, #content h3, #content h4 {
	padding-left: 45px;
}
#content ul {
	padding-left: 30px;
	margin-left: 30px;
}
#content h3 {
	font-size: 14px;
	font-weight: bold;
	line-height: 100%;
	margin-bottom: 0;
	margin-top: 22px;
	color: #B7B443;
}
#content h4 {
	font-size: 14px;
	font-weight: bold;
	line-height: 100%;
	margin-bottom: 0;
	margin-top: 22px;
	color: #EEB211;
}
#content p {
	line-height: 150%;
	margin-top: 15px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}
#content p.nolinespace {
	line-height: 125%;
}
.highlight {
	font-size: 16px;
	font-style: italic;
	color: #EFEFEF;
}
.highlight2 {
	font-size: 18px;
	font-style: italic;
}
.textinput {
	font-size: 10px;
	color: #9B1A2E;
	background-color: #FFFFFF;
	border: 1px solid #999999;
}
.float-right {
	float: right;
}
#left-col, #right-col {
	padding-top: 0px;
	margin-left: 0px;
	width: 200px;
	float: left;
}
#left-col p, #right-col p {
	line-height: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
}
#left-col span, #right-col span {
	padding-left: 25px;
	padding-right: 0px;
}
#left-col span.highlight3, #right-col span.highlight3 {
	padding-left: 0px;
	font-size: 11px;
	font-style: italic;
}
#footer {
	background: url(images/footer.jpg) no-repeat center bottom;
	position: relative;  /* Needed for Safari */
	padding: 0px;
	height: 290px;
	width: 806px;
	margin: 0 auto;
}
#footer p {
	text-align: center;
	padding-top: 240px;
	margin: 0px;
	padding-bottom: 0px;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

