html, body
{
    margin: 0 0 0 0;
    padding: 13px 0 0 0;
    font-family: Arial;
    font-size: 9pt;
    background-image: url(../../Images/Administration/OldSkin/bg_blue.jpg);
    background-repeat:repeat-y;
    background-position: left;
    height: 100%;
}

body
{
    overflow: auto;
    vertical-align: text-top;
}

/* Div panel styling  */ 

#pnlHeader
{
    background: rgb(129,29,34);
    height: 73px;
    top: 25px;
}

#pnlTopNavigation
{ 
    background: url(../../Images/Administration/OldSkin/MenuBackground.jpg);
    border-bottom: solid 1px #808080;
    height: 25px;
    margin-right: 20px;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 9999;
}

#pnlLeftNavigation
{
    background-color: rgb(129,29,34);
    margin: 0 0 0 0;    
    float: left;
    width: 170px;
}

#pnlBreadCrumbs
{
    background-color: #ffffff;
    margin-left: 150px;
    height: 26px;
    line-height: 20px;    
    background-image: url(../../Images/Administration/breadcrumbsBottom.png);
    background-position: bottom left;
    background-repeat: no-repeat;
}

#pnlContent
{
    background: #fafbf6;
    min-width: 660px; /*700px; - causes 1024 resolution to place content area below rest of site*/
    /*height:500px;*/
    margin-left: 170px;
}

#pnlFooter
{    
    height: 30px;
    margin-left: 150px;
    text-align:center;
}

#pnlCentered
{
    width: 100%;
    height: 100%;
}