@charset "UTF-8";
/* CSS Document */

body {
  background-color: #000000;
  color: #ffffff;
  font: "Times New Roman", Times, serif;
}

#wrapper {
  width: 650px;
  margin-left: auto;
  margin-right: auto;
}

#content {
  text-align: center;
}

#content a:link, #content a:visited {
  text-decoration: none;
  color: #555555;
}

#content a:hover {
  color: #FFFFFF;
}
  
#homemenu {
  margin-left: 35px;
}

#menu {
  margin-left: 8px;
}

#headimage {
  margin-left: -48px;
  margin-top: 8px;
}

#bios {
  height: 32px;
  width: 71px;
  text-indent: 10000px;
  overflow: hidden;
  background: url(images/menu/bios.gif) top left no-repeat;
  display: block;
  float: left;
}
 
#bios:hover {
  background-position: bottom left;
}

#music {
  height: 32px;
  width: 105px;
  text-indent: 10000px;
  overflow: hidden;
  background: url(images/menu/music.gif) top left no-repeat;
  display: block;
  float: left;
}
 
#music:hover {
  background-position: bottom left;
}

#photos {
  height: 32px;
  width: 115px;
  text-indent: 10000px;
  overflow: hidden;
  background: url(images/menu/photos.gif) top left no-repeat;
  display: block;
  float: left;
}
 
#photos:hover {
  background-position: bottom left;
}

#press {
  height: 32px;
  width: 107px;
  text-indent: 10000px;
  overflow: hidden;
  background: url(images/menu/press.gif) top left no-repeat;
  display: block;
  float: left;
}
 
#press:hover {
  background-position: bottom left;
}

#links {
  height: 32px;
  width: 94px;
  text-indent: 10000px;
  overflow: hidden;
  background: url(images/menu/links.gif) top left no-repeat;
  display: block;
  float: left;
}
 
#links:hover {
  background-position: bottom left;
}

#contact {
  height: 32px;
  width: 91px;
  text-indent: 10000px;
  overflow: hidden;
  background: url(images/menu/contact.gif) top left no-repeat;
  display: block;
  float: left;
}
 
#contact:hover {
  background-position: bottom left;
}

#pagecontent {
  margin-top: 30px;
  margin-left: 8px;
  padding-top: 20px;
  width: 587px;
  font: small Arial, Helvetica, sans-serif; 
  font-weight: normal;
  text-align: left;
}

#pagecontentc {
  margin-top: 30px;
  margin-left: 8px;
  padding-top: 20px;
  width: 587px;
  font: small Arial, Helvetica, sans-serif; 
  font-weight: normal;
  text-align: center;
}

#imgleft {
  float: left;
  padding: 10px 10px 10px 0;
}

#imgright {
  float: right;
  padding: 27px 0 10px 10px;
}
