body {
        text-align: center;
        font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
        background-color: #767B7F;
}
h1 {
        color: #000000;
        margin-top: 4px;

}
h4 {
        color: #000000;

}
h2 {
        color: #000000;

}
h3 {
        color: #000000;

}
img {
        border: none;
}
#container {
        margin: auto;
        width: 800px;
        height: auto;
        background-color: url(containerbg.jpg);
        text-align: center;
        background-image: url(containerbg.jpg);
        border: none
        color: #000000;
}

#header {
        text-align: center;
        background-image: url;
        height: 100px;
        width: 800px;
        margin-bottom: 0;
        background-repeat: no-repeat;
        background-position: top;
}

a:hover {
        color: #FF0000;
        text-decoration: ;
}

    #tabs {
      float:left;
      width:100%;
      font-size:93%;
      line-height:normal;

      }
    #tabs ul {
        margin: 0;
        padding: 2px 10px 0 5px;
        list-style: none;
}