body {
	background: #000 url(images/background.jpg) fixed no-repeat top left !important;
	font-family: Verdana !important;
	color: #FFF;
}

a, a:HOVER, a:VISITED {
	font: inherit;
	color: inherit;
	text-decoration: none;
}

#header {
	background: url(images/header.png) no-repeat top left;
	height: 105px;
	width: 686px;
	margin: 17px 0 0 15px;
}

#header span {
	display: none;
}

#event {
	margin: 15px 0 0 116px;
	padding: 23px 22px;
	width: 649px;
	font-size: 11.5pt;
	border: 2px solid #8dbce3;
	background: rgb(13, 24, 45) transparent;
	background: rgba(13, 24, 45, 0.4);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#660d172d, endColorstr=#660d172d);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#660d172d, endColorstr=#660d172d)";
}

#event a {
	font-weight: bold;
	color: #FFF;
}

#event_title, #event_information {
	display: none;
}

.event_title, #promo_header h1 {
	font-size: 22pt;
	text-transform: uppercase;
	font-weight: normal;
}

.red {
	color: #eb1d24 !important;
}

.event_information {
	margin: 20px 0 20px 263px;
	padding: 15px 0;
	border-bottom: 1px solid #4e6883;
	border-top: 1px solid #4e6883;
}

.event_information li {
	list-style: none;
	margin: 5px 0;
	font-size: 10pt;
	color: #eb1d24;
}

.event_information span.emphasize {
	color: #8dbce3;
}

.strike {
	text-decoration: line-through;
}

.footnote {
	font-size: 8pt;
	color: #b4b4b4;
}

#event_image {
	border: 1px solid #eb1d24;
	margin: 0 29px 16px 0;
}

#links {
	margin: 40px 0 0 116px;
	padding: 0;
	clear: both;
}

#links li {
	float: left;
	list-style: none;
	margin: 0 21px;
	padding: 0 0 0 30px;
	height: 24px;
}

#links_print {
	display: none;
}

#google {
	background: url(/graphics/icons/google.png) no-repeat top left;
}

#twitter {
	background: url(/graphics/icons/twitter.png) no-repeat top left;
}

#facebook {
	background: url(/graphics/icons/facebook.png) no-repeat top left;
}

#flyer {
	background: url(/graphics/icons/pdf.png) no-repeat top left;
}

#footer {
	min-width: 750px;
	min-height: 48px;
	margin-top: 130px;
	padding: 0 50px;
	font-size: 7pt;
	color: #747475;
	background: rgb(0, 0, 0) transparent;
	background: rgba(0, 0, 0, 0.8);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#CC000000, endColorstr=#CC000000);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#CC000000, endColorstr=#CC000000)";
}

#footer #fd_links {
	max-width: 511px;
	margin-top: 2px;
	float: left;
}

#footer #legal {
	float: right;
	max-width: 470px;
}

#footer img {
	float: left;
}

#footer ul {
	float: left;
	padding: 0;
	margin: 8px 0 0 20px;
}

#footer ul li {
	padding: 0 0 2px 0;
	margin: 0;
	list-style: none;
}

#footer ul li a:HOVER {
	color: #FFF;
}

#footer p {
	float: left;
	width: 190px;
	padding: 0 0 0 20px;
	margin: 10px 0 0 0;
	border-left: 1px solid #747475;
}

#CopyRight {
	width: 185px !important;
}

#footer p a {
	color: #B6D4FC;
}

#footer #barcode {
	display: none;
}

#google_map, #promo {
	background: #000;
	padding: 20px;
	border: 1px solid #8dbce3;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomright: 10px;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}

#promo a {
	color: #8dbce3;
}

#close_button {
	margin-bottom: 10px;
	text-align: right;
	font-weight: bold;
	font-size: 10pt;
}