body {
  background: #120e16;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 0.7em;
  text-align: center;
  margin: 0 auto;
  padding:0;
  width:950px;
}

#wrapper {
  width: 950px;
  margin: 0 auto;
  text-align: left;
  background:url('images/bodybg.gif') top center repeat-y;
  border-left:1px #333032 solid;
  border-right:1px #333032 solid;
  position:relative;
}

#header {
  border-top: 5px solid #a3895c;
  border-bottom: 5px solid #a3895c;
  color: white;
  background: transparent url('images/headerbg.jpg') 10px 10px no-repeat;
  height: 366px;
}

#header h1 {
  margin: 0;
  text-indent: -2000em;
  position: absolute;
}

#header .quote {
  font-family: Georgia, serif;
  font-style: italic;
  font-size:1.4em;
  width: 300px;
  line-height: 1.4em;
  position: absolute;
  top: 185px;
  left: 505px;
}

#header .quote strong {
  display: block;
  font-weight: bold;
  font-style: normal; 
  color: #a3895c;
}

#content {
  background: #b0996c url('images/contentbg.jpg') top left repeat-x;
}

.homepanels {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 950px;
}

.homepanels li {
  float: left;
  width: 200px;
  padding: 30px 10px 50px 20px;
  line-height:1.6em;
  display:inline;
}

.homepanels h2 {
  margin: 0 0 10px 0;
  text-indent: -2000em;
  width: 169px;
  height: 196px;
}
.homepanels h2 a {
  display:block;
  width: 169px;
  height: 196px;
}

li.man {margin-left:26px;}

.homepanels .man h2 a {
  background: url('images/theman.jpg') top left no-repeat;
}

.homepanels .music h2 a {
  background: url('images/themusic.jpg') top left no-repeat;
}

.homepanels .words h2 a {
  background: url('images/thewords.jpg') top left no-repeat;
}

.homepanels .legacy h2 a {
  background: url('images/thelegacy.jpg') top left no-repeat;
}

#footer {
  clear: both;
  padding: 30px 20px 100px 20px;
  color: white;
}

#footer a {
  color: white;
}

#footer a:hover {
  text-decoration: none;
}

#footer #tec {
  float: right;
}

#footer #tec a {
  background: url('images/tec.gif') center right no-repeat;
  padding: 2px 20px 2px 0;
}

#footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#footer ul li {
  margin: 0;
  padding: 0 20px 0 0;
  float: left;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    }

.clearfix {display: inline-block;}  /* for IE/Mac */

/* Remove large selection rectangle on image-replacement */
:active,:focus {
	outline: none;
	-moz-outline-style: none;
}
