body {
 text-align: left;
 margin: 0px;
 padding: 0px;
 height: 100%;
 background-color: #764A40;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 /*overflow: hidden;*/
}
html {
	text-align:left;
	margin: 0px;
	padding: 0px;
	height:100%;
	/*background-color:#764A40;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
 	/*overflow: hidden;*/
}
.contentTable {
	height:100%;
	width:100%;
}
.contentTable2 {
	height:100%;
 text-align: left;
}
.bgRightCuttOff {
	background-image: url(images/about_on.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.textTable {
	background-color: #FFFFFF;
	border-color: #3e1b0e;
	border-collapse: collapse;
	border-style:solid;
	width:500px;
	height:500px;
	background-repeat: no-repeat;
	background-position: center bottom;
}
a.nav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: lighter;
	font-size:12px;
	text-transform: uppercase;
	color: #FFFFFF;
	background-color: #3e1b0e;
	text-decoration:none;
	padding: 4px;
	line-height:28px;
}
a.nav:link {
	color: #FFFFFF;
	background-color: #3e1b0e;
	text-decoration:none;
}
a:hover {
	text-decoration: none;
}
a.nav:visited {
	color: #CCCCCC;
	background-color: #3e1b0e;
	text-decoration:none;
}
a.nav:active {
	color: #f7c70f;
	text-decoration:none;
}
a.nav:hover {
	color: #f7c70f;
	text-decoration:none;
}
.bodyText {
 line-height: 15px;
 font-size: 11px;
 padding: 10px;
 text-align: left;
}
.activeSubLink {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-weight: 400;
 text-transform: uppercase;
 color: #f7c70f;
 background-color: #3e1b0e;
 padding: 4px;
 line-height: 28px;
}
.headline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight: 400%;
	text-transform: uppercase;
	line-height:28px;
}
.productionImage {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:25px;
	font-weight:100;
	line-height:64px;
	color:#707070;
}
.ticketsText {
	line-height:24px;
	font-size:11px;
	padding:10px;
}
.grey{ 
	color: #999999;
}
.scrollText {
 height: 480px;
 width: 100%;
 overflow: auto;
}