body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	background-color: #000000;
	color: #FFFFFF;
	margin:0;
	padding:0;
}
p {
	margin:0;
	margin-top:15px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	color: #CC0000;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	color: #A78643;
}
em {
	font-style: italic;
	font-weight: bold;
}
hr {
	border: 2px solid #000000;
	width:95%;
	left:0;
	margin:10px 0;
	padding:0;
	clear: both;
}
#container {
	z-index:20;
	position:absolute;
	top:75px;
	color: #333;
	left:5%;
	right:5%;
	width:90%;
	min-width:600px;
	height:auto;
}
#rightbox {
	z-index:55;
	position:relative;
	width: 180px;
	margin: 0;
	background-color: #a78643;
	float:right;
	min-height:100%;
	padding: 0;
}
#rightbox p {
	padding: 0 10px 0 10px;
	color: #FFFFFF;
}
#rightbox p.small {
	padding: 0 10px 0 10px;
	color: #FFFFFF;
	font-size: .9em;
}
#tickets {
	z-index:55;
	position:relative;
	width: 180px;
	margin: 0;
	padding: 0;
	background-color: #FFC;
	border-bottom: 5px solid #000000;
	font-size:.65em;
	color:#000000;
	text-align:center;
}
#tickets p, #tickets h1, #tickets h2 {
	margin: 0;
	padding: 0;
	color:#000000;
}
#tickets h1 {
	font-size:1.3em;
}
#tickets h2 {
	font-size:1em;
}
#tickets strong {
	font-size:1.1em;
}
#tickets hr {
	border: 1px solid #000000;
	width:70%;
	left:0;
	margin:5px 15%;
	padding:0;
	clear: both;
}
#content {
	z-index:23;
	position:absolute;
	background-color: #FFF;
	margin:0;
	border-right: 5px solid #000;
	padding:0px;
	padding-left:40px;
	padding-right:5px;
	right:180px;
	left:120px;
	min-height:100%;
}
* html #content {	
	width:100%;
}
* html #container2 {
	position:absolute;
	padding-left:120px;
	padding-right:230px;
	float:left;
}

#header {
	z-index:10;
	position:absolute;
	top:0;
	left:0;
	height: 70px;
	width: 100%;
	margin:0;
	padding:0;
	background-image: url(images/title.gif);
	background-repeat: no-repeat;
	background-color:#C00;
	background-position: 90% 30px;
}
#tagline {
	z-index:55;
	position:relative;
	background-image: url(images/tagline.gif);
	background-repeat: no-repeat;
	background-position:bottom;
	width:12px;
	margin:0 0 0 100px;
	padding:0;
	left:5%;
	height:429px;
	top:100px;
}
#navigation {
	z-index:30;
	position:absolute;
	top:30px;
	left:5%;
	width:140px;
	background-image: url(images/logo.gif);
	background-repeat: no-repeat;
	background-color:#FFC;
	background-position: top;
	border: 5px solid #000000;
	clear:both;
}
#navigation ul {
	padding:90px 5px 5px 0;
	margin:0;
	text-align:right;
	padding-top:90px;
	padding-right:5px;
}
#navigation li {
	margin:0;
	padding:0;
	padding-top:8px;
	line-height:15px;
	display:block;
	list-style-type:none;
	float:none;
	clear:both;
	font-weight:bold;
}
#navigation a:link {
	color: #000;
	text-decoration: none;
}
#navigation a:visited {
	color: #000;
	text-decoration: none;
}
#navigation a:hover {
	color: #C00;
	text-decoration: underline;
}
#navigation a:active {
	color: #C00;
	text-decoration: underline;
}
.tnb {
	border-top:3px solid #000000;
	border-bottom:3px solid #000000;
}
.bb {
	border-bottom:3px solid #000000;
}
#schedule {
	margin: auto;
	padding:0px;
	border: none;
	background-color:#FFFFCC;
	text-align: center;
}
#schedule td {
	margin:0;
	padding:0;
	padding-left: 15px;
}
#schedule th {
	font-size: 16px;
	text-transform: uppercase;
	color: #FFFFFF;
	background-color: #CC0000;	
}
#schedule p,#schedule dl {
	text-align:left;
}
#schedule em {
	font-size: .9em;
	font-style: italic;
	font-weight: bold;
}
.space {
	margin: 0px;
	padding: 0px;
	height: 10px;
	background-color: #A78643;
}
