html, body {
	font-family: segoe ui, arial, sans-serif;
	background: url('/interface/img/pageBG.jpg') repeat-x;
}

body {
	margin: 10px;
}

img {
	border: 0;
}

#wrapper {
	margin: 0 auto;
	background: #fff;
	width: 980px;
	padding: 10px;
	border: 1px solid #bbb;
	position: relative;
}

#navigation {
	list-style-type: none;
	padding: 0;
	margin: 0;
	position: absolute;
	top: 10px;
	left: 250px;
}

#navigation li {
	float: left;
	display: block;
	padding: 10px 5px;
}

#navigation li a {
	border: 1px solid #ccc;
	padding: 10px;
	color: #086189;
	font-weight: bold;
	text-decoration: none;
}

#navigation li a:hover {
	background: #eee;
}

#bodyWrapper {
	border: 1px solid #ccc;
	margin: 10px 0;
	padding: 10px;
	overflow: hidden;
	clear: both;
	position: relative;
	font-size: 10pt;
}

#bodyWrapper h1 {
	color: #086189;
	line-height: 35px;
	height: 35px;
	font-weight: bold;
	margin: 0px;
	padding: 0 15px;
	margin-bottom: 10px;
	font-size: 16pt;
}

#bodyWrapper h2 {
	color: #086189;
	font-weight: bold;
	margin: 0px;
	padding: 0 15px;
	margin-bottom: 10px;
	font-size: 13pt;
}

#bodyWrapper h3 {
	color: #086189;
	font-weight: bold;
	margin: 0px;
	padding: 0 15px;
	margin-bottom: 10px;
	font-size: 12pt;
}

#bodyWrapper #nextPlay {
	position: relative;
	padding: 0 15px;
}

#bodyWrapper #generic {
	position: relative;
	padding: 0 15px;
	font-size: 10pt;
}

#bodyWrapper #nextPlay h2 {
	color: #ff9900;
	background: url('/interface/img/bar_bg.png') repeat-x;
	line-height: 35px;
	height: 35px;
	margin: 0;
	padding: 0 5px;
	font-size: 14pt;
}

#bodyWrapper #nextPlay p {
	margin: 5px 0;
	padding: 0;
	font-size: 10pt;
}

#bodyWrapper #nextPlay #nextPlayImg {
	height: 300px;
}

#bodyWrapper #nextPlay #nextPlayDesc {
	position: absolute;
	top: 10px;
	left: 600px;
	width: 326px;
	height: 259px;
	background: #fff;
	border: 1px solid #ccc;
	padding: 10px;
}

#bodyWrapper #nextPlay #nextPlayDesc #moreDetails {
	margin: 20px auto 0;
	padding: 0;
	list-style-type: none;
	overflow: hidden;
	width: 202px;
}

#bodyWrapper #nextPlay #nextPlayDesc #moreDetails li {
	float: left;
	display: block;
	padding: 6px 5px;
	font-size: 9pt;
}

#bodyWrapper #nextPlay #nextPlayDesc #moreDetails li a {
	text-decoration: none;
	color: #086189;
	border: 1px solid #ccc;
	padding: 5px;
}

#bodyWrapper #nextPlay #nextPlayDesc #moreDetails li a:hover {
	background: #ddd;
}

#bodyWrapper #play-detail {
	overflow: hidden;
	position: relative;
}

#bodyWrapper #primaryImg {
	position: absolute;
	top: 0;
	right: 0;
}

#bodyWrapper #about {
	width: 400px;
	font-size: 10pt;
}

#bodyWrapper p {
	padding: 0 15px;
}

#bodyWrapper #cast, #bodyWrapper #bookTickets {
	font-size: 10pt;
	padding: 0;
	margin: 0;
}

#bodyWrapper #sponsors {
	position: relative;
	text-align: center;
	padding-top: 20px;
}

#bodyWrapper #sponsors h2 {
	text-align: left;
}

#bodyWrapper #sponsors .sponsor{
	display: inline;
	padding: 0 10px;
}

#footerWrapper {
	font-size: 8pt;
	overflow: hidden;
	color: #666;
}

#footerWrapper #copyright {
	float: right;
}