body
{
    margin: 0px;
    background-image: url(/images/WebsiteBackground.jpg);
    background-repeat: no-repeat;
    font-family: Georgia;
    font-size: 13px;
    color: #7E6449;
    background-color: #FFFFFF;
}

#PageMenu
{
    top: 59px;
    left: 180px;
    position:absolute;
    font-size: 11px;
    font-family: Verdana, Tahoma, Sans-Serif;
}
#PageMenu A
{
    color: #9C5028;
    background-color: #FFFFFF;
    text-decoration: none;
    padding-left: 8px;
    padding-right: 8px;
    font-weight: bold;
    padding-top: 0px;
    height: 17px;
    border-right: 1px solid #9C5028;
}
#PageMenu B
{
    display: none;
}
#PageMenu A:HOVER
{
    color: #000000;
    background-color: #E0E0E0;
}

#PageAddress
{
    position: absolute;
    top: 320px;
    left: 0px;
    width: 150px;
    font-size: 11px;
    font-family: Tahoma, Arial, Verdana, Sans-Serif;
    padding-left: 10px;
}
#PageFooter
{
    position: relative;
    margin-top: 60px;
    border-top: 1px solid #9C5028;
    left: -30px;
    width: 100%;
    padding: 10px;
}
#PageTopContainer
{
    padding-left: 205px;
    padding-top: 85px;
    padding-bottom: 20px;
}

H1
{
    color: #C6A37B;
    background-color: #FFFFFF;
    margin-bottom: 7px;
    font-family: Georgia, Times New Roman, Serif;
    font-size: 27px;
    font-weight: bold;
}

H2
{
    margin-bottom: 5px;
    font-family: Georgia, Times New Roman, Serif;
    font-size: 21px;
    font-weight: bold;
}

#PicRight
{
    float: right;
    margin: 20px;
    margin-top: 0px;
}
.BORDER
{
    border: 2px solid #C6A37B;
    margin: 5px;
}
#FooterLinks
{
    border-top: 1px solid #EEEEEE;
    margin-left: -15px;
    margin-top: -11px;
    border-bottom: 1px solid #EEEEEE;
    height: 20px;
    
}
#FooterLinks A
{
    font-family: Verdana, Tahoma, Arial, Sans-Serif;
    font-size: 11px;
    color: #9C5028;
    text-decoration: none;
    padding-left: 8px;
    padding-right: 8px;
    font-weight: bold;
    padding-top: 2px;
    padding-bottom: 2px;
    height: 17px;
}

#DesignedByF3
{
    position: relative;
    left: -10px;
    margin-top: 7px;
}
#DesignedByF3 A
{
    color: #9C5028;
}
