﻿.nav
{
    background-image: url(nav/nav-bg.jpg);
    width: 910px;
    height: 28px;
    text-transform: uppercase;
    text-align: justify;
    padding: 15px 0px 0px 50px;
}

.nav a
{
    color: #83bf42;
    font-size: 12px;
    margin-right: 40px;
}

.nav a:Hover
{
    color: #6c6d6f;
}

#footer
{
    width: 960px;
    margin: auto;
    border-top: solid 1px #9b9b9b;
    font-size: 9px;
}

#footer table
{
    text-align: center;
    width: 100%;
}

#footer table td
{
    width: 25%;
    vertical-align: top;
}

#footer table a
{
    color: #9b9b9b;
}

#footer table a:Hover
{
    color: #6c6d6f;
}