body{
	background-color: #000000;
	margin: 0px;
	text-align: center;
	font-family: arial, verdana, helvetica, sans-serif;
}
#header{
	width: 770px;
	margin: 0px auto;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}
#metrotheatrehdr{
	width: 650px;
	height: 90px;
	background-color: #FFFFFF;
	background-image: url(images/metrotheatrehdr.gif);
	background-position: top center;
	background-repeat: no-repeat;
}
#metrotheatrehdr h1, #metrotheatrehdr h2, #metrotheatrehdr h3{
	display: none;
}
#menu{
	width: 720px;
	margin: 0px auto;
	margin-bottom: 30px;
	text-align: center;
}
#menu p{
	margin: 10px;
	color: #FFFFFF;
}
#menu a{
	color: #FFFFFF;
}
#btn_about{
	display: block;
	width: 82px;
	height: 30px;
	background: url(images/btn-about1.gif);
}
#btn_about:hover{
	background: url(images/btn-about2.gif);
}
#btn_events{
	display: block;
	width: 132px;
	height: 30px;
	background: url(images/btn-events1.gif);
}
#btn_events:hover{
	background: url(images/btn-events2.gif);
}
#btn_location{
	display: block;
	width: 77px;
	height: 30px;
	background: url(images/btn-location1.gif);
}
#btn_location:hover{
	background: url(images/btn-location2.gif);
}
#btn_rentals{
	display: block;
	width: 72px;
	height: 30px;
	background: url(images/btn-rentals1.gif);
}
#btn_rentals:hover{
	background: url(images/btn-rentals2.gif);
}
#btn_volunteer{
	display: block;
	width: 100px;
	height: 30px;
	background: url(images/btn-volunteer1.gif);
}
#btn_volunteer:hover{
	background: url(images/btn-volunteer2.gif);
}
#btn_campaign{
	display: block;
	width: 138px;
	height: 30px;
	background: url(images/btn-campaign1.gif);
}
#btn_campaign:hover{
	background: url(images/btn-campaign2.gif);
}
#btn_supporters{
	display: block;
	width: 95px;
	height: 30px;
	background: url(images/btn-supporters1.gif);
}
#btn_supporters:hover{
	background: url(images/btn-supporters2.gif);
}
#btn_home{
	display: block;
	width: 47px;
	height: 30px;
	background: url(images/btn-home1.gif);
}
#btn_home:hover{
	background: url(images/btn-home2.gif);
}
.invis{
	display: none;
}
#body{
	width: 772px;
	margin: 0px auto;
	background-color: #FFFFFF;
	background-image: url(images/menubg.gif);
	background-position: top center;
	background-repeat: no-repeat;
}
p{
	font-size: 11pt;
	line-height: 140%;
}
h2{
	font-size: 18pt;
	font-weight: bold;
	line-height: 100%;
	color: #CC0000;
}
h3, .h3{
	font-size: 14pt;
	font-weight: normal;
	color: #666666;
	line-height: 100%;
}
a{
	color: #CC0000;
	text-decoration: underline;
}
hr{
	color: #666666;
	background-color: #666666;
	height: 1px;
	border: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
}
#ticketsbox{
	border: 1px solid #666666;
	background-color: #EEEEEE;
}
#ticketsbox p{
	margin: 10px;
	font-size: 10pt;
}
#greybox{
	border: 1px solid #666666;
	background-color: #EEEEEE;
}
.greyboxhdr{
	background-color: #999999;
	color: #FFFFFF;
	font-weight: bold;
}
#greybox p{
	font-size: 10pt;
}
#showstable{
	padding-top: 30px;
}
.showimage{
	width: 100px;
	padding-right: 10px;
}
.showinfo{
	width: 270px;
}
.showdates{
	font-size: 10pt;
	font-weight: bold;
}
.producers, .showtickets{
	font-size: 9pt;
}
.showtitle{
	font-size: 14pt;
}
.showauthor{
	font-size: 9pt;
	font-weight: bold;
}
.showdescription{
	width: 320px;
	padding-left: 10px;
}
.logos{
	border: 1px solid #666666;
}
.logos td{
	text-align: center;	
}
#footer{
	width: 772px;
	margin: 0px auto;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	background-color: #CC0000;
}
#footerlogos{
	height: 50px;
	text-align: center;
}
#footerlogos img{
	margin-left: 20px;
	margin-right: 20px;
}
#credit{
	border-top: 1px solid #FFFFFF;
	background-color: #666666;
	text-align: right;
	height: 30px;
}
#credit a{
	margin-right: 10px;
	font-size: 8pt;
	color: #FFFFFF;
	text-decoration: none;
}