BODY, TD {
    background: #000000;
    margin: 0px;
    font-family: verdana,sans-serif;
      font-size: 12pt;
      font-weight: bold;
}

#wrap
{
    margin: 0 auto;
    width: 900px;
    height: 675px;

}

#header {


}

#main-container
{
    float: left;
    width: 100%;
    background: #000000 url(images/bkgnd3.jpg) no-repeat;
    height: 595px;


}

#main
{
        background: #000000 url(images/bkgnd3.jpg) no-repeat;
        padding-top: 40px;
}

#footer
{
    clear: both;
    color: white;
    background: transparent;
    text-align: center;
    padding: 20px;
    height: .5%;
    font-family: verdana, sans-serif;
    font-size: 10px;
    font-weight: normal;
}

.left{float:left}
.right{float:right}

a.footer:link {
    color: #FFFFFF;
    background-color:transparent;
    text-decoration: underline;
    font-weight: bold;
    font-style: normal;
    font-family : arial;
    font-size : 10px;

}

a.footer:visited {
    color: #FFFFFF;
    background-color:transparent;
    text-decoration: underline;
    font-weight: bold;
    font-style: normal;
    font-family : arial;
    font-size : 10px;

}

a.footer:hover {
    color: #FF0000;
    text-decoration: none;
    background-color: transparent;
    font-weight: bold;
    font-style: normal;
    font-family : arial;
    font-size : 10px;

}

afooter:active {
    color: #FFFFFF;
    background-color:transparent;
    text-decoration: none;
    font-weight: bold;
    font-style: normal;
    font-family : arial;
    font-size : 10px;

}

P {}

h1 { color: #000000;
      font-family: verdana,sans-serif;
      font-size: 20pt;
      font-weight: bold;
      }
h2 { color: #FFFFFF;
      font-family: verdana,sans-serif;
      font-size: 18pt;
      }
h3 { color: #000000;
      font-family: verdana,sans-serif;
      font-size: 14pt;
      }