/* Structure CSS */

body {
	behavior:url("csshover.htc");
	background-color: #E8EAF0;
	padding: 0px; 
	margin: 0px;
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: 62.5%;
}

#header {
	width: 1000px;
	height: 243px;	
	margin-left: auto;
	margin-right: auto;
	background: url("images/body_bg_header.jpg") #FFFFFF top left no-repeat;
	overflow: hidden;
}

#header #logo {	
	float: left;
	margin: 30px 0px 0px 30px;
}

#header #buy_tickets_logo {	
	float: right;
	margin: 10px 10px 0px 0px;
}


#header_splash {
	float: right;
	margin: 20px 0px 0px 0px;
	height: 140px;
	width: 720px;
	overflow: hidden;
	text-align: center;
}

#header_splash h1 {
	font-size: 1.7em;
	color: #D9A739;
	margin: 0px 0px 0px 0px;
}

#header_nav {
	clear: both;
	margin: 0px 30px 0px 30px;
	height: 75px;
}

#content {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	background: url("images/body_bg.jpg") #FFFFFF top left repeat-y;
	overflow: hidden;
}

#content_left {
	width: 640px;
	padding: 0px 30px 0px 30px;
	float: left;
	overflow: hidden;
}

#content_right {
	width: 240px;
	padding: 0px 10px 0px 10px;
	float: left;
	overflow: hidden;
	border-color: #555555;
	border-style: dotted;
	border-width: 0px 0px 0px 1px;
}

#content_right h1 {
	font-size: 1.8em;
	color: #5F739A;
}

#content_right h2 {
	color: #2D2D2D;
	font-size: 1.6em;
}

#content_right a {
	color: #32477E;
}

#content_right a:hover {
	color: #F1EEF2;
}

#content_right hr {
	border-color: #555555;
	margin: 20px 0px 20px 0px;
}

#content_bottom {
	clear: both;
}

#worked_with {
	background-color: #93A0BE;
	padding: 10px;
	margin: 10px 0px 0px 0px;
	border-style: solid;
	border-width: 3px;
	border-color: #5C7AA0;
}

#worked_with h2 {
	color: #E8EAF0;
	margin: 0px;
}

#footer {
	width: 1000px;
	height: 100px;	
	margin-left: auto;
	margin-right: auto;
	background: url("images/body_bg_footer.jpg") #FFFFFF bottom left no-repeat;
	text-align: center;
	color: #555555;
	overflow: hidden;	
}

#footer hr {
	margin: 10px 30px 10px 30px;
}

#footer .adminlink {
	color: #FF0000;
}