﻿html
{
    margin: 0 0 0 0;
    font-family: Arial;
    font-size: 9pt;
    height: 100px;     
}

form
{
    height: 100%;
}

body
{
    margin: 0;
    padding: 0;
    height: 100%;
    z-index: -10;
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
    background-color: #21211f;
}
    
/* Div panel styling  */ 

#pnlHeader
{
    margin-left: auto;
    margin-right: auto;
    height: 270px;
    width: 800px;
    border: 0px solid red;
    z-index: -1;
}

#pnlTopNavigation
{
    /*background: #f8f8f8;*/
    height: 25px;
}

#pnlLeftNavigation
{
    /*background: #f8f8f8;*/
    width: 145px;
    float:left;
    margin-left: auto;
}

#pnlContent
{
    margin-left: auto;
    margin-right: auto;
    padding-top: 220px;
    padding-bottom: 91px;
    position: relative;
    z-index: -2;
    top: -225px;
    height: 1010px;
    /*background: transparent;*/
    width: 800px;    
    clear: both;
    background-image: url(../../Images/Body/ContentBg.jpg); 
    background-repeat: repeat;
}

#LeftNavDiv
{
	background: red;
	width: 173px;
	height: 100%;
}

#pnlFooter
{
    position: relative;
    z-index: 1;
    top: -326px;    
    margin-left: auto;
    margin-right: auto;    
    height: 116px;
    width: 800px;
}