body
{
        margin: 0;
        padding: 0;
        background: #EEF1E2;
        /*color: #575B16; */
        color: #6C7D33;
        font-family: arial,verdana, tahoma, times new roman;
        font-size: 80%;
}

a
{
        text-decoration: none;
        color: #993333;
}

a:hover
{
        text-decoration: none;
        color: #6D7E34;
}

img
{
        border: 0;
}

#container
{
        margin: 0 auto;
        width: 850px; // change this to what ever percentage you like if you want a liquid layout or if you want a fixed size use for example 800px
}


#head
{
        width: auto;
        height: 20px;
        background: #EEF1E2;

}

#image
{
        width: auto;
        height: 175px;
        background: #D9E2BA url('../images/image-back.jpg') repeat-x;
}

#image h1
{
        margin: 0;
        padding: 40px 20px 0 0;
        color: #FFF;
        text-align: right;
        letter-spacing: -4px;
        font-size: 350%;
        font-weight: normal;
}

#image h2
{
        margin: -8px 0 0 0;
        padding: 0px 17px 0 0;
        color: #993333;
        text-align: right;
        letter-spacing: 1px;
        font-size: 175%;
        font-weight: normal;
}

#header
{
        width: auto;
        height: 30px;
        background: #CAD79F;
        border-top: 1px solid #FFF;
}

#menu
{
        float: right;
        width: auto;
        height: auto;
        letter-spacing: -1px;
        font-weight: bold;
        font-size: 125%;
        color: #FFF;
}

#menu ul
{
        margin: 15px 0 0 0;
        padding: 0 20px 0 0;
}

#menu li
{
        display: inline;
        padding: 0 0 0 15px;
}

#menu .active
{
        text-decoration: none;
        color: #6D7E34;
}

#content
{
        width: auto;
        height: auto;
        background: #FFF;
        padding: 30px;
        line-height: 160%;
}

#content h2
{
        padding: 0 0 5px 0;
        margin: 0 0 10px 0;
        font-size: 140%;
        letter-spacing: -1px;
        font-weight: normal;
        color: #6C7D33;
        /*color: #575B16; */
        border-bottom: 1px solid #D3DEAD;
}

#content p
{
        margin: 0 0 15px 0;
        padding: 0;
}

#content img
{
        float: right;
        border: 1px solid #CCC;
        padding: 5px;
        margin: 0 0 0 15px;
}

#footer
{
        width: auto;
        height: 35px;
        background: #DDE3C4;
        border-top: 3px solid #EEF1E2;
        color: #B6C879;
}

#footerleft
{
        float: left;
        width: 60%; // change this percentage to fit any text in either footer div - the below will auto change (width: auto)
        text-align: left;
        padding: 1% 2%;
}

#footerleft a
{
        text-decoration: none;
        color: #6C7D33;
        margin: 0 5px;
}

#footerleft #nomarginleft
{
        margin: 0 10px 0 0;
        letter-spacing: -1px;
}

#footerright
{
        float: right;
        width: auto;
        text-align: right;
        padding: 1% 2%;
}


#footer p
{
        margin: 0;
        padding: 0;
        letter-spacing: -1px;
        color: #B6C879;
}

#footer a
{
        text-decoration: none;
        color: #6C7D33;
}

#footer a:hover
{
        text-decoration: underline;
        color: #6C7D33;
}