/* Layout */

body {
	background: #a615bc url(../images/background.png) repeat;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #ffffff;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	margin: 0px 0px 10px 0px;
	font-weight: normal;
}

h2 {
	font-family: "Myriad Pro", Arial, Verdana;
	font-size: 18px;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
}

a img {
	border: 0px;
}

a {
	color: #ffffff;
	text-decoration: underline;
}

#background_gradient{
	background: url(../images/background_gradient.png) bottom repeat-x;
	position: fixed;
	bottom: 0px;
	width: 100%;
	height: 1300px;
}

#central_glow {
	width: 492px;
	height: 493px;
	position: fixed;
	left: 50%;
	top: 30%;
	margin-left: -246px;
	margin-top: -246px;
	background: url(../images/central_glow.png);
}

#background_dancer {
	width: 420px;
	height: 1009px;
	position: fixed;
	left: 50%;
	top: 50px;
	margin-left: -600px;
	background: url(../images/background_dancer.png);
}

#content_wrapper {
	width: 960px;
	margin: 0px auto;
	margin-top: 200px;	
	position: relative;
}

#content {
	width: 500px;
	margin-left: 150px;
	float: left;
}

#header {
	position: absolute;
	background: url(../images/header.png) no-repeat;
	top: 0px;
	left: 50%;
	margin-left: -510px;
	width: 1020px;
	height: 433px;
}

#navigation {
	position: absolute;
	margin-left: 235px;
	margin-top: 150px;
}

#header_strip {
	height: 248px;
	position: absolute;
	top: 0px;
	width: 100%;
	background: url(../images/header_strip.png) repeat-x;
}

#right_col {
	position: fixed;
	width: 248px;
	background: url(../images/right_col.png) repeat-y;
	left: 50%;
	top: 0px;
	height: 1000px;
	margin-left: 237px;
}

#right_col_wrapper {
	position: relative;
	width: 228px;
	float: right;
}

#footer_strip {
	height: 132px;
	position: relative;
	bottom: 0px;
	width: 100%;
	background: url(../images/footer_strip.png) repeat-x;
}

#footer {
	width: 960px;
	margin: 0px auto;
	position: relative;
}

/* Right Col */

.right_col_show {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #b06fbb;
	cursor: pointer;
	width: 220px;
}

.right_col_news {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #b06fbb;
	width: 220px;
}

.right_col_photos {
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.right_col_photo_button {
	margin-top: 10px;
	margin-bottom: 30px;
	text-align: center;
}

.right_col_photo_preview{
	float: left;
	border: 3px solid #ffffff;
	width: 99px;
	height: 50px;
	overflow: hidden;
}

.right_col_photo_divider {
	padding-bottom: 5px;
	clear: both;
}

/* Content Area */

.heading_text {
	margin: 10px 0px 10px 0px;
}

.box_wrapper {
	width: 513px;
	margin-left: -7px;
}

.box_header {
	background: url(../images/box_01.png) no-repeat;
	height: 33px;
}

.box_background {
	background: url(../images/box_02.png) repeat-y;
}

.box_content {
	margin: 0px 20px 0px 20px;
}

.box_content p {
	margin: 0px;
	padding: 10px 0px 10px 0px;
}

.box_footer {
	background: url(../images/box_03.png) no-repeat;
	height: 30px;
}

.photo {
	border: 1px solid #666666;
	padding: 3px;
	background-color: #ffffff;
}

.buy_tickets {
	margin: 10px 10px 10px -5px;
	font-family: "Myriad Pro", Arial, Verdana;
	font-size: 18px;
	font-weight: normal;
}

.photo_album {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}