  body {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 12px;
    background-color: #3A5988;
  }

  html,body {
    text-align: center;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    height: 100%; /* Required for footer */
  }

  #wrapper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    width: 770px;
    background-image: url(../img/bg.gif);
    background-repeat: repeat-y;


    /* the following is for the footer */
   min-height: 100% !important; /* For Modern Browsers */
   height: auto !important; /* For Modern Browsers */
    height: 100%; /* For IE */
  }

  #content {
    width: 92%;
    text-align: left;
    vertical-align: middle;
    margin-left: auto;
    margin-right: auto;
   padding-bottom: 40px; /* footer */
   padding-top:10px;
   height: 100%;
  }


  #navigation {
    background-image: url(../img/nav_bg.gif);
    color: #FFFFFF;
    background-repeat: repeat-x;
    height: 35px;
    width: 770px;
    vertical-align: middle;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
   margin-bottom: 0px;
   padding-bottom: 0px;
  }

  #navigation li {
    display: inline;
    list-style-type: none;
    padding-right: 35px;
  }

  #navigation ul {
    padding-top: 8px;
    margin-top: 0px;
  }

  #navigation a {
    color: White;
    font-weight: bold;
    text-decoration: none;
  }

  #navigation a:hover {
    text-decoration: underline;
  }

  #header {
    background-image: url(../img/header.jpg);
     width: 770px;
    height: 194px;
  }

  #footer {
    clear: all;
    padding-left: 30px;
    text-align: left;
    position: absolute;
    bottom: 0px !important;
    bottom: -1px; /* For Certain IE widths */
    height:40px;
    float: none;
  }

  #threesongblast {
    float:right;
    width: 300px;
    padding-top: 15px;
  }

  #threesongblast #blastauthor {
     text-align: right;
  }

  #threesongblast p {
    text-align: justify;
   background-color: #F8F8F8;
   border: 1px solid  #F1F1F1;
   padding: 5px;
  }

  #threesongblast object {
    padding-bottom: 10px;
  }

  #column1 {
    float:left;
    width: 390px;
    vertical-align: middle;
    padding-top: 15px;
   height: 100%;
  }

  a {
    color: #39588A;
    text-decoration: none;
    font-weight: bold;
  }

  a:hover {
    text-decoration: underline;
  }

  #cmsmenu {
    margin-bottom: 10px;
  }

  #artistinfo {
    float:right;
    width: 300px;
    padding-top: 15px;
   background-image: url(../img/vert_seperator.gif);
   background-repeat: no-repeat;
   padding-left: 14px;
   min-height: 328px;
  }

  #artistinfo #artistentry {
    padding: 5px;
  }

  #artistinfo #artistentry #artist {
  font-weight: bold;
}

#artistinfo #artistentry #album {
  font-style: italic;
}

#pastissues {
  clear: both;
  padding-top: 30px;
  text-align: left;
  padding-left: 30px;
  padding-bottom: 30px;
}

#debugtext {
  padding: 10px;
  border: 1px dashed #666666;
  font-size: 10px;
  background-color: #FFF7DD;
  margin: 10px;
}

#navcontainer {
  padding-bottom: 20px;
  padding-top: 10px;
}

#navcontainer ul#navlist {
  font: bold 11px verdana, arial, sans-serif;
  list-style-type: none;
  padding-bottom: 24px;
  border-bottom: 1px solid #666666;
  margin: 0;
}

#navcontainer ul#navlist li {
  float: left;
  height: 21px;
  background-color: #F0F0F0;
  margin: 2px 2px 0 2px;
  border: 1px solid #666666;
}

#navcontainer li.active a {
  border-bottom: 1px solid #fff;
  background-color: #fff;
}

#navcontainer li#active a { color: #000; }

#navcontainer #navlist a {
  float: left;
  display: block;
  color: #666;
  text-decoration: none;
  padding: 4px;
}

#navcontainer #navlist a:hover { background: #fff; }

#subnavigation {
  margin-top: -15px;
  margin-left: 14px;
  margin-right: 18px;
  background: #525252;
  height: 16px;
  border-bottom: 1px solid #232323;
}

#subnavigation #navlist {
  display: block;
}

#subnavigation #navlist li {
  list-style: none;
  float: left;
}

#subnavigation a, #navlist li.extend {
  margin: 0px;
  display: block;
  padding: 1px 10px;
  text-decoration: none;
  background: #525252;
  color: #D0D0CF;
}

#subnavigation a:hover, #subnavigation a#current {
  background: #FAFAFA;
  color: #000;
}

#subnavigation a#current {
  background: #F6F6F6;
  border-top: 1px solid #F6F6F6;
  font-weight: bold;
}