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

body { 
    font-family: tahoma, Helvetica, sans-serif;
    font-size: 0.8em;
	color: #D4AC66;
    background: #000 url('/images/amp_trutone.jpg') top center no-repeat;
}

br.clear {
	clear: both;
	height: 1px;
	font-size: 1px;
}

a {
	color: #D4AC66;
}

h1, h3 {
	font-weight: normal;
	font-style: italic;
	margin-bottom: 15px;
}

p {
	margin-bottom: 15px;
}

#wrapper {
	height: 840px;
}

#nav {
	margin: 0 auto;
	width: 900px;
}

#nav-inner {
	padding: 0 0 0 382px;
}

#nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#nav ul li {
	float: left;
    padding: 0;
	margin: 0;
}

#nav ul li a {
	height: 68px;
	display: block;
}

li#li-home a {
	width: 44px;
	background: url('/images/home_over.png') top left no-repeat;
	background: url('/images/home.png') top left no-repeat;
}

li#li-home a:hover, li#li-home a.active {
	width: 44px;
	background: url('/images/home_over.png') top left no-repeat;
}

li#li-shows a {
	width: 54px;
	background: url('/images/shows_over.png') top left no-repeat;
	background: url('/images/shows.png') top left no-repeat;
}

li#li-shows a:hover, li#li-shows a.active {
	width: 54px;
	background: url('/images/shows_over.png') top left no-repeat;
}


li#li-bios a {
	width: 50px;
	background: url('/images/bios_over.png') top left no-repeat;
	background: url('/images/bios.png') top left no-repeat;
}

li#li-bios a:hover, li#li-bios a.active {
	width: 50px;
	background: url('/images/bios_over.png') top left no-repeat;
}

li#li-gallery a {
	width: 55px;
	background: url('/images/gallery_over.png') top left no-repeat;
	background: url('/images/gallery.png') top left no-repeat;
}

li#li-gallery a:hover, li#li-gallery a.active {
	width: 55px;
	background: url('/images/gallery_over.png') top left no-repeat;
}

li#li-listen a {
	width: 46px;
	background: url('/images/listen_over.png') top left no-repeat;
	background: url('/images/listen.png') top left no-repeat;
}

li#li-listen a:hover, li#li-listen a.active {
	width: 46px;
	background: url('/images/listen_over.png') top left no-repeat;
}

li#li-contact a {
	width: 57px;
	background: url('/images/contact_over.png') top left no-repeat;
	background: url('/images/contact.png') top left no-repeat;
}

li#li-contact a:hover, li#li-contact a.active {
	width: 57px;
	background: url('/images/contact_over.png') top left no-repeat;
}

#content {
	margin: 0 auto 0 auto;
	padding: 0;
	height: 400px;
	width: 720px;
	overflow: auto;
}

#mp3player {
	width: 200px;
	margin: 0 auto;
}

#footer {
	text-align: center;
	color: #515151;
	font-size: .8em;
	padding-bottom: 10px;
}

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