﻿html
{
    margin: 0;
    padding: 0;
    height: 100%;
    margin-bottom: 1px;
}
body
{
    margin: 0;
    padding: 0;
    height: 100%;
    background-color:#FFF;
}

#main-container
{
    width: 752px;
    margin: 0 auto;
}
#layout-table
{
    width: 752px;
}

#cell-logo
{
    width: 301px;
    height: 80px;
}

#cell-announcements
{
    width: 311px;
    height: 80px;
}

#cell-solutions
{
    width: 140px;
    height: 80px;
    background-color: #EEEBE7;
}

#cell-tagline
{
}

#cell-navigation
{
    width: 752px;
    height: 22px;
    background-color: #7B7EAA;
}

#cell-art
{
    width: 612px;
    height: 327px;
    background-color:#29295D;
}

#cell-rightpanel
{
    width: 140px;
    height: 327px;
    background-color: #B6B6C9;
    background-image: url(../images/rightpanel_bg.jpg);
    background-repeat: no-repeat;
}

#cell-footertitle
{
}

#cell-footerbody
{
    width: 612px;
    height: 56px;
    background-color: #AFA492;
    background-image: url(../images/footerbody_bg.jpg);
    background-repeat: repeat-x;
}

#cell-stockquote
{
    width: 140px;
    height: 56px;
    background-color: #C7BFB3;
    background-image: url(../images/stockquote_bg.jpg);
    background-repeat: repeat-x;
}

#cell-footer
{
    width: 752px;
    height: 30px;
    background-color:#FFF;
}
