body {
	margin:0px 0px; 
	padding:0px;
	text-align:center;
	background-color: #000000;
	font-family: "arial", sans-serif;;
	}
	
#wrap {
	width:1010px;
	margin:0px auto;
	text-align:left;
	padding:15px;
	padding-left:50px;
	border: 0px solid #fff;
}


#header {
	width:970px;
	text-align:center;
}

#stage {
	width:970px;
	height:287px;
	position: absolute;
	z-index:3;
	/*background-image: url('images/stage.jpg');
	background-repeat:no-repeat;
	background-position:center;*/
}
	
#content {
	margin: 0px auto; 
	padding-top:70px;
}

#textcontent {
	margin: 0px auto;
	width: 970px;
}

#textcontent h1{
	color:#9f1518;
	font-size: 17px
}

#textcontent h2{
	color:#9f1518;
	font-size: 17px;
}

#textcontent li{
	padding-bottom:10px;
}

#textcontent p{
	padding-bottom:10px;
}


#textdiv {
	color:silver;
	padding-left:15px;
	padding-right:15px;
	text-align: justify;
}

#slideshow {
	margin: 0px auto; 
	padding-left:25px;
	padding-bottom:20px;
	color:#fff;
}


#menu {
	margin:0px auto;
	width:970px;
	height: 19px;
	/*background-image: url("../images/menu800px.jpg");*/
	margin-top:30px;
	color: #9f1518;	
}

#othermenu {
	margin:0px auto;
	margin-top:20px;
	margin-bottom:20px;
	padding-top:5px;
	padding-left:5px;
	padding-right:5px;
	width:970px;
	height: 25px;
	color: #000000;
	font-size:15px;
/*	background-color:#9f1518;*/
	background-image: url('../images/menu_bg.png');
	background-repeat:no-repeat;
	background-position:left;
	text-align:left;
}

#othermenu a {
	height: 19px; 
	text-decoration: none;
	color: #000000;
	font-size:12px;
}

#othermenu a:hover {
	height: 19px; 
	text-decoration: none;
	color: #ffffff;
	font-size:12px;
}

#menu a {
	height: 19px; 
	text-decoration: none;
	color: #9f1518;
}

#menu a:hover {
	height: 19px; 
	text-decoration: underline;
	color: #ffffff;
}

a#home { 
	margin-left:45px;
}

a#backstage { 
	margin-left:95px;
}

a#videos { 
	margin-left:105px;
}

a#services { 
	margin-left:107px;
}

a#contact{ 
	margin-left:73px;
}

#seats {
	width:1000px;
	text-align:center;
}

#footer {
	width:970px;
	text-align: center;
	margin-top:20px;
}

#footer a {
	text-decoration: none;
	color: #9f1518;
}

#footer a:hover {
	text-decoration: underline;
	color: #ffffff;
}

#myreel { /*sample CSS for demo*/
	z-index:1;
	width:970px;
}

#myreel .img {
	border:0px;
}



/* ######### CSS for PHP Photo Album itself ######### */

.photodiv{ /*CSS for DIV containing each image*/
float: left;
margin-right: 10px;
margin-bottom: 10px;
}

.photodiv img{ /*CSS for each image tag*/
border: 0;
width: 170px;
height: 106px;
cursor: hand;
cursor: pointer;

}

.albumnavlinks{ /*CSS for DIV containing the navigational links*/
}

.albumnavlinks a{ /*CSS for each navigational link*/
margin-right: 5px;
padding: 1px 5px;
border: 1px solid #55555a;
text-decoration: none; 
color: #9f1518;
font-weight: bold;
}


.albumnavlinks a:hover, .albumnavlinks a.current{ /*CSS for currently selected navigational link*/
border: 1px solid;
border-left-color: #55555a;
border-top-color: #55555a;
border-right-color: #000000;
border-bottom-color: #000000;
background-color: gray;
}

/* ######### CSS for thumbnail viewer plugin ######### */

#thumbBox{ /*Outermost DIV for thumbnail viewer*/
margin:0px auto;
position: absolute;
width: auto;
padding: 8px;
padding-bottom: 0;
background: #313131;
visibility: hidden;
z-index: 10;
cursor: hand;
cursor: pointer;  
box-shadow: 5px 5px #818181; /* Experimental box shadow properties*/
-webkit-box-shadow: 5px 5px #818181;
-moz-box-shadow: 5px 5px #818181;
-ms-filter: "progid:DXImageTransform.Microsoft.dropShadow(color=#818181, offX=5, offY=5,  positive=true)"; /* IE8 drop shadow*/
filter: progid:DXImageTransform.Microsoft.dropShadow(color=#818181, offX=5, offY=5,  positive=true); /* IE drop shadow*/
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font: bold 14px Tahoma;
letter-spacing: 5px;
line-height: 1.1em;
color: white;
padding: 5px 0;
text-align: right;
}


#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color: white;
margin: 5px;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
visibility: hidden;
border: 1px solid black;
background-color: #EFEFEF;
padding: 10px;
font: bold 14px Arial;
z-index: 5;
}





#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }