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

html{	
min-height:100%;
}

body {	
padding:0;
margin: 0;
min-height:100%;
background-image: url(images/bgtile.jpg);
font-family:Arial, Helvetica, sans-serif;
}

#wrapper { 
    background: #000000;
	padding: 0 0px 0 0px;
	margin: auto;
	width: 900px;
	min-height: 100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #ffffff;

}

a:link {color: #0099cc; text-decoration: none;}
a:visited {color: #666666; text-decoration: none;}
a:hover {color: #D75626; text-decoration: underline;}
a:active {color: #D75626; text-decoration: underline;}
a img {	border:none;}

.h1 {
	font-size:15px;
	font-weight: 400;
	color: #ffff33;
	text-align: left;

}	

.h2 {
	font-size:12px;
	font-weight: 400;
	color: #999933;

}	


#event {
    width: 890px;
	background-color:#090909;
	border:1px solid #333333;
}

}
	
	
.footer {
	font-size:10px;
	color:#663333;
	font-weight:400;
	}
	
.liteform {	
	background-color:#333333;
  border: 1px solid #FF0066;
	color:#999999;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:10px;
}



/*--------------------------MAIN NAV-----------------------------*/
#ulnav {
	width: 900px;
}
#ulnav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	height: 24px;
}
#ulnav ul li {
	float: left;
	display: inline;
	margin: 0;
	padding: 0;
}
#ulnav li a {
	margin: 0;
	padding: 0;
	text-indent: -999em;
	display: block;
	height: 24px;
	text-decoration: none;
}

#home a, #home a:link, #home a:visited {
	background: url(images/nav/01.jpg) 0 0 no-repeat;
	width: 76px;
	overflow:hidden;
}
#home a:hover  {background-position: 0 -24px;}

#calendar a, #calendar a:link, #calendar a:visited {
	background: url(images/nav/02.jpg) 0 0 no-repeat;
	width: 104px;
	overflow:hidden;
}
#calendar a:hover, #calendar_active a, #calendar_active a:link, #calendar_active a:visited  {
   background-position: 0 -24px;
}

#location a, #location a:link, #location a:visited {
	background: url(images/nav/03.jpg) 0 0 no-repeat;
	width: 98px;
	overflow:hidden;
}
#location a:hover, #location_active a, #location_active a:link, #location_active a:visited  {
   background-position: 0 -24px;
}

#gallery a, #gallery a:link, #gallery a:visited {
	background: url(images/nav/04.jpg) 0 0 no-repeat;
	width: 92px;
	overflow:hidden;
}
#gallery a:hover, #gallery_active a, #gallery_active a:link, #gallery_active a:visited  {
   background-position: 0 -24px;
}

#djs a, #djs a:link, #djs a:visited {
	background: url(images/nav/05.jpg) 0 0 no-repeat;
	width: 95px;
	overflow:hidden;
}
#djs a:hover, #djs_active a, #djs_active a:link, #djs_active a:visited  {
   background-position: 0 -24px;
}


#about a, #about a:link, #about a:visited {
	background: url(images/nav/06.jpg) 0 0 no-repeat;
	width: 109px;
	overflow:hidden;
}
#about a:hover, #about_active a, #about_active a:link, #about_active a:visited  {
   background-position: 0 -24px;
}

#links a, #links a:link, #links a:visited {
	background: url(images/nav/07.jpg) 0 0 no-repeat;
	width: 85px;
	overflow:hidden;
}
#links a:hover, #links_active a, #links_active a:link, #links_active a:visited  {
   background-position: 0 -24px;
}

#press a, #press a:link, #press a:visited {
	background: url(images/nav/08.jpg) 0 0 no-repeat;
	width: 92px;
	overflow:hidden;
}

#press a:hover, #press_active a, #press_active a:link, #press_active a:visited  {
   background-position: 0 -24px;
}

#contact a, #contact a:link, #contact a:visited {
	background: url(images/nav/09.jpg) 0 0 no-repeat;
	width: 114px;
	overflow:hidden;
}
#contact a:hover, #contact_active a, #contact_active a:link, #contact_active a:visited  {
   background-position: 0 -24px;
}

#facebook a, #facebook a:link, #facebook a:visited {
	background: url(images/nav/10.jpg) 0 0 no-repeat;
	width: 35px;
	overflow:hidden;
}
#facebook a:hover, #facebook_active a, #facebook_active a:link, #facebook_active a:visited  {
   background-position: 0 -24px;
}

