* {
  margin: 0;
  padding: 0;
}
body {
  font-family: Helvetica, Arial, sans-serif;
  background: #000 url(../images/bg.jpg) no-repeat top center;
  color: #FFF;
}
a {
  color: #FFF;
  text-decoration: underline;
}
a:hover {
  color: #CC0000;
}
.clear {
  width: 100%;
  clear: both;
}

/* browser selectors */
/* .win.ie6, .win.ie7, .gecko, .mac.safari */

#wrap {
  width: 600px;
  margin-right: auto;
  margin-left: auto;
}




/* Header */

#header {
  width: 600px;
  margin: 35px 0 7px 0;
  display: block;
  float: left;
}
#header img {
  border: none;
}




/* Navigation */

#nav {
  width: 600px;
  display: block;
  float: left;
  margin-bottom: 56px;
}
#nav ul {
  list-style: none;
}
#nav li {
  display: inline;
}
#nav li a {
  height: 60px;
  display: block;
  float: left;
  background: url(../images/nav.gif) no-repeat;
}
#nav li a strong {
  display: none;
}
#nav li a.home {
  width: 98px;
  margin-right: 15px;
  background-position: 0 0;
}
#nav li a.band {
  width: 87px;
  margin-right: 16px;
  background-position: -112px 0;
}
#nav li a.media {
  width: 105px;
  margin-right: 11px;
  background-position: -215px 0;
}
#nav li a.songs {
  width: 116px;
  margin-right: 12px;
  background-position: -331px 0;
}
#nav li a.contact {
  width: 140px;
  margin-right: 0;
  background-position: -460px 0;
}
#nav li a.home:hover {
  background-position: 0 -60px;
}
#nav li a.band:hover {
  background-position: -112px -60px;
}
#nav li a.media:hover {
  background-position: -215px -60px;
}
#nav li a.songs:hover {
  background-position: -331px -60px;
}
#nav li a.contact:hover {
  background-position: -460px -60px;
}
#nav li a.homeActive {
  width: 98px;
  margin-right: 15px;
  background-position: 0 -120px;
}
#nav li a.bandActive {
  width: 87px;
  margin-right: 16px;
  background-position: -112px -120px;
}
#nav li a.mediaActive {
  width: 105px;
  margin-right: 11px;
  background-position: -215px -120px;
}
#nav li a.songsActive {
  width: 116px;
  margin-right: 12px;
  background-position: -331px -120px;
}
#nav li a.contactActive {
  width: 140px;
  background-position: -460px -120px;
}



/* Content Styles */

#content {
  width: 600px;
  display: block;
  clear: both;
  float: left;
  line-height: 1.5em;
}
#content h1, h2, h3, h4, h5 {
  margin: 30px 0 10px 0;
  color: #CC0000;
  font-weight: normal;
  text-transform: uppercase;
}
#content h2, h3, h4, h5 {
  color: #990000;
}
#content p {
  margin-bottom: 20px;
}
#content ul {
  margin: 20px 48px;
}
#content table {
  width: 100%;
}
#content th {
  padding: 8px 10px;
  text-align: left;
  text-transform: uppercase;
  background: url(../images/bgTableHeader.gif) repeat-x;
}
#content td {
  padding: 1px 10px;
  text-align: left;
  font-size: 14px;
  border-bottom: 1px solid #330000;
}
#content img {
  margin: 0 0 20px 20px;
  float: right;
  border: 1px solid #CC6600;
}
#content .acrobat {
  padding: 0 0 0 20px;
  font-size: 13px;
  background: url(../images/iconAcrobat.gif) no-repeat left;
}



/* Footer */

#footer {
  width: 600px;
  margin: 100px 0 50px 0;
  padding: 18px 0;
  border-top: 1px solid #660000;
}
#footer ul {
  list-style: none;
}
#footer li {
  margin-right: 12px;
  display: inline;
  font-size: 11px;
  color: #666;
  text-transform: uppercase;
}
#footer li a {
  color: #FFF;
  font-size: 12px;
  text-decoration: none;
}
#footer li a:hover {
  color: #666;
  text-decoration: underline;
}
#footer li a.current {
  color: #660000;
  text-decoration: underline;
}
#footer li.copy {
  margin: -15px 0;
  float: right;
}
.safari #footer li.copy {
  margin: 2px 0;
}




