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

body 
	{
	color: #e5e5e5;
	background: #000 url('/images/nav/backg.jpg') 50% 0 no-repeat;
	border: 0;
	padding: 0;
	margin: 0 auto;
	}

a:link {
	color: #99DFFF;
	text-decoration: none;
}
a:hover {
	color: #C9C0FF;
}
a:visited {
	color: #C9C0FF;
	text-decoration: none;
}
a:active {
	color: #99DFFF;
}

h2 {
	color: #e5e5e5;
	font-size: 20px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

#container 
	{
	width: 100%;
	border: 0;
	padding: 0;
	margin: 0 auto;
	}

#main 
	{
	width: 870px;
	border: 0;
	padding: 0;
	margin: 0 auto;
	}

#header 
	{
	width: 870px;
	height: 234px;
	border: 0;
	padding: 0;
	margin: 0;
	}

#nav 
	{
	width: 870px;
	height: 32px;
	border: 0;
	padding: 0;
	margin: 12px 0 0 0;
	}

#head_left
	{
	float: left;
	width: 79px;
	height: 32px;
	border: 0;
	margin: 0;
	padding: 0;
	}

#buttons
	{
	float: left;
	width: 870px;
	height:32px;
	background: url('/images/nav/nav_back.gif') no-repeat;
	border: 0;
	margin: 0;
	padding: 0;
	}

.btn_1 a 
	{
	position:relative;
	top: 0px;
	left: 0px;
	width: 83px;
	height: 32px;
	z-index: 3;
	display:block;
	padding:0px 0px 0px 0px;
	background: url('/images/nav/nav_over.gif');
	background-position: 0 0px;
	background-repeat: no-repeat;
	}

.btn_1 a:hover 
	{ 
	background-position: 0 -32px;
	}

.btn_2 a 
	{
	position:relative;
	top: -32px;
	left: 83px;
	width: 79px;
	height: 32px;
	z-index: 3;
	display:block;
	padding:0px 0px 0px 0px;
	background: url('/images/nav/nav_over.gif');
	background-position: 0 0px;
	background-repeat: no-repeat;
	}

.btn_2 a:hover 
	{ 
	background-position: 0 -64px;
	}

.btn_3 a 
	{
	position:relative;
	top: -64px;
	left: 162px;
	width: 60px;
	height: 32px;
	z-index: 3;
	display:block;
	padding:0px 0px 0px 0px;
	background: url('/images/nav/nav_over.gif');
	background-position: 0 0px;
	background-repeat: no-repeat;
	}

.btn_3 a:hover 
	{ 
	background-position: 0 -96px;
	}

.btn_4 a 
	{
	position:relative;
	top: -96px;
	left: 222px;
	width: 105px;
	height: 32px;
	z-index: 3;
	display:block;
	padding:0px 0px 0px 0px;
	background: url('/images/nav/nav_over.gif');
	background-position: 0 0px;
	background-repeat: no-repeat;
	}

.btn_4 a:hover 
	{ 
	background-position: 0 -128px;
	}

.btn_5 a 
	{
	position:relative;
	top: -128px;
	left: 327px;
	width: 122px;
	height: 32px;
	z-index: 3;
	display:block;
	padding:0px 0px 0px 0px;
	background: url('/images/nav/nav_over.gif');
	background-position: 0 0px;
	background-repeat: no-repeat;
	}

.btn_5 a:hover 
	{ 
	background-position: 0 -160px;
	}

.btn_6 a 
	{
	position:relative;
	top: -160px;
	left: 449px;
	width: 107px;
	height: 32px;
	z-index: 3;
	display:block;
	padding:0px 0px 0px 0px;
	background: url('/images/nav/nav_over.gif');
	background-position: 0 0px;
	background-repeat: no-repeat;
	}

.btn_6 a:hover 
	{ 
	background-position: 0 -192px;
	}

.btn_7 a 
	{
	position:relative;
	top: -192px;
	left: 556px;
	width: 128px;
	height: 32px;
	z-index: 3;
	display:block;
	padding:0px 0px 0px 0px;
	background: url('/images/nav/nav_over.gif');
	background-position: 0 0px;
	background-repeat: no-repeat;
	}

.btn_7 a:hover 
	{ 
	background-position: 0 -224px;
	}

.btn_8 a 
	{
	position:relative;
	top: -224px;
	left: 684px;
	width: 103px;
	height: 32px;
	z-index: 3;
	display:block;
	padding:0px 0px 0px 0px;
	background: url('/images/nav/nav_over.gif');
	background-position: 0 0px;
	background-repeat: no-repeat;
	}

.btn_8 a:hover 
	{ 
	background-position: 0 -256px;
	}

.btn_9 a 
	{
	position:relative;
	top: -256px;
	left: 787px;
	width: 83px;
	height: 32px;
	z-index: 3;
	display:block;
	padding:0px 0px 0px 0px;
	background: url('/images/nav/nav_over.gif');
	background-position: 0 0px;
	background-repeat: no-repeat;
	}

.btn_9 a:hover 
	{ 
	background-position: 0 -288px;
	}

#content
	{
	width: 870px;
	}

#content p
	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #e5e5e5;
	font-size: 14px;
	text-align: justify;
	padding: 0 20px;
	}

#content h1 
	{
	color: #e5e5e5;
	font-size: 36px;
	font-weight: bold;
	margin: 0;
	}

#content h2 
	{
	color: #e5e5e5;
	font-size: 20px;
	font-weight: bold;
	margin: 0;
	}
	
#content_frame 
	{
	padding: 12px 20px;
	}

#location 
	{
	padding: 40px;
	}

#stage 
	{
	padding: 12px 40px 0 40px;
	}

#stage p
	{
	font-size: 12px;
	padding: 0;
	}

#stage h1
	{
	color: #d4d4d4;
	text-align: center;
	font-size: 4.2em;
	margin: -12px 0 20px 0;
	padding: 0;
	}

#stages 
	{
	padding: 80px 40px 0 40px;
	}

#stages p
	{
	font-size: 12px;
	padding: 10px 0 0 0;
	}

#stages h1
	{
	color: #d4d4d4;
	text-align: center;
	font-size: 72px;
	margin: -48px 0 20px 0;
	padding: 0;
	}

#stages h1 a
	{
	color: #d4d4d4;
	margin-top: -20px;
	text-decoration: none;
	}

#stages h1 a:hover
	{
	color: #999999;
	}

#music
	{
	margin-top: -20px;
	padding: 0;
	background: #000 url('/images/music_back.jpg') no-repeat;
	}

#stage_nav 
	{
	width: 762px;
	height: 135px;
	border: 0;
	padding: 32px 0 0 0;
	margin: 0 auto;
	margin-top: 20px;
	overflow: hidden;
	}

#stage_buttons
	{
	float: left;
	width: 762px;
	height: 135px;
	background: url('/images/nav/nav_back6.gif') no-repeat;
	border: 0;
	margin: 0 auto;
	padding: 0;
	}

.stage_btn_1 a 
	{
	position:relative;
	top: 0px;
	left: 0px;
	width: 127px;
	height: 135px;
	z-index: 3;
	display:block;
	padding:0px 0px 0px 0px;
	background: url('/images/nav/stage_nav_over6.gif');
	background-position: 0 0px;
	background-repeat: no-repeat;
	}

.stage_btn_1 a:hover 
	{ 
	background-position: 0 -135px;
	}

.stage_btn_2 a 
	{
	position:relative;
	top: -135px;
	left: 127px;
	width: 127px;
	height: 135px;
	z-index: 3;
	display:block;
	padding:0px 0px 0px 0px;
	background: url('/images/nav/stage_nav_over6.gif');
	background-position: 0 0px;
	background-repeat: no-repeat;
	}

.stage_btn_2 a:hover 
	{ 
	background-position: 0 -270px;
	}

.stage_btn_3 a 
	{
	position:relative;
	top: -270px;
	left: 254px;
	width: 127px;
	height: 135px;
	z-index: 3;
	display:block;
	padding:0px 0px 0px 0px;
	background: url('/images/nav/stage_nav_over6.gif');
	background-position: 0 0px;
	background-repeat: no-repeat;
	}

.stage_btn_3 a:hover 
	{ 
	background-position: 0 -405px;
	}

.stage_btn_4 a 
	{
	position:relative;
	top: -405px;
	left: 381px;
	width: 127px;
	height: 135px;
	z-index: 3;
	display:block;
	padding:0px 0px 0px 0px;
	background: url('/images/nav/stage_nav_over6.gif');
	background-position: 0 0px;
	background-repeat: no-repeat;
	}

.stage_btn_4 a:hover 
	{ 
	background-position: 0 -540px;
	}

.stage_btn_5 a 
	{
	position:relative;
	top: -540px;
	left: 508px;
	width: 127px;
	height: 135px;
	z-index: 3;
	display:block;
	padding:0px 0px 0px 0px;
	background: url('/images/nav/stage_nav_over6.gif');
	background-position: 0 0px;
	background-repeat: no-repeat;
	}

.stage_btn_5 a:hover 
	{ 
	background-position: 0 -675px;
	}

.stage_btn_6 a 
	{
	position:relative;
	top: -675px;
	left: 635px;
	width: 127px;
	height: 135px;
	z-index: 3;
	display:block;
	padding:0px 0px 0px 0px;
	background: url('/images/nav/stage_nav_over6.gif');
	background-position: 0 0px;
	background-repeat: no-repeat;
	}

.stage_btn_6 a:hover 
	{ 
	background-position: 0 -810px;
	}

#col_left 
	{
	float: left;
	width: 550px;
	}

#col_right 
	{
	float: left;
	width: 280px;
	}

#slideshow 
	{
	width: 530px;
	height: 260px;
	padding: 10px;
	}

#ticket
	{
	margin: 20px 0 0 93px;
	}

.DJ_tier_1
	{
	color: #e5e5e5;
	font-size: 36px;
	font-weight: bold;
	margin: 0;
	}

.DJ_tier_2
	{
	color: #e5e5e5;
	font-size: 24px;
	font-weight: bold;
	margin: 0;
	}

.DJ_tier_3
	{
	color: #e5e5e5;
	font-size: 12px;
	font-weight: bold;
	margin: 0;
	}

.sponsor
	{
	text-align: center;
	}

#footer
	{
	clear: both;
	width: 870px;
	height: 50px;
	margin: 0 auto;
*	margin: 20px auto;
	padding: 20px;
	}

#footer p
	{
	text-align: center;
	}

#footer a
	{
	font-size: 18px;
	text-decoration: none;
	}

#footer a:hover
	{
	text-decoration: underline;
	}
