@charset "utf-8";
/* CSS Document */

*
{
	font-family:Trebuchet MS, Helvetica, sans-serif;
}
a:active, a:focus 
{
	outline: 0;
}
img
{
	border:none;
}
html
{
	text-align:center;
}
body
{
	background:#a1b06a;
	width:770px;
	margin:0 auto;
	padding:20px 0 10px;
}
#header
{
	width:770px;
	height:188px;
	background:url(../images/header_bkrd.jpg) no-repeat;
	position:relative;
}
#header h1
{
	position:absolute;
	right:5px;
	top:30px;
}
#header h1 a
{
	text-decoration:none;
	color:white;
	font-size:30pt;
}
#nav
{
	position:absolute;
	right:10px;
	top:119px;
}
#nav li
{
	list-style:none;
	display:inline;
}
#nav li a
{
	color:white;
	display:block;
	float:left;
	height:46px;
	margin:0 0 0 10px;
	padding:10px 0 0;
	text-align:center;
	text-decoration:none;
	width:116px;
}
	
#nav li#ticketing a
{
	background:url(../images/button1.gif) no-repeat;
}
#nav li#contact a
{
	background:url(../images/button2.gif) no-repeat;
}
#nav li#about_us a
{
	background:url(../images/button3.gif) no-repeat;
}
h2#get_tix
{
	background:transparent url(../images/star_bkrd.gif) no-repeat scroll 0 0;
	color:#333333;
	height:156px;
	left:-32px;
	padding:50px 0 0 0;
	position:absolute;
	text-align:center;
	top:-11px;
	width:245px;
	font-size:20px;
}
h2#get_tix a
{
	color:white;
	text-decoration:none;
}
h2#get_tix a:hover,
#nav li a:hover,
#content a:hover
{
	text-decoration:underline;
}
input.quantity
{
	width:20px;
}
#content
{
	min-height:400px;
	background:url(../images/body_footer.jpg) bottom no-repeat #fff;
	text-align:left;
	padding:20px;
}
#content p
{
	margin:0 0 20px 0;
	padding:0px;
}
#content a
{
	color:#a6200c;
	text-decoration:none;
}
#content h3,
#content h2
{
	margin:0;
	padding:0;
	color:#a6200c;
}
#footer
{
	padding:10px;
}
#footer a
{
	color:black;
	text-decoration:none;
}
#footer a:hover
{
	color:#a6200c;
}
div.cart_item
{
	margin:0 0 20px 25px;
}
input.add_to_cart
{
	vertical-align:middle;
	margin:0;
	padding:0;
}
#content form
{
	margin:5px 0 0;
	padding:0;
}
div.acceptance
{
	margin:20px 0 0;
	text-align:center;
}
p.footnote
{
	font-size:12px;
}
li.place
{
	background:url(../images/bc.jpg) right no-repeat;
	height:115px;
	width:326px;
}