﻿body {
    text-align: center;
    background-color: White;
    background-image: url('/Images/page_bg.gif');
    background-repeat: repeat-x;
    font-family: Verdana, Tahoma, Arial;
    font-size: 11px;
}


#Header {
    height: 96px;
    background-image: url('/Images/header_bg.gif');
    background-repeat: repeat-x;
}

#Menu {
    height: 96px;
    overflow: hidden;
    text-align: right;
    padding-left: 50px;
}

#Menu a, #Menu a:visited {
    color: #FFE9B8;
    text-decoration: none;
    font-weight: bold;
    width: 70px;
    height: 28px;
    display: block;
    background-color: #3a240f;
    border: 2px solid #483322;
    text-align: center;
    float: left;
    margin: 53px 0px 0px 2px;
    padding-top: 8px;
}

#Menu a:hover {
    background-color: #ffe9b8;
    color: #3a240f;
}

#Content {
    text-align: left;    
}


#Footer {
    font-size: 9px;
    height: 35px;
}

#Footer a, #Footer a:active, #Footer a:visited {
    text-decoration: none;
    color: #3a240f;
    font-weight: bold;
    margin: 0px 8px 0px 8px;
}

#Footer a:hover {
    text-decoration: underline;   
}
