﻿body {
    margin: 0px;
    background-color: #000000;
}
#wrapper
{
    width: 1040px;
    height: 985px;
    float: left;
}
#header
{
    height: 220px;
}
#mainnav
{
    background-image: url('images/MainNavBG.jpg');
    background-repeat: repeat-x;
    background-position: center center;
    height: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 1030px;
}
#mainnav a
{
    font-family: "Arial Narrow";
    font-size: 16px;
    font-weight: bold;
    color: #000000;
    text-decoration: none;
    line-height: 30px;
    text-align: center;
    text-transform: uppercase;
    background-image: url('images/MainNav.jpg');
    background-repeat: no-repeat;
    background-position: center top;
    float: left;
    width: 146px;
    height: 30px;
}
#mainnav a:hover
{
    background-position: bottom;
}
#leftnav
{
    margin: 0px 0px 0px 10px;
    width: 149px;
    height: 640px;
    float: left;
    padding: 5px;
    background-color: #99CCFF;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #000000;
    text-decoration: none;
    text-align: center;
}
#leftnav h4
{
    margin: 0px;
}
#leftnav a
{
    width: 149px;
    height: 25px;
    font-family: Arial;
    font-size: 13px;
    font-weight: bold;
    color: #000000;
    text-decoration: none;
    line-height: 25px;
    float: left;
    background-image: url('images/LRNav.jpg');
    background-repeat: no-repeat;
    background-position: center top;
}
#leftnav a:hover
{
    background-position: bottom;
}
#content
{
    font-family: Arial, Helvetica, sans-serif;
    color: #FFFFFF;
    width: 665px;
    height: 630px;
    float: left;
    background-color: #000000;
    padding: 10px;
}
#rightnav
{
    margin: 0px 10px 0px 0px;
    width: 149px;
    height: 640px;
    float: right;
    padding: 5px;
    background-color: #FFFFFF;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #000000;
    text-decoration: none;
    text-align: center;
}
#rightnav h4
{
    margin: 0px;
}
#rightnav a
{
    width: 149px;
    height: 100px;
    font-family: Arial;
    font-size: 13px;
    font-weight: bold;
    color: #000000;
    text-decoration: none;
    line-height: 25px;
    float: left;
}
#footer
{
    clear: both;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #FFFFFF;
    background-color: #000000;
    font-weight: bold;
    margin-right: auto;
    margin-left: auto;
    padding-top: 10px;
}
#footer a
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #FFFFFF;
    text-transform: uppercase;
    text-decoration: underline;
    padding-right: 10px;
    padding-left: 10px;
}
#footer a:hover
{
    color: #CCCCCC;
    text-decoration: underline;
}
