BODY {
	margin: 0px;
	background-color: #FFFFFF;
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	text-transform: lowercase;
	}

TABLE  {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	text-transform: lowercase;
	}
	
TD {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	text-transform: lowercase;	
	}

P {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	color: #000000
	text-transform: lowercase;	
	}
	
FONT {
	font-family: "Courier New", Courier, mono;
	}

SELECT {
	font-family: "Courier New", Courier, mono;
	font-weight: bold;
	font-size: 12px;
	text-transform: lowercase;	
	}

TEXTAREA {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	text-transform: lowercase;	
	}
	
a:active {  font-family: "Courier New", Courier, mono; font-size: 12px; color: #000000; text-decoration: none}
a:visited {  font-family: "Courier New", Courier, mono; font-size: 12px; color: #FF3333; text-decoration: none}
a:link {  font-family: "Courier New", Courier, mono; font-size: 12px; font-style: normal; text-decoration: none; color: #FF3333}
a:hover {  font-family: "Courier New", Courier, mono; font-size: 12px; color: #FFFFFF; background-color: #FF3333; text-decoration: none}


/* subnav
--------------------------------------------------------------------------------------------- */
#subnav {
  margin: 0;
  padding: 0;
  width: 150px;
  height: 245px;
  list-style: none;
  overflow: hidden;
}

#subnav li {
  margin: 0; 
  padding: 0;
  list-style: none;
  display: inline;
}

#subnav li a {
  display: block;
  overflow: hidden;
  padding: 35px 0 0 0;
  height: 30px;
  voice-family: "\"}\"";
  voice-family: inherit;
  height: 0;
}

#subnav a:hover {
  background-position: -150px 0;
}

#subnav a.selected {
  background-position: -150px 0;
}

#news a  {
  width: 150px;
  background: url(images/news.gif) top left no-repeat;
}

#music a  {
  width: 150px;
  background: url(images/music.gif) top left no-repeat;
}

#thisis a  {
  width: 150px;
  background: url(images/thisis.gif) top left no-repeat;
}

#write a  {
  width: 150px;
  background: url(images/guestbook.gif) top left no-repeat;
}

#contact a  {
  width: 150px;
  background: url(images/contact.gif) top left no-repeat;
}

#shows a  {
  width: 150px;
  background: url(images/shows.gif) top left no-repeat;
}

#links a  {
  width: 150px;
  background: url(images/links.gif) top left no-repeat;
}
