body {
	margin: 10px 0 10px 0;
	padding: 0;
	color: #000000;
	font-size: 9pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(images/curtain-bg.jpg);
	background-attachment: fixed;
}

a {
	color: #000000;
	text-decoration: underline;
}
h2 {
	font-size: 11pt;
}
h3 {
	font-size: 9pt;
}

a:hover {
	color: #98002e;
}

p {
	margin: 1em 0;
}

form {
	padding: 0;
	margin: 0;
}

img {
	border: none;
}

#wrapper {
	text-align: center;
	margin: auto;
	width: 800px;
	position: relative;
	border: 2px solid #fff;
}

#top {
	background-color: #FFFFFF;
	position: relative;
	width: 800px;
}

#content {
	text-align: left;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #FFFFFF;
}

#nav {
	text-align: left;
	position: absolute;
	left: 13px;
	top: 291px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	width: 805px;
}
#nav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#nav li {
	display: inline;
	padding-left: 5px;
	padding-right: 9px;
}

#nav li a {
	color: #000000;
	text-decoration: none;
}
#nav a:hover {
	color: #6e0001;
	text-decoration: underline;
}

.blackbox {
	background-color: #000000;
	height: 8px;
	width: 800px;
	margin-left: -10px;
	margin-right: -10px;
}

#footer {
	margin: 5px auto 0 auto;
	width: 800px;
	font-size: 8pt;
	color: #fff;
	text-align: center;
}
#footer a {
	color: #fff;
}

#leftbox {
	width: 180px;
	padding-left: 10px;
	padding-right: 10px;
	height: 525px;
	position: relative;
	float: left;
	border-right: 1px solid black;
}
#centerbox1 {
	width: 180px;
	padding-left: 10px;
	padding-right: 10px;
	height: 525px;
	position: relative;
	float: left;
	border-right: 1px solid black;
}
#centerbox2 {
	width: 178px;
	padding-left: 10px;
	padding-right: 10px;
	height: 525px;
	position: relative;
	float: left;
	border-right: 1px solid black;
}
#rightbox {
	width: 178px;
	padding-left: 10px;
	padding-right: 10px;
	height: 525px;
	position: relative;
	float: left;
}

.tickets {
	position: absolute;
	left: 20px;
	bottom: 0;
	margin-bottom: 5px;
	font-weight: bold;
	font-size: 9pt;
}

.clear {
        clear: both;
}
#newsflash {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFFFFF;
	background-color: #000000;
	padding: 10px;
	text-align: center;
	font-weight: bold;
}
#newsflash a {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
}
#newsflash a:hover {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
