html {
	background-color: #fff;
	margin: 0;
	padding: 0;
}
body {
	background-color: #fff;
	color: #444;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	margin: 60px 100px;
	padding: 0;
	width: 900px;
}

h1 {
	background: transparent url(images/logo_nav.gif) 0 0 no-repeat;
	height: 252px;
	margin: 0;
	overflow: hidden;
	text-indent: -9999px;
	width: 283px;
}
h2 {
	font-size: 17px;
	margin: 20px 0 4px 0;
	text-transform: lowercase;
}
h3 {
	font-size: 15px;
	font-weight: normal;
	margin: 4px 0;
	text-transform: lowercase;
}
h4 {
	font-size: 13px;
	font-weight: normal;
	margin: 4px 0 16px 0;
	text-transform: lowercase;
}
p {
	margin: 8px 0 16px 0;
}

a,
a:link,
a:visited,
a:hover,
a:active {
	border-bottom: 1px solid #fff;
	color: #f68705;
	cursor: pointer;
	text-decoration: none;
}
.content a:hover,
.content a:active {
	border-bottom: 1px dotted #f68705;
	text-decoration: none;
}

img {
	border-width: 0;
	margin: 0 auto;
}

.home {
	height: 409px;
	left: 50%;
	margin: -204px 0 0 -256px;
	position: absolute;
	top: 50%;
	width: 513px;
}


.home h1 {
	background: transparent url(images/logo_home.gif) 0 0 no-repeat;
	height: 409px;
	margin: 0;
	overflow: hidden;
	text-indent: -9999px;
	width: 513px;
}

div.nav {
	float: left;
	width: 360px;
}
div.content {
	margin: 50px 20px 20px 20px;
	float: left;
	width: 500px;
}
ul.nav {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.nav ul {
	margin: 30px 0 0 0;
}
.nav li {
	list-style-type: none;
	margin: 10px 14px;
	padding: 0;
}
ul.nav li {
	margin: 0;
	padding: 0;
}
.nav a {
	border-width: 0;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
}
ul.nav a {
	position: absolute;
}
#nav_event a {
	background: transparent url(images/nav_event_off.gif) 0 0 no-repeat;
	height: 28px;
	left: 0;
	top: 0;
	width: 89px;
}
#nav_event a:hover,
.event #nav_event a {
	background: transparent url(images/nav_event_on.gif) 0 0 no-repeat;
}
.home #nav_event a {
	background: transparent url(images/event_off.gif) 0 0 no-repeat;
	height: 29px;
	left: 80px;
	top: 40px;
	width: 114px;
}
.home #nav_event a:hover {
	background: transparent url(images/event_on.gif) 0 0 no-repeat;
}

#nav_artists a {
	background: transparent url(images/nav_artists_off.gif) 0 0 no-repeat;
	height: 28px;
	left: 0;
	top: 0;
	width: 89px;
}
#nav_artists a:hover,
.artists #nav_artists a {
	background: transparent url(images/nav_artists_on.gif) 0 0 no-repeat;
}
.home #nav_artists a {
	background: transparent url(images/artists_off.gif) 0 0 no-repeat;
	height: 29px;
	left: 415px;
	top: 130px;
	width: 75px;
}
.home #nav_artists a:hover {
	background: transparent url(images/artists_on.gif) 0 0 no-repeat;
}

#nav_sponsors a {
	background: transparent url(images/nav_sponsors_off.gif) 0 0 no-repeat;
	height: 28px;
	left: 0;
	top: 0;
	width: 89px;
}
#nav_sponsors a:hover,
.sponsors #nav_sponsors a {
	background: transparent url(images/nav_sponsors_on.gif) 0 0 no-repeat;
}
.home #nav_sponsors a {
	background: transparent url(images/sponsors_off.gif) 0 0 no-repeat;
	height: 28px;
	left: 475px;
	top: 350px;
	width: 103px;
}
.home #nav_sponsors a:hover {
	background: transparent url(images/sponsors_on.gif) 0 0 no-repeat;
}


.sponsors .content ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 300px;
}
.sponsors .content li {
	list-style-type: none;
	margin: 30px 0;
	padding: 0;
	text-align: center;
}
