﻿Body
{
    background: url(../../Images/Layout/Menu/Menu_background.jpg) repeat-x top left;
}

.LayoutHeader 
{
    width: 900px;
    height: 80px;
    margin: 0px auto;
    text-align: center;
}

.LayoutLogo
{
    width: 900px;
    height: 40px;
    margin: 0px auto;
    background: url(../../Images/Layout/logo.jpg) no-repeat top left;
}
.MenuMenu
{
    text-align: right;
    float: right;
}
.LayoutMenu
{
    width: 100%;
    height: 40px;
    margin: 0px auto 0px 0px;
    text-align: right;

}

.LayoutContent 
{
    width: 900px;
    margin: 0px auto
}

.LayoutFooter 
{
    width: 100%;
    height: 20px;
    margin: 0px auto;
    background: url(../../Images/Layout/Footer.jpg) repeat-x bottom left;
    text-align: center;
    clear: both;
}
.LayoutDisclaimer
{
    width: 900px;
    margin: 0px auto;
    text-align: center;
    font-size: 11px;
    color: #0079C2;
}
