﻿body 
{
    font-family: Calibri , Verdana, Sans-Serif ;
    font-size: 12pt;
}

#MainData
{
    position: relative;
    width: 1000px;
    margin: auto;
    background-color: Black;
}

#Header
{
    width: 100%;
    height: 160px;
    background-color:  White;
    
    
}

#Menu
{
    width: 100%;
    height: 30px;
    background-color: #CCCCFF;
    text-align: center ;
}

#Content
{
    width: 100%;
    background-color: White;
}

#Footer
{
    width: 100%;
    height: 50px;
    background-color: #006699;
    text-align: center ;
}


    .left
    {
        float:left;
        width:50%;
    }
    .right
    {
        float: right;
        width:50%;
    }
.floatleft
{
    float: left;
}
.floatright
{
    float: right;
}
