﻿.headerContainer
{
    width:750px;
    height:190px;
}
.headerTop
{
    width:750px;
    height:80px;
}
.headerMiddle
{   
    width:750px;
    height:45;
}
.headerBottom
{   
    width:750px;
    height:65;
}
.bodyContainer
{
    width:750px;
    height:auto;
    min-height:100%;
    float:left;
}
.leftContainer
{
    float:left;
    background-image:url(/images/shared/leftBG.jpg);
    width:176px;
}
    .leftInteriorTop
    {
        background-image:url(/images/shared/leftBG.jpg);
        width:176px;
        margin-right:10px;    
    }
    .leftInteriorBottom
    {
        width:176px;
        padding-bottom:20px;
        margin-right:10px;    
    }
.rightContainer
{
    float:left;
    width:564px;
    padding-bottom:20px;
}
    .collageContainer
    {
        width:520px;
        margin-left:17px;
    }
    .collageTable
    {
        width:520px;
        background-image:url(/images/shared/imageBG_border.jpg);
        border:none;
    }
    .galleryLargeContainer
    {
        width:510px;
        background-image:url(/images/shared/imageBG_border.jpg);
        margin-left:17px;
        padding:5px;
    }
.footerContainer
{
    width:750px;
    padding-top:10px;
    margin-bottom:20px;
    text-align:center;
    color:#FFF;
}
    