* {
	padding: 0px;
	border: 0;
	margin: 0px;
}

html {
	overflow: -moz-scrollbars-vertical;
}

body
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	background: url(../img/bg.gif) center repeat-y #000000;
	color: #ffffff;
}

h1
{
	display: none;
}
h2
{
	display: block;
	font-size: 20px;
	color: #ffffff;
	margin-bottom: 5px;
}
h3
{
	border-bottom: 1px solid #ffffff;
	margin-bottom: 5px;
}
p
{
	margin: 0px;
	padding: 0px;
	margin-bottom: 15px;
}
label
{
	width: 150px;
	float: left;
	display: block
}
input, textarea
{
	padding: 1px;
	margin-bottom: 1px;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 14px;
}

a:link, a:visited, a:active
{
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}
#container
{   
    position: relative;
    width: 900px;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    overflow: visible;
    min-height: 100%;
    height: auto !important;
}

#header
{
	width: 900px;
    height: 225px;
    background: url(../img/header.jpg) top no-repeat;
}

#nav
{
	width: 900px;
	height: 35px;
	background: url(../img/nav_bg.gif) repeat-x #155494;
}

#content
{
	min-height: 164px;
	background: url(../img/bg_fade.gif) repeat-x;
}
#innercontent
{
	padding: 15px;
}
#innerleft
{
	float: left;
	width: 428px;
	margin-right: 7px;
}
#innerright
{
	float: left;
	width: 427px;
	margin-left: 8px;
}
.banner
{
	border: 1px solid #ffffff;
	margin-bottom: 15px;
}
#nav ul
{
	list-style-type: none;
	width: 900px;
}
#nav ul li
{
	display: block;
	float: left;
	height: 27px;
	margin-top: 4px;
	margin-right: 45px;
}
#nav ul li a
{
	display: block;
	width: 100%;
	height: 100%;
	cursor: pointer;
}
#nav ul li a span
{
	display: none;
}
#home, #home-active
{
	width: 67px;
	background: url(../img/home.gif) top center no-repeat;
	margin-left: 45px;
}
#home-active
{
	background: url(../img/home.gif) bottom center no-repeat !important;
}
#artists, #artists-active
{
	width: 99px;
	background: url(../img/artists.gif) top center no-repeat;
}
#artists-active
{
	background: url(../img/artists.gif) bottom center no-repeat !important;
}
#events, #events-active
{
	width: 81px;
	background: url(../img/events.gif) top center no-repeat;
}
#events-active
{
	background: url(../img/events.gif) bottom center no-repeat !important;
}
#photos, #photos-active
{
	width: 88px;
	background: url(../img/photos.gif) top center no-repeat;
}
#photos-active
{
	background: url(../img/photos.gif) bottom center no-repeat !important;
}
#tickets, #tickets-active
{
	width: 86px;
	background: url(../img/tickets.gif) top center no-repeat;
}
#tickets-active
{
	background: url(../img/tickets.gif) bottom center no-repeat !important;
}
#contact, #contact-active
{
	width: 99px;
	background: url(../img/contact.gif) top center no-repeat;
}
#contact-active
{
	background: url(../img/contact.gif) bottom center no-repeat !important;
}
#gallery_nav
{
	display: block;	
	float: left;
	text-align: left;
	margin-top: 5px;
}
#gallery_nav a
{
	display: block;
	float: left;
	width: 17px;
	height: 17px;
	padding: 5px;
	background: url('/img/bg_gallery.gif') left top no-repeat #155494;
	margin-right: 5px;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
}
.current
{
	display: block;
	float: left;
	width: 17px;
	height: 17px;
	padding: 5px;
	background: url('/img/bg_gallery.gif') left top no-repeat #155494;
	margin-right: 5px;
	text-align: center;
	color: #ffffff;
	font-weight: normal !important;
}
