﻿
body  {
	margin: 0;
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. */
	/* there's a fixed-width shadow background in main_style.css */
}
#container { 
	width: 940px;
	overflow:hidden;
	margin: 0 auto; 
	text-align: left; /* this overrides the text-align: center on the body element. */	
	position:relative;
} 
#header { 
	height: 64px;
} 

#headerLinks {
	position: absolute;
	left: 615px;
	top: 10px;
}

#primaryNav {
	height: 44px;
}
	
#showcase {
	float:right;
	z-index:0;
	width:791px;
	height:auto;
	position:relative;
	margin-bottom: 2px;
}
/* WinIE7 */
#showcase {
	line-height: 0;
}

#contentBlock {
	float:left;
	padding-bottom: 25px;
}	
#mainSiteContent {
 	padding: 2px 0 0 10px;
	width: 608px !important;
  width:606px;
	overflow:hidden;
	float: left;	
} 
.sf_wrapper #mainSiteContent 
{
	overflow: visible !important;
	height: auto;
}
#centerMain{
	margin: 23px 11px 0 4px;
}
#mainLeft{
	float: left;
	width: 287px;
}

.eventIntro{
	height: 80px;
	border: 1px solid red;
	margin-top: 10px;
}

#mainRight{
	float: right;
	height: 352px;
	width: 300px;
}

#upcomingPerformances{
	width: 298px;
	overflow: hidden;
}

#sidebar1 {
	float: left;
	width: 149px;
	overflow:hidden !important;
	overflow:visible;
	height:auto !important;
	height:600px;
	min-height:600px;
}

#sidebarNav{
	margin-top: 27px;
	width: 138px;
	font-size: 12px;
}
#sidebar2 {
	float:right;
	width: 167px; 
	height:auto !important;
	/*height:50px;*/
	padding:5px 5px 0 0;
}

#footerBar{
	height: 96px;
	margin-top: 0px;
}
#footer {	
	padding:5px; 
	height:120px;
}

.footerContent {
	width: 940px;
	margin: auto;
}
 #footer #address {
	float: left;
	text-align: left;
	line-height:16px;
 }
 
 #footer #footerNav {
	float: right;
	text-align: right;
 }

/* Reusable general-purpose position helpers */
.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

