/* ================================================================ */
/* = CODED BY: BILL MILLER ======================================== */
/* = SOFTWARE: CRIMSON EDITOR RELEASE 3.70 ======================== */
/* = MODIFIED: July 14, 2005 ====================================== */
/* ================================================================ */

body {
  background: url('../images/body-bg.gif') top left repeat-x #333300;
  }

img {
  border: 0;
  }

/* ================================================================ */
/* ================================================================ */

#container {
  background: url('../images/container-bg.gif') top left repeat-y;
  width: 710px;
  margin: 0 auto;
  padding: 0;
  }

#container h1 {
  position: relative;
  margin: 0;
  padding: 0;
  width: 710px;
  height: 75px;
  font-family: verdana, sans-serif;
  font-size: 25px;
  color: #C8C2A5;
  overflow: hidden;
  }

#container h1 span {
  z-index: 1;
  display: block;
  position: absolute;
  background: url("../images/header.gif") top left no-repeat;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  width: 710px;
  height: 75px;
  }

#container h2 {
  position: relative;
  margin: 0;
  padding: 0;
  width: 710px;
  height: 49px;
  font-family: verdana, sans-serif;
  font-size: 14px;
  color: #C8C2A5;
  overflow: hidden;
  }

#container h2 span {
  z-index: 1;
  display: block;
  position: absolute;
  background: url("../images/sub-header.gif") top left no-repeat;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  width: 710px;
  height: 49px;
  }

/* ================================================================ */
/* ================================================================ */

#navigation {
background: url('../images/navigation-bg.gif') top right no-repeat;
  float: left;
  width: 184px;
  }

#navigation ul {
  margin: 25px 0 0 20px;
  padding: 0;
  list-style: none;
  }

#navigation li {
  margin: 0;
  padding: 0;
  list-style: none;
  }

#navigation li a {
  background: url('../images/bullets.gif') top left no-repeat;
  padding: 0 0 0 15px;
  font-family: verdana, sans-serif;
  font-size: 11px;
  text-decoration: none;
  color: #663300;
  }

#navigation li a.current {
  background-position: 0 -24px;
  font-weight: bold;
  color: #333300;
  }

#navigation li a:hover.current {
  background-position: 0 -24px;
  color: #7C3D29;
  }

#navigation li a:hover {
  background-position: 0 -12px;
  color: #663300;
  }

#nav-promo {
  margin: 50px 0 0 15px;
  padding: 0;
  }

/* ================================================================ */
/* ================================================================ */

#content {
  background: url('../images/content-bg.gif') top right no-repeat;
  float: right;
  width: 516px;
  }

#content-wrap {
  padding: 10px 14px 10px 10px;
  font-family: verdana, sans-serif;
  font-size: 11px;
  text-align: justify;
  color: #000000;
  }

#content-wrap h3 {
  font-size: 15px;
  font-weight: bold;
  color: #663300;
  }

#content-wrap h4 {
  margin: 0;
  padding: 0;
  font-size: 12px;
  font-weight: bold;
  color: #663300;
  }

#content-wrap strong {
  font-weight: bold;
  color: #663300;
  }

#content-wrap .mp3info {
  margin: 0 0 20px 0;
  padding: 0;
  list-style: none;
  }

#content-wrap .mp3info li a {
  background: url('../images/icon-mp3.gif') bottom right no-repeat;
  padding: 3px 30px 3px 0;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  color: #CC6600;
  }

#content-wrap .studio-shot {
  display: block;
  margin: 0 auto;
  }


#content-wrap .promo {
  display: block;
  margin: 30px auto 0 auto;
  }

#content-wrap .hr {
  margin: 20px 0;
  background: url('../images/hr-lt.gif') top left no-repeat;
  height: 9px;
  }

#content-wrap .hr span {
  display: block;
  background: url('../images/hr-rt.gif') top right no-repeat;
  }

/* ================================================================ */
/* ================================================================ */

#footer {
  clear: both;
  background: url('../images/footer.gif') top right no-repeat;
  width: 710px;
  height: 61px;
  }

#footer span {
  visibility: hidden;
  }

/* ================================================================ */
/* ================================================================ */

#sitedesign {
  clear: both;
  width: 710px;
  margin: 10px auto;
  padding: 0;
  }

#sitedesign a {
  display: block;
  background: url('../images/icon-loathrevolver.gif') top left no-repeat;
  margin: 0;
  padding: 0;
  width: 96px;
  height: 21px;
  text-decoration: none;
  }

#sitedesign a:hover {
  background-position: 0 -21px;
  }

/* ================================================================ */
/* ================================================================ */

a:link {color: #CC6600;}
a:active {color: #CC9900;}
a:visited {color: #CC6600;}
a:hover {color: #CC9900;}
