#logo {
	text-align: center;
	padding: 1em 1em;
	border: 1px black solid;
	margin: 1em 5em;
}
#access {
	width: 0; height: 0; overflow: hidden;
}
 
#navigation ul {
position: absolute;
list-style: none; 
} 
#home {
  display: block;
  width: 126px;
  height: 40px;
  background: url("images/menu/home.gif") no-repeat 0 0;
border-bottom: none; 
}
#home:hover { 
  background-position: 0 -40px;
}
#home span {
  display: none;
}
#shop {

  display: block;

  width: 126px;

  height: 40px;

  background: url("images/menu/shop.gif") no-repeat 0 0;

border-bottom: none; 

}

#shop:hover { 

  background-position: 0 -40px;

}

#shop span {

  display: none;

}
#songs {
  display: block;
  width: 126px;
  height: 40px;
  background: url("images/menu/songs.gif") no-repeat 0 0;
border-bottom: none; 
}
#songs:hover { 
background-position: 0 -40px;
}
#songs span {
  display: none;
}
#biog {
  display: block;
  width: 126px;
  height: 40px;
  background: url("images/menu/biog.gif") no-repeat 0 0;
border-bottom: none; 
}
#biog:hover { 
  background-position: 0 -40px;
}
#biog span {
  display: none;
}
#photos {
  display: block;
  width: 126px;
  height: 40px;
  background: url("images/menu/photos.gif") no-repeat 0 0;
border-bottom: none; 
}
#photos:hover { 

  background-position: 0 -40px;
}
#photos span {
  display: none;
}
#videos {
  display: block;
  width: 126px;
  height: 40px;
  background: url("images/menu/videos.gif") no-repeat 0 0;
border-bottom: none; 
}
#videos:hover { 
  background-position: 0 -40px;
}
#videos span {
  display: none;
}
#gigs {
  display: block;
 width: 126px;
  height: 40px;
  background: url("images/menu/gigs.gif") no-repeat 0 0;
border-bottom: none; 
}
#gigs:hover { 
  background-position: 0 -40px;
}
#gigs span {
  display: none;
}
#newsreel {
  display: block;
 width: 126px;
  height: 40px;
  background: url("images/menu/newsreel.gif") no-repeat 0 0;
border-bottom: none; 
}
#newsreel:hover { 
  background-position: 0 -40px;
}
#newsreel span {
  display: none;
}
#press {
  display: block;
  width: 126px;
  height: 40px;
  background: url("images/menu/press.gif") no-repeat 0 0;
border-bottom: none; 
}
#press:hover { 
  background-position: 0 -40px;
}
#press span {
  display: none;
}
#testimonials {
  display: block;
 width: 151px;
  height: 40px;
  background: url("images/menu/testimonials.gif") no-repeat 0 0;
border-bottom: none; 
}
#testimonials:hover { 
  background-position: 0 -40px;
}
#testimonials span {
  display: none;
}
#links {
  display: block;
 width: 126px;
  height: 40px;
  background: url("images/menu/links.gif") no-repeat 0 0;
border-bottom: none; 
}
#links:hover { 
  background-position: 0 -40px;
}
#links span {
  display: none;
}
#contact {
  display: block;
  width: 126px;
  height: 40px;
  background: url("images/menu/contact.gif") no-repeat 0 0;
border-bottom: none; 
}
#contact:hover { 
  background-position: 0 -40px;
}
#contact span {
  display: none;
}
#content {
	margin-left: 12em;
	margin-right: 1em
}
body {
	font-size: 1em;
	color: white;
	font-family: courier new, monospace; 
	background-color: black;
}
img { border: none; } 
a {
	text-decoration: none;
	color:	white;
       border-bottom:1px dotted white; 
}
a:visited {
	color: white;
}
a:active {
	color: red;
}
a:hover {
	text-decoration: none;
	color: red;
}
p {
	margin: 1em;
	padding: 1em;
}
h1 {
	font-family: market deco, fantasy;
	font-size: 1.5em;
}
#footer {
	text-align: center;
	padding: 3em 1em;
	border: 1px black solid;
	margin: 1em 5em;
	clear: both;
}



