﻿body  
{
    font-family: Calibri, Verdana, sans-serif;
     width: 1080px;
    font-size: 12pt;
    color: black;
        background-color: #AAAAAA;
}
#MainData 
{
    position: relative;
    width: 100%;
    margin:auto;
    background-color: #F2F2F4;
    color: black;
    top: 0px;
    left: 0px;
    height: 126px;
}

#Header 
{
    width: 100%;
    height: 115px;
    background-color: #F2F2F4;
    color: Black;
    font-size: 54pt;
    /*text-align: center;*/
    
    }
#Headerbar 
{
    width: 100%;
    height: 40px;
    background-color: #A8935C;
    color: Black;
    font-size: 18pt;
    /*text-align: center;*/
    
    }


#Menu
{
    width: 80pt;
    height: 100%;
    background-color: #F2F2F4;
    color: white;
    float:left;
    text-align:left;
    
    }

#Content
{
    width: 100%;
    background-color: #F2F2F4;
    color: black;
    float:left;
    }

#Footerbar
{
    clear: both;
    width: 100%;
    height: 20px;
    background-color: #A8935C;
    color: white;
    text-align: right;
    
    }

#Footer
{
    clear: both;
    width: 100%;
    height: 80px;
    background-color: #F2F2F4;
    color: black;
    
    }
