﻿#pageHeader
{
    width:100%;
    overflow:hidden;
}
#headerLogo
{
    float:left;
    height:100px;
}
#headerLinks
{
    float:right;
    height:100px;
}
#headerNav
{
    clear:both;
    text-align:center;
}
#pageBody
{
    width:100%;
    overflow:hidden;
}
#pageBody #bodyLeft
{
    float:left;
    width:250px;
    padding:0px;
    margin:0px;
}
#pageBody #bodyRight
{
    float:right;
    width:650px;
    padding:0px;
    margin:0px;
}
#pageFooter
{
    width:100%;
}
#footerNav
{
    width:100%;
    text-align:center;
}
#footerNav ul
{
    margin:0px auto;
}