﻿body
{
    margin: 0 0 10px 0;
    background: #191409 url('/images/design/background.jpg') top center repeat-x;
}



/* Site Design */
.wrapper_a
{
    background: #f3ecda url('/images/design/main-bg.jpg') top center repeat-y;
    width: 832px;
    margin: 0 auto;
}

.wrapper_b
{
    background: url('/images/design/main-top.jpg') top center no-repeat;
}

.wrapper_c
{
    background: url('/images/design/main-bottom.gif') bottom center no-repeat;
    min-height: 600px;
}

* html .wrapper_c
{
    height: 600px;
}

.header
{
    padding-top: 28px;
    padding-left: 32px;
    padding-right: 32px;
    height: 65px;
}

.content
{
    padding: 10px 48px 30px 38px;
    clear: both;
}

.footer
{
    text-align: center;
    font-size: 8.5pt;
}

.footer, .footer a, .footer a:visited
{
    color: #836945;
}


/* Certain pages show the steeple and have a fixed height: 794px */
.fixed .wrapper_a, .fixed .wrapper_b
{
    background: none;
}

.fixed .wrapper_c
{
    height: 794px;
    background: #f3ecda url('/images/design/main.jpg') top center no-repeat;
}

.fixed .content
{
    height: 580px;
    overflow: hidden;
}


/* A-Href */
a
{
    color: #674930;
}

a:hover, a:active
{
    color: #C07E47;
}

a:visited
{
    color: #8F5E35;
}