﻿

div#MasterContainer
{
    width: 750px;
    height: auto;
    overflow: hidden;
    
}

div#HeaderImage
{
    width: 750px;
    height: 119px;
    border-bottom: Solid 1px White;
}

div#MenuContainer
{
    width: 750px;
    height: 28px;
    overflow: hidden;
    border-bottom: Solid 1px White;
    
}

div#ContentContainer
{
    width: 750px;
    height: 2000px;
    overflow: auto;    
    float: left;
}

div#leftPane
{
    width: 214px;
    height: 600px;
    border-right: Solid 1px White;
    float: left;
}

div#rightPane
{
    width: 535px;
    height: auto;    
    float: left; 
    margin-top: 5px;
}
