﻿body
{
    margin: 0 0 0 5px;
    padding: 0px;
    background-color: #ad9480;
    font-family: Arial;
    font-size: 10pt;
}

#links
{
    margin: 0px;
    padding: 0px;
    height: 49px;
}

#wrapper
{
    background: #a5bfdd;
    border: solid 1px #8397b1;
    margin: auto;
    width: 800px;
}

#banner
{
    background-image: url(/images/blueBanner.jpg);
    width: 800px;
    height: 195px;
}

#nav
{
    background: url(/images/blueNav.jpg) no-repeat 0 0;
    height: 48px;
    position: relative;
    width: 800px;
}
#nav a, #nav a:visited
{
    color: #5e3415;
    display: inline-block;
    font-size: 16px;
    font-weight: normal;
    height: 40px;
    line-height: 40px;
    padding: 0 0 8px 0;
    position: absolute;
}
#nav a.faq
{
    left: 57px;
}
#nav a.generalInformation
{
    left: 120px;
}
#nav a.motorVehicles
{
    left: 300px;
}
#nav a.news
{
    left: 435px;
}
#nav a.contact
{
    left: 503px;
}
#nav a.taxSearch
{
    left: 585px;
}
#nav a.links
{
    left: 735px;
}

#content
{
    background: #759dc7 url(/images/contentBG.jpg) no-repeat 0 0;
    padding: 10px 0;
}

#footer
{
    background: url(/images/brownFtrBG.jpg) repeat-y 0 0;
    color: #FFFFFF;
    height: 58px;
    padding: 10px 0;
    text-align: center;
}
