
body{
	margin:0;
	background: black top center no-repeat fixed url(images/bgd.jpg);
	font-family: "Helvetica", "Century Gothic", "Arial", "sans-serif";
	color: #b1abac;
	font-size: .9em;
}

.clear{
	clear: both;
}

.clear2{
	clear: left;
}

#space{
	height: 38px;
}

a{
	color: #fceba3;
	outline: none;
}

a:hover{
	color: white;
	text-decoration: none;
}

strong{
	color: white;
	font-weight: bold;
}

p.note{
	font-size: .8em;
	font-weight: bold;
	color: #fceba3;
}

p.note2{
	font-size: 1.1em;
	font-weight: bold;
	color: #fceba3;
}

#nav{
	background: transparent repeat url(images/nav.png);
	padding: 0;
	width: 100%;
	height: 35px;
	position: fixed;
	top: 0;
	left:0;
	float: left;
	border-bottom: 1px solid white;
}

#tickets a{
	text-indent: -9999px;
	display: block;
	width: 300px;
	height: 100px;
	float: left;
	background: top left no-repeat url(images/tickets.png);
}

#tickets a:hover{
	background-position: 0 -100px;
}

#tickets2 a{
	text-indent: -9999px;
	display: block;
	float: left;
	width: 250px;
	height: 100px;
	background: top left no-repeat url(images/tickets2.png);
}

#tickets2 a:hover{
	background-position: 0 -100px;
}

.clearer{
	clear: both;
}

.schedule p{
	line-height: 1.9em;
	font-size: .9em;
}

.schedule .times{
	font-size: 10px;
	color: white;
	background: #7c7235;
	padding: 2px 4px;
}

ul#vip{
	font-size: 1.1em;
	font-weight: bold;
	color: white;
}

#nav ul{
	margin: 0 auto;
	width: 850px;
	list-style-type: none;
}

#nav ul li{
	float: left;
	padding: 5px 10px;
	line-height: 25px;
}

#nav a{
	color: white;
}

#nav a:hover{
	color: #f4d75a;
	text-decoration: none;
}

#wrapper{
	margin:15px auto;
	width: 750px;
	background: transparent repeat url(images/wrap.png);
	padding: 0 15px 0 15px;
	border-top: 1px solid #33181d;
	border-left: 1px solid #33181d;
	border-right: 1px solid #33181d;
}

p.promo{
	color: white;
	font-family: "Georgia", "serif";
	font-style: italic;
	font-size: .9em;
}

h1{
	font-size: 1em;
	background-color: #241619;
	padding: 0 0 0 10px;
	margin: 10px 5px;
	text-transform:uppercase;
	color: #f8bd26;
	display: block;
	clear: both;
	border: 1px solid #4d373c;
	line-height: 35px;
}

h2{
	font-size: 1.1em;
	color: white;
	font-family: "Georgia", "serif";
	font-weight: normal;
	
}

h3{
	font-size: 1em;
	text-decoration: underline;
	color: #941b31;
	float: left;
	display: block;
	width: auto;
	margin: 0;
	padding: 0;
}

ul{
	font-size: .8em;
	font-style: italic;
}

ul li{
	padding: 3px 0;
}

.main{
	float: right;
}

ul img{
	float: right;
	padding: 6px;
	background-color: #1f0f11;
	margin: 0 0 10px 10px;
	border: 1px solid white;
}

img.left{
	float: left;
	padding: 6px;
	background-color: #1f0f11;
	margin: 0 10px 10px 0;
	border: 1px solid white;
}

img.right{
	float: right;
	padding: 6px;
	background-color: #1f0f11;
	margin: 0 0 10px 10px;
	border: 1px solid white;
}

#footer{
	margin: 0 auto;
	width: 777px;
	border-top: 1px solid white;
}

#footer img{
	border: 0;
}

#footer div{
	margin: 10px 0;
	float: right;
}

#footer div p{
	float: left;
	color: white;
	font-size: .8em;
	text-transform: uppercase;
	position: relative;
	top: 10px;
}