﻿
html body
{
    background-color: #C7D7E4;
    padding-bottom: 20px;
}

div#PageContainer
{
    width: 1075px;
    height: auto;
    background-repeat: repeat-y;
    background-image: url('background.jpg');
}

div#leftColumn, div#middleColumn, div#rightColumn
{
    
    height: auto;
    float: left;
}

div#PicLeftColumn
{
    background-repeat: no-repeat;
    background-image: url('TopLeftContent2.jpg');
    width: 301px;
    height: 356px;
}

div#PicRightColumn
{
    background-repeat: no-repeat;
    background-image: url('TopRightContent2.jpg');
    width: 296px;
    height: 356px;
}

div#PicMiddleColumn
{
    background-repeat: no-repeat;
    background-image: url('TopMiddleContent2.jpg');
    
    width: 204px;
    height: 200px;
}

div#ContentContainer
{
    padding-left: 123px;
}

div#leftColumn
{    
    width: 301px;
    height: auto;
    overflow: hidden;
}

div#middleColumn
{
    width: 204px;
    height: auto;
    overflow: hidden;
    
}

div#ContentPane
{
    
}

div#rightColumn
{
    width: 296px;
    overflow: hidden;
}

div#logoDiv
{
    width: 70px;
    height: 50px;
    background-image: url('AILogo.jpg');
}

