﻿body
{
    font-family: 'Trebuchet MS';
    background-color: #666666;
}
#mainWrapper
{
    margin: auto;
    width: 950px;
}
#mainHeader
{
    background-color: #DDDDDD;
}

#mainNav
{
    width: 950px;
    background-color: #DDDDDD;
    height: 29px;
}
#mainFooter
{
    background-color: #DDDDDD;
    width: 950px;
}
#mainContent
{
    background-color: #FFFFFF;
}
#footRight
{
    width: 100px;
    float: right;
}
#footLeft
{
    width: 849px;
    float: left;
}
