﻿
body
{
    margin: 0;
    padding: 0;
    background-color: Gray;
}


#wrapper
{
    width: 800px;
    background-color: #e5d2ab;
    margin: 10px auto;
    text-align: left;
    overflow: hidden;
}
#Main
{
    width: 100%;
    margin: 0;
}

/*Content */

#MiddleContent
{
    width: 450px;
    min-height: 520px;
    float: left;
    font-family: Verdana, Sans-Serif;
    font-size: 14px;
    padding-left: 30px;
    background-position: center;
    background-image: url(../Picture/bg.jpg);
    background-repeat: no-repeat;
    text-align: justify;
    padding-bottom:10px;
    padding-top:10px;
}
#MiddleContent a
{
    color: Black;
    font-weight: bold;
    text-decoration: none;
    font-size: 13px;
}
#MiddleContent a:hover
{
    text-decoration: underline;
}

#Home
{
    text-align: center;
}

/* Header */

#Header
{
    width: 800px; /* full width - padding */
    background: #d0a473;
    padding: 20px 10px 5px 10px;
    height: 80px;
    background-image: url(../Picture/doves.jpg);
    background-repeat: no-repeat;
    background-position: 20px;
    text-align: left;
    border-bottom-style: solid;
    border-bottom-width: medium;
    border-bottom-color: White;
}

#HeadingPic
{
    padding-right: 25px;
    text-align: right;
}

#HeaderText
{
    color:White;
    font-family: Verdana, Sans-Serif;
    font-weight:bold;
    margin-top:-10px;
    padding-right:15px;
}
/* Menu  */

#LeftMenu
{
    width: 270px;
    float: left;
    background-color: #e5d2ab;
    padding-left: 15px;
    font-size: 13px;
    font-family: Verdana, Sans-Serif;
    padding-right: 10px;
}
#LeftMenu li
{
    font-weight: bold;
    padding-top: 15px;
    padding-bottom: 15px;
    overflow: hidden;
    border-bottom-style: dashed;
    border-bottom-color: White;
    border-bottom-width: thin;
}
#LeftMenu ol
{
    overflow:hidden;
}
#LeftMenu a
{
    color: Black;
    text-decoration: none;
}

#LeftMenu a:hover
{
    color: Gray;
}


/* Footer */

#footer
{
    text-align: center;
    background: #d0a473;
    clear: both;
    color: White;
}
#footer a
{
    color: White;
    text-decoration: none;
}
#footer a:hover
{
    text-decoration: underline;
}
