.divPageHeader
{
    background: url(App_Images/top_banner.jpg) no-repeat top left;
    width:900px;
    height:120px;
}
.divMenuOuter
{
    padding-top:99px;
    text-align:left;
}
.divPageInner
{
    border:solid 1px #666;
    background: url(App_Images/pageBackground2.jpg) repeat-y top left;
}
.divLeftPaneWrap
{
    width:240px;
    float:left;
    min-height:5px;
    /*border-right:solid 1px #333;*/
}
.divLeftPane
{
    width:100%;
}
.divContentPaneWrap
{
    margin-top:20px;
    margin-bottom:0px;
    width:658px;
    float:left;
}
.divContentPane
{
    width:100%;
}