﻿#Header
{
    height: 58px;
    padding-top: 3px;
    padding-bottom: 3px;
}

#Header #Logo
{
    float: left;
    margin-left: 10px;
    margin-top:5px;
}

#Menu
{
}

#Content
{
    min-height: 350px;
}
#Footer
{
    clear: both;
    height: 32px;
    line-height: 32px;
    vertical-align: middle;
    width: 100%;
    background-image: url(../Images/Common/FooterBg.png);
    background-repeat: repeat-x;
    margin-top:20px;
    /* position: fixed;
    bottom: 0;
    z-index: 100;
    */
}
