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



body {
	background-color: #000;
	/*background-image: url(images/x.jpg);*/
	background-repeat: repeat;
	font-family: verdana, tahoma, Arial, Helvetica, sans-serif; 
	font-size: 1em;
	color: #FFF;
}


a { color: #FBD43F; text-decoration: none; }
a:visited { color: #FBD43F; text-decoration: none; }
a:hover { color: #2C62FC; text-decoration: underline;}	
a:active { color: #FBD43F; text-decoration: underline;}	
a img { border: none; }


#container {
	position:relative;
	margin: 0 auto;
	width: 1051px;
	height: 612px;
	background-color: #000;
	background-image: url(../images/main.jpg);
	background-repeat: no-repeat;
}
/*******************************PRIMARY DIVS**********************************/


#links {
	width: 700px;
	height: 25px;
	position: relative;
	left: 152px;
	top: 155px;
}

#content {
	width: 756px;
	height: 259px;
	position: relative;
	left: 145px;
	top: 308px;
/*	border: 1px solid #CCC;*/
	padding: 4px 4px 4px 6px;
}

#content_title {
	float: left;
	width: 40px;
	height: 40px;
}

#content_inner {
	float: left;
	clear: left;
	width: 100%;
	height: 226px;
	overflow: auto;
	font-size: .8em;
}

#content_inner a{
	border-bottom: 1px dashed #555;
	color: #fff;
	text-decoration: none;
}

#content_inner a:hover{
	color: #CCC;
}

#content_inner p{
	padding: 0;
	margin: 10px;
}

#paypal {
	width: 400px;
	height: auto;
	position: relative;
	margin: 0 auto;
	text-align: center;
}

#tickets_contact p{
	text-indent: 40px;
	margin: 5px 0 0 0;
}

#venue {
	position: relative;
	margin: 0 auto;
	text-align: center;
}

#media_photos {
	position: relative;
	padding-left: 40px;
	margin-top: -10px;
	text-align:center;
}

#footer {
	position:relative;
	margin: 0 auto;
	width: 1051px;
	height: 200px;
	text-align: center;
	font-size: .7em;
}

#footer a{
	color: #444;
	text-decoration: none; 
}

#footer a:hover{
	color: #666;
	text-decoration: none; 
}


#footer_links {
	margin: 0 auto;
	height: 20px;
	width: 600px;

}

#footer_links ul{
	display: inline;
	margin-left: 0;
	padding-left: 0;
}


#footer_links ul li{
	display: inline;
	list-style: none;
	margin: 0 0 0 20px
}

#copyright {
	position: relative;
	margin: 10px auto 0 auto;
	color: #555;
	font-size: .8em;
}
/******************************PRIMARY CLASSES********************************/
.home {
	float:left;
	margin: 0 0 0 0;
	display: block;
	width: 58px;
	height: 25px;
	border-bottom: 4px solid #FF3;
}
.home a {
	display: block;
	width:100%;
	height:100%;
}

.home a:hover {
	display: block;
	border-bottom: 4px solid #0099ff;
	width:100%;
	height:100%;
}

.about {
	float:left;
	margin: 0 0 0 27px;
	display: block;
	width: 60px;
	height: 25px;
}

.about a {
	display: block;
	width:100%;
	height:100%;
}

.about a:hover {
	display: block;
	border-bottom: 4px solid #0099ff;
	width:100%;
	height:100%;
}

.venue {
	float:left;
	margin: 0 0 0 23px;
	display: block;
	width: 60px;
	height: 25px;
}

.venue a {
	display: block;
	width:100%;
	height:100%;
}

.venue a:hover {
	display: block;
	border-bottom: 4px solid #0099ff;
	width:100%;
	height:100%;
}

.tickets {
	float:left;
	margin: 0 0 0 23px;
	display: block;
	width: 60px;
	height: 25px;
}

.tickets a {
	display: block;
	width:100%;
	height:100%;
}

.tickets a:hover {
	display: block;
	border-bottom: 4px solid #0099ff;
	width:100%;
	height:100%;
}

.history {
	float:left;
	margin: 0 0 0 24px;
	display: block;
	width: 60px;
	height: 25px;
}

.history a {
	display: block;
	width:100%;
	height:100%;
}

.history a:hover {
	display: block;
	border-bottom: 4px solid #0099ff;
	width:100%;
	height:100%;
}

.media {
	float:left;
	margin: 0 0 0 21px;
	display: block;
	width: 63px;
	height: 25px;
}

.media a {
	display: block;
	width:100%;
	height:100%;
}

.media a:hover {
	display: block;
	border-bottom: 4px solid #0099ff;
	width:100%;
	height:100%;
}

.sponsors {
	float:left;
	margin: 0 0 0 30px;
	display: block;
	width: 80px;
	height: 25px;
}

.sponsors a {
	display: block;
	width:100%;
	height:100%;
}

.sponsors a:hover {
	display: block;
	border-bottom: 4px solid #0099ff;
	width:100%;
	height:100%;
}

/******************************HEADERS********************************/



h1 {
	font-size: 1.5em;
}

h2 {
	font-size: 1.2em;
	margin: 4px 0 0 0;
	padding: 0;
}
h3 { 
	font-size: 1em;
}

/**********ROLLOVERS******************/



.hover-image-container {display:block; height:48px; overflow:hidden; float: left; margin: 10px 0 0 10px}
.hover-image:hover {margin-top:-48px ;}






