body {
	margin: 0 auto;
	background: #b83702 url(../images/bkg.jpg) no-repeat 50% 309px;
	height: 100%;
	font-family: sans-serif;
}


#container {
	margin: 0 auto;
	width: 1064px;
	height: 1354px;
}


/* ----------------------- nav ----------------------- */

#nav {
	position: absolute;
	top: 455px;
	left: 0px;
	width: 955px;
	height: 32px;
}

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

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

#nav a#bio_a {
  display: block;
  width: 60px;
  height: 32px;
  text-indent: -9999px;
  background: url(../images/bio.gif) no-repeat 0px 0px;
}

#nav a#bio_a:hover {
  background-position: 0px -32px;
}

#nav a#music_a {
  display: block;
  width: 85px;
  height: 32px;
  text-indent: -9999px;
  background: url(../images/music.gif) no-repeat 0px 0px;
}

#nav a#music_a:hover {
  background-position: 0px -32px;
}

#nav a#news_a {
  display: block;
  width: 75px;
  height: 32px;
  text-indent: -9999px;
  background: url(../images/news.gif) no-repeat 0px 0px;
}

#nav a#news_a:hover {
  background-position: 0px -32px;
}

#nav a#events_a {
  display: block;
  width: 100px;
  height: 32px;
  text-indent: -9999px;
  background: url(../images/events.gif) no-repeat 0px 0px;
}

#nav a#events_a:hover {
  background-position: 0px -32px;
}

#nav a#photos_a {
  display: block;
  width: 105px;
  height: 32px;
  text-indent: -9999px;
  background: url(../images/photos.gif) no-repeat 0px 0px;
}

#nav a#photos_a:hover {
  background-position: 0px -32px;
}

#nav a#videos_a {
  display: block;
  width: 100px;
  height: 32px;
  text-indent: -9999px;
  background: url(../images/videos.gif) no-repeat 0px 0px;
}

#nav a#videos_a:hover {
  background-position: 0px -32px;
}

#nav a#store_a {
  display: block;
  width: 90px;
  height: 32px;
  text-indent: -9999px;
  background: url(../images/store.gif) no-repeat 0px 0px;
}

#nav a#store_a:hover {
  background-position: 0px -32px;
}


#nav a#contact_a {
  display: block;
  width: 105px;
  height: 32px;
  text-indent: -9999px;
  background: url(../images/contact.gif) no-repeat 0px 0px;
}

#nav a#contact_a:hover {
  background-position: 0px -32px;
}

#nav a#guest_a {
  display: block;
  width: 150px;
  height: 32px;
  text-indent: -9999px;
  background: url(../images/guest.gif) no-repeat 0px 0px;
}

#nav a#guest_a:hover {
  background-position: 0px -32px;
}

#nav a#links_a {
  display: block;
  width: 85px;
  height: 32px;
  text-indent: -9999px;
  background: url(../images/links.gif) no-repeat 0px 0px;
}

#nav a#links_a:hover {
  background-position: 0px -32px;
}

#external {
	position: absolute;
	top: 425px;
	left: 64px;
	width: 80px;
	height: 32px;
}


/* ----------------------- COLUMN ----------------------- */
#banner {
	position: absolute;
	top: 1px;
	left: 57px;
}

#player {
	position: absolute;
	top: 314px;
	left: 0px;
	width: 385px;
	min-height: 75px;	
}

#ticker{
	position: absolute;
	top: 490px;
	left: 5px;
	width: 550px;
	height: 18px;
	border: 1px solid #08b609;
}

#content {
	position: absolute;
	top: 516px;
	left: 5px;
	width: 550px;
	padding: 0;
	margin: 0 auto;
	height: 720px;
	border: 1px solid #08b609;
	background-color: #fdfde5;
	overflow: auto;
	font-family: sans-serif;
}

#text {
	position: relative;
	width: 914px;
	margin: 0;
	padding: 0;
	text-align: left;
	color: #fff;
}

#footer {
	position: relative;
	color: #FFFF00;
	font-size: 11px;
	margin: 0 auto;
	padding-bottom: 10px;
}

#bottom {
	position: relative;
}
/* ----------------------- END COLUMN ----------------------- */

.section {
	padding: 0px;
	display: none;
}

