body
{
    background-color: #333333;
    padding: 30px 0px 0px 0px;
    margin: 0px;
}

.right_bg
{
    float: right;
    background: url(../images/header_right.jpg) no-repeat;
    width: 371px;
    height: 116px;
}
.green
{
    width: 99%;
    float: left;
    height: 20px;
    background-color: #57702f;
    text-align: left;
    color: #ffffff;
    font: bold 10pt Arial;
    padding-left: 1%;
    padding-top: 2px; 
}
.green a
{
    color: #ffffff;
    font: bold 10pt Arial;
    display: block;
}
.green a:hover
{
    color: #ba0500;
    text-decoration: none;
}
#intro
{
    margin: 0px auto;
    text-align: center;
}
.bottom
{
    width: 100%;
    float: left;
    height: 55px;
    color: #ffffff;
    font: bold 10pt Arial;
    background-color: #a6ba81;
    border-top: 5px #57702f solid;
    border-bottom: 1px #000000 solid;
    text-align: center;
    padding-top: 15px;
}  

.header
{
    width: 100%;
    height: 116px;
    float: left;
    background:  #010101 url(../images/header.gif) no-repeat left;
}
.header_right
{
    width: 320px;
    height: 116px;
    float: right;
    background: url(../images/header_right.jpg) no-repeat right;
}
a.logo
{
    border:0px;
    float: left;
    margin: 7px 0px 0px 49px;
}

