@charset "utf-8";
body {
	font-family: "Gill Sans", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	background-attachment: fixed;
	background-image: url(../media/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	color: #B4F71E;
	background-color: #141C07;
}

p, td {
	font-size: 12px;
}


h2 {
	font-weight: normal;
	color: #FFFFFF;
	margin-bottom: 0px;
}

.style1 {font-size: 20px;}

.TDFooter {
	background-image: url(../media/bg_fullWidth.png);
	background-repeat: no-repeat;
	background-position: left top;
}

p {
	margin-top: 0px;
	line-height: 150%;
}

.tdLogoHeader {
	background-image: url(../media/logo_header.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 212px;
	width: 1020px;
	padding-right: 85px;
}
.tdContent {
	background-image: url(../media/bg_content.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 599px;
	text-align: left;
	padding: 0px;
}
.content {
	padding: 17px;
	width: 565px;
}
h1 {
	color: #FFFFFF;
	font-weight: normal;
	margin-bottom: 5px;
	font-size: 250%;
}

.TDRightPanel {
	background-image: url(../media/bg_rightpanel.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 236px;
}
.tdContentBottom {
	background-image: url(../media/bg_content.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 599px;
}
.TDRightPanelBottom {
	background-image: url(../media/bg_rightpanel.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 236px;
}
.TDFooterBottom {
	background-image: url(../media/bg_fullWidth.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.txtWhite {
	color: #FFFFFF;
}
.contentRight {
	padding-top: 0px;
	padding-right: 17px;
	padding-bottom: 17px;
	padding-left: 17px;
}
.contentFooter {
	padding: 17px;
	width: 805px;
}
a:link {
	color: #FFFF33;
	text-decoration: none;
}
a:visited {
	color: #FFFF33;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

hr {
	height: 1pt;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #7D7105;
	border-right-color: #7D7105;
	border-bottom-color: #7D7105;
	border-left-color: #7D7105;
	margin: 0px;
	padding: 0px;
}

/* TICKET PAGE STYLING */

.left_column, .right_column
{
	margin: 1px;
	padding: 10px;
	border: 1px solid #99FF00;
	background-color: #000000;
}

.event_start_date, .event_end_date
{
	display: none;
	visibility: hidden;
	height: 1px;
}

