﻿body
{
    font-family: Calibri, Verdana, sans-serif;
    font-size: 12pt;
    /*background-color:#AAAAAA;*/
    background-color:#dee8da;
    color: #000000;
}
#MainData
{
    position:relative;
    width:1200px;
    margin:auto;
    background-color:white;

     }
#Header
{
    width:100%;
    height:100px;
    /*background-color:#beb377;*/
    background-color:#dee8da;
    font-size: 48pt;
    /*color:#e5e0e0;*/
    /*color:#817155;*/
    color:#c5af7e;
        }
#Menu
{
    width:100%;
    height:22px;
    /*background-color:white;*/
    background-color:#dee8da;
    color:#817155;
    font-size: 14pt;
    text-align:center;
    }
#Content
{
    width:100%;
    height:750px;
    /*background-color:#dee8da;*/
    background-color:#dee8da;
}
#Footer
{
    width:100%;
    height:20px;
    /*background-color:white;*/
    background-color:black;
    color:#e5e0e0;
    font-size: 12pt;
    text-align:center;
     }