@charset "utf-8";
/* CSS Document */


body {
	background-image:url(../img/Header.gif);
	background-position:center top;
	background-repeat:repeat-x;
	padding:0px;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	}

.container {
	width: 1024px;
	margin: auto;
	margin-top:200px;
	padding:0px;
}

h1 span, h2 span, h3 span {
	display:none;
}

.menu {
	width: 202px;
	height: 284px;
	position: absolute;
	top:180px;
	left:8%;
	background-image:url(../img/menu.png);
	background-repeat:no-repeat;
	overflow:hidden;
	font-size:12px;
}

.menu ul {
	margin-left:10px;
}

.menu h2 {
	font-size:15px;
	margin-left:10px;
	margin-top:10px;
}

h1, h2 {
margin:auto;
}

h3 {
font-family:Geneva, Arial, Helvetica, sans-serif;
}

.center {
width:100%;
text-align:center;
border: 1px #000 solid;
}

.main {
	width: 650px;
	margin-left:225px;
	padding-left:8%;
}

.footer {
	margin:auto;
	margin-top:100px;
	width: 95%;
	border-top:#000000 1px solid;
	text-align:center;
}

.CCText {
	background-image:url(../img/2010-CC-Text.png);
	height: 40px;
	width: 520px;
}

.DateText {
	background-image:url(../img/Date-Text.png);
	height: 32px;
	width: 278px;
}

.LocationText {
	background-image:url(../img/Location-Text.png);
	height: 19px;
	width: 217px;
	margin-top:8px;
}

.main ul li{
	margin-bottom:10px;
}

th h3 {
margin:auto;
margin-top:0px;
margin-bottom:0px;
padding:0px;
}

iframe
{
	width:100%;
	margin:0px;
	padding:0px;
	border:0px;
}

div.ticketPackage
{
width:95%;
border:2px solid #000000;
background-color:#EEEEEE;
background-image:url(../img/Packgage-Background.png);
background-repeat:repeat-x;

 -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;

margin-bottom:10px;
overflow:hidden;
}

div.ticketPackage h4
{
	float:left;
	margin:15px;
}

div.ticketPackage div
{
	padding:10px;
}

div.ticketPackage div.top
{
width:100%;
height:50px;
margin:0px;
padding:0px;
color:#FFFFFF;
}

div.ticketPackage div.top div
{
float:right;
text-align:right;
margin-top:-5px;
}

div.ticketPackage div.top div span
{
display:block;
}