body {
    margin: 0;
    padding: 0;
    background: #E1F0C4 url(images/img01.jpg) repeat;
    text-align: justify;
    color: #909B78;
}

h1, h2, h3 {
}

h1 {
}

h2 {
}

h3 {
}

h6 {
}


a {
    color: #909B78;
}

    a:hover {
        text-decoration: none;
    }

.hr {
    height: 4px;
    padding-bottom: 20px;
    background: url(images/img02.gif) repeat-x left top;
}


/* Header */

#header {
    min-height: 130px;
    margin: 52px 0px 0px 0px;
    padding: 2em;
    background: url(images/banner.png) top right no-repeat #FFF;
}


/* Page */

#page {
    background: #FFFFFF;
}

.post {
    background: url(images/img02.gif) repeat-x left top #FFF;
    padding: 1em;
}

div.container {
    background: #FFF;
}

#nav div.container {
    background-image: -webkit-linear-gradient(top,#3c3c3c 0,#222 100%);
    background-image: -o-linear-gradient(top,#3c3c3c 0,#222 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#3c3c3c),to(#222));
    background-image: linear-gradient(to bottom,#3c3c3c 0,#222 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3c3c3c', endColorstr='#ff222222', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-radius: 4px;
}

.post .title {
    margin: 0;
}

.post h2 {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 24px;
    font-weight: normal;
    color: #616B4F;
}


/* footer */

#footer {
    clear: both;
    background: #96A96F url(images/img03.gif) no-repeat right bottom;
    padding: 10px 20px 10px 20px;
    color: #DFE6D1;
}

    #footer p {
        color: #DFE6D1;
        text-align: center;
        margin: 0;
    }

    #footer span {
        display: block;
    }

    #footer a {
        text-decoration: underline;
        color: #F1F6E8;
    }

        #footer a:hover {
            text-decoration: none;
        }

/* Sidebar */

#sidebar {
    padding: 1px 15px 15px 15px;
    background: #96A96F;
    margin: 0px 0px 1em 0px;
    background: #96A96F url(images/img03.gif) no-repeat right bottom;
    min-height: 500px;
}

    #sidebar ul {
        margin-top: 0;
        padding: 0;
        list-style: none;
    }

    #sidebar li {
        background: #96A96F;
        margin: 0px;
        padding: 0px;
    }

        #sidebar li ul {
            line-height: 25px;
            background: #96A96F url(images/img03.gif) no-repeat right bottom;
            /* margin: 0; */
            /* padding: 0; */
        }

        #sidebar li li {
            background: #96A96F;
            color: #DFE6D1;
        }

    #sidebar span {
        padding: 0px;
        margin: 0px;
    }

    #sidebar h2 {
        background: url(images/img07.gif) repeat-x left bottom;
        /* text-transform: uppercase; */
        color: #FFFFFF;
        /* line-height:1.5em; */
        font-weight: normal;
        font-size: 18px;
        padding: 0px 0px 0.5em 0px;
    }

    #sidebar a {
        color: #FFFFFF;
    }
