body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .8em;
	color: #222;
	background: #FFF url("images/background.png") repeat-x;
}

h1, h2, h3, h4, h5, h6 {
	color: #900;
}

img {
	border: none;
}

pre {
	font-family: Georgia, "Times New Roman", Times, serif;
	white-space: pre-wrap;	/* css-3 */
	white-space: -moz-pre-wrap;	/* Mozilla, since 1999 */
	white-space: -pre-wrap;	/* Opera 4-6 */
	white-space: -o-pre-wrap;	/* Opera 7 */
	word-wrap: break-word;	/* Internet Explorer */
	font-size: 12pt;
}

textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a:link, a:visited {
	text-decoration: none;
	color: #900;
}

a:hover, a:active {
	text-decoration: underline;
	color: #F00;
}

#header {
	width: 757px;
	height: 133px;
	margin: 0 auto 5px auto;
	position: relative;
}

#header a {
	width: 757px;
	height: 133px;
	display: block;
	background: url("images/header_georgia.png") no-repeat;
}

#topBar {
	width: 800px;
	height: 25px;
	margin: 0 auto 3px auto;
}

#topBar a.right {
	float: right;
}

#navigation {
	margin: 0 auto;
	height: 50px;
	width: 818px;
	background: url("images/navigation_bg.png") repeat-x;
	line-height: 50px;
	font-weight: bold;
	color: #FFF;
	font-size: 15px;
	border-bottom:1px solid #000;
}

#navCenter {
	margin: 0 auto;
	display: inline-block;
}

#navigation ul {
	margin: 0 auto;
	position: relative;
	display: inline-block;
	list-style-type: none;
	/*width: 818px;*/
	height: 50px;
}

#navigation ul li {
	margin: 0;
	padding: 0 19px 0 20px;
	position: relative;
	display: inline;
	height: 50px;
	float: left;
	text-align: center;
}

#navigation a:link, #navigation a:visited {
	display: block;
	height: 50px;
	text-decoration: none;
	font-weight: bold;
	color: #FFF;
}

#navigation a:hover, #navigation a:active {
	color: #FFA800;
}

#subNavigation {
	margin: 0 auto;
	width: 818px;
	height: 33px;
	background: url("images/subnavigation_bg.png") repeat-x;
	border-top: 1px solid #F00;
	border-bottom: 1px solid #000;
}

#subNavigation ul {
	margin: 0 auto;
	font-weight: bold;
	font-size: 13px;
	height: 33px;
	position: relative;
	display: inline;
	text-align: center;
	width: 818px;
}

#subNavigation ul li {
	border-right: 1px solid #F00;
	border-left: 1px solid #000;
	width: 125px;
	height: 32px;
	float: left;
	position: relative;
	display: inline;
	line-height: 30px;
	background: url("images/subnavigation_bg.png") repeat-x;
}

#subNavigation ul ul {
	position: absolute;
	width: 125px;
	height:100%;
	margin: 32px 0 0 -41px;
	list-style-type: none;
	top: 0;
	left: 0;
	z-index: 1000;
	display: none;
}

#subNavigation ul ul li {
	background: #900;
	background: rgba(153, 0, 0, 0.85); /* CSS3 capable browsers only */
	border: none;
	
}

#subNavigation a:link, #subNavigation a:visited {
	text-decoration: none;
	font-weight: bold;
	display: block;
	width: 125px;
	height: 32px;
	color: #FFF;
	text-align: center;
}

#subNavigation a:hover, #subNavigation a:active {
	color: #FFA800;
}

#container {
	width: 818px;
	margin: 0 auto;
	position: relative;
}

#contentBG {
	width: 818px;
	margin: 0 auto;
	position: relative;
	display: inline-block;
	background: url("images/content_bg.png") repeat-y;
}

#contentContainer {
	background: url("images/content_bg_gradient.png") repeat-x;
	position: relative;
	display: inline-block;
	width: 800px;
	margin: 0 9px;
}

#content {
	margin: 25px 50px;
}

#homeContent {
	position: relative;
	width: 400px;
}

#rSidebar {
	position: relative;
	float: right;
	margin: 0;
	padding: 9px;
	text-align: center;
	width: 223px;
	height: 579px;
	background: url("images/sidebar.png") no-repeat;
}

#rSidebar ul li {
	padding-bottom: 5px;
}

#footer {
	width: 800px;
	position: relative;
}

#footer p {
	margin: 5px 25px;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	color: #818181;
	position: relative;
	padding: 3px 0;
}

#hTicketBanner {
	font-size: 1.25em;
	position: relative;
	width: 400px;
	height: 130px;
	background-image: url("images/home_ticketbanner.png");
}

#ticketBanner {
	font-size: 1.25em;
	position: relative;
	padding: 9px;
	width: 700px;
	height: 130px;
	background: url("images/ticketbanner.png") no-repeat;
}

#hTicketBanner a {
	width: 382px;
	height: 112px;
	display: block;
	position: absolute;
	text-decoration: none;
	z-index: 100;
}

#ticketBanner a {
	width: 682px;
	height: 112px;
	display: block;
	position: absolute;
	text-decoration: none;
	z-index: 100;
}

#ticketBanner img, #hTicketBanner img {
	line-height: 112px;
	float: right;
	display: block;
	margin: 18px 25px 18px 10px;
}

#ticketBanner h2, #ticketBanner p {
	display: block;
	width: 75%;
	margin: 15px;
}

#hTicketBanner h3, #hTicketBanner p {
	display: block;
	width: 55%;
	margin: 10px;
}

#eventInfo {
	font-size: 1.25em;
	width: 250px;
	height: 175px;
	margin:0 10px;
	padding: 15px 20px;
	background: url("images/event_background.png") repeat-x;
	color: #06C;
	font-weight: bold;
	float: right;
}

#eventInfo h1 {
	margin: 0;
	display: inline-block;
}

#rightcol {
	width: 40%;
	position: relative;
	display: block;
	margin: 0 5px;
	padding: 0 5px;
	border-left: 1px solid #9d9d9d;
	float: right;
}

.bgEnd {
	height: 14px;
	width: 818px;
	display: inline-block;
	position: relative;
	background: url("images/content_bg_end.png") no-repeat;
}

.header {
	background-color: #900;
	color: #FFA800;
	padding: 5px;
}

.leftImage {
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
	position: relative;
}

.rightImage {
	float: right;
	margin-bottom: 5px;
	margin-left: 10px;
}

.center {
	margin: 0 auto;
}

.collapseHeader {
	margin: 10px auto;
	background-color: #900;
	color: #FFA800;
	font-size: 1.5em;
	line-height: 50px;
	text-align: center;
	padding: 0 10px;
	width: 500px;
	height: 50px;
	cursor: pointer;
}

.disabledCollapseHeader {
	margin: 10px auto;
	background-color: #777;
	color: #AAA;
	font-size: 1.5em;
	line-height: 50px;
	text-align: center;
	padding: 0 10px;
	width: 500px;
	height: 50px;
	cursor: not-allowed;
}

.collapseBody {
	margin: -10px auto 0 auto;
	background-color: #900;
	color: #FFA800;
	font-size: 1em;
	padding: 0 10px 10px 10px;
	width: 500px;
}
