* {
  border: 0;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
}

body {
  background-image: url('../img/bg_main2.png');
}

a {
  color: #4f0000;
}

td {
  vertical-align: top;
}

#maincontainer {
  left: 50%;
  margin-left: -400px;
  position: absolute;
  width: 800px;
}

#header {
  background-image: url('../img/bg_top.png');
  background-repeat: no-repeat;
  height: 190px;
  position: relative;
}

  #header #headerpic {
    left: 10px;
    position: absolute;
    top: 12px;
  }

#body {
  background-image: url('../img/bg_middle.png');
  background-repeat: repeat-y;
  padding: 40px 70px 40px 40px;
}

  .sectionheader {
    color: #4f0000;
    font-size: 14px;
    font-weight: bold;
  }

  .sectionheader2 {
    border-bottom: 1px solid #4f0000;
    color: #4f0000;
    font-size: 14px;
    font-weight: bold;
    margin-top: 25px;
    text-transform: uppercase;
  }
 
  .sectiontext {
    border-bottom: 2px solid #4f0000;
    border-top: 2px solid #4f0000;
    padding: 10px 5px 10px 5px;
  }

  .audioheader {
    color: #4f0000;
    font-size: 11px;
    font-weight: bold;
  }

  .audiotrack {
    margin: 15px 0px;
  }

table.divider {
  table-layout: fixed;
}

  .vertmenu {
    background-color: #cfcfcf;
    padding: 10px;
    vertical-align: top;
    width: 130px;
  }

    .vertmenu div {
      border-bottom: 2px solid #4f0000;
      padding: 2px 0;
    }
    
    .vertmenu a {
      color: #4f0000;
      font-weight: bold;
      text-decoration: none;
    }

  .content {
    padding-left: 15px;
    padding-right: 15px;
    width: 510px;
  }

#footer {
  background-image: url('../img/bg_bottom.png');
  background-repeat: no-repeat;
  font-size: 11px;   
  height: 60px;
  text-align: center;
}

