﻿body
{
    background-color: #5C7325;
    font-size: .75em;
    font-family: Arial, Helvetica, Sans-Serif;
    color: #FFF;
    margin: 0; padding: 0;
}

a:link, a:visited, a:active
{
    color: #FFF;
    font-weight: bold;
    text-decoration: none;
}

p, ul
{
    margin-bottom: 20px;
    line-height: 1.6em;
}

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #FFF;
    font-family: Arial, Helvetica, sans-serif;
}

h1
{
    font-size: 2em;
    padding-bottom: 0;
    margin-bottom: 0;
}
h2
{
    padding: 0 0 10px 0;
}
h3
{
    font-size: 1.2em;
}
h4
{
    font-size: 1.1em;
}
h5, h6
{
    font-size: 1em;
}


#header-wrapper
{
    background-color: #5C7325;
    width: 100%;
    border-bottom: 20px solid #D8961C;
}
#content-wrapper
{
    width: 100%;
    background-color: #A40904;
}
#footer-wrapper
{
    border-top: 10px solid #D8961C;
    padding-top: 20px;
}
#content 
{
    min-height: 200px;
}
#footer
{
    text-align:center;
}
#logo
{
    text-align: center;
}
#menu
{
    text-align: center;
}

ul#menu 
{
    list-style-type: none;
}

ul#menu li
{
    margin: 0 30px 0 0;
    display: inline;
}

a img { border: 0; }