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

body
{
	background:url(../images/background.jpg) #000 no-repeat center top;
	margin:0px; padding:0px;
}

a img
{
	border:none;
}

.outer_wrap
{
	width:960px;
	margin-left:auto;
	margin-right:auto;
	
}

.header
{
	width:854px;
	margin-left:auto;
	margin-right:auto;
	
}

.tagline
{
	margin-left:36px;
}

.nav
{

	width:727px;
	margin-left:auto; margin-right:auto;
}

.nav ul
{
	list-style:none;
	margin:0px; padding:0px;
}

.nav ul li
{
	float:left;
		margin:0px; padding:0px;
}

.nav_story
{
	background:url(../images/nav_story.png) no-repeat;
	width:75px; height:39px;
}

.nav_story:hover
{
	background:url(../images/nav_story_on.png) no-repeat;
}

.nav_dates
{
	background:url(../images/nav_dates.png) no-repeat;
	width:126px; height:39px;
}

.nav_dates:hover
{
	background:url(../images/nav_dates_on.png) no-repeat;
}


.nav_directions
{
	background:url(../images/nav_directions.png) no-repeat;
	width:98px; height:39px;
}

.nav_directions:hover
{
	background:url(../images/nav_directions_on.png) no-repeat;
}


.nav_tickets
{
	background:url(../images/nav_tickets.png) no-repeat;
	width:69px; height:39px;
}

.nav_tickets:hover
{
	background:url(../images/nav_tickets_on.png) no-repeat;
}

.nav_lodging
{
	background:url(../images/nav_lodging.png) no-repeat;
	width:87px; height:39px;
}

.nav_lodging:hover
{
	background:url(../images/nav_lodging_on.png) no-repeat;
}

.nav_activities
{
	background:url(../images/nav_activities.png) no-repeat;
	width:87px; height:39px;
}

.nav_activities:hover
{
	background:url(../images/nav_activities_on.png) no-repeat;
}

.nav_multimedia
{
	background:url(../images/nav_multimedia.png) no-repeat;
	width:185px; height:39px;
}

.nav_multimedia:hover
{
	background:url(../images/nav_multimedia_on.png) no-repeat;
}

.video_window
{
	margin-left:auto; 
	margin-right:auto;
	margin-top:24px;
	width:672px;
	height:431px;
	background-color:#FFF;
}

.video_window_new
{
	margin-left:auto; 
	margin-right:auto;
	margin-top:24px;
	padding-top:20px;
	width:672px;
	height:411px;
	background-color:#FFF;
}
.hero_tickets
{

	margin-left:auto; margin-right:auto;
	height:323px;
}

.tickets_social
{
	width:260px;
	height:323px;
	background:url(../images/social_bg.png) bottom no-repeat;
	float:left;
}

.social
{
	margin-left:25px;
}

.content_outer
{

	width:741px;
	margin-left:auto; margin-right:auto;
	background:url(../images/content-background.png) center repeat-y;
}

.content_inner
{	background:url(../images/content-background.png) center repeat-y;
	width:590px;
	padding-top:0px; margin-top:0px;
	padding-left:75px;
	padding-right:75px;
	margin-left:auto; margin-right:auto;
	font-family:"Times New Roman", Times, serif;
	font-size:15px;
	color:#333;
	padding-bottom:40px;
	
}

.content_inner h1
{
	color:#900;
	text-transform:uppercase;
	font-size:24px;
	letter-spacing:-1px;
}

.content_inner h2
{
	color:#000;
	font-size:16px;
	margin-bottom:0px;
	padding-bottom:0px;
}

.content_inner h3
{

	margin-bottom:0px;
	padding-bottom:0px;
}

.content_inner p
{
	margin:0px;
	padding:0px;
}

.content_inner h4
{
	margin:0px;
	padding:0px;
}

.content_inner a
{
	color:#600;
	text-decoration:none;
}
.content_inner a:hover
{
	color:#900;
}

a.buynow {
	display:block;
	width:100%;
	height:100%;
		background-color:#660000;
		text-decoration:none;
		font-size:16px;
		color:#FFF;
}
a.buynow:hover
{
	background-color: #900;
	color:#FFF;
}




.footer
{
	background:url(../images/footer_background.png) center no-repeat;
		font-family:"Times New Roman", Times, serif;
	font-size:15px;
	color:#333;
	text-align:center;
	width:741px;
	height:36px;
	padding-top:15px;
	
}
