html, body {
    background: #CC9966;
    color: #000000;
}

#header {
    padding-left: 200px;
    padding-right: 100px;
    margin-left: 0px;
    margin-right: 0px;
    background-color: #5f180f;
    color: #ffffff;
    overflow: hidden;
    height: 80px;
    background-image: url("/site_media/img/curtain.png");
    background-repeat: repeat-x;
}

#header h1 {
    font-family: serif;
    font-size: 2.3em;
    margin-bottom: 6px;
    padding-bottom: 2px;
}

#header p {
    font-family: serif;
    margin-top: 2px;
    padding-bottom: 0px;
}

#header img {
    margin-top: 12px;
}

#body {
    clear: both;
}

#sidebar {
    background: #9C6936;
    float: left;
    background-image: url("/site_media/img/sidebar-top-right.png");
    background-position: top right;
    background-repeat: no-repeat;
}

#sidebar ul {
    padding: 20px;
    margin: 0px;
    float: left;
    background-image: url("/site_media/img/sidebar-bottom-right.png");
    background-position: bottom right;
    background-repeat: no-repeat;
}

#sidebar li {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 1.25em;
    font-family: serif;
}

#sidebar a {
    color: #000000;
}

#sidebar a:visited {
    text-decoration: none;
}

#sidebar a:hover {
    text-decoration: underline;
}

#content {
    padding-top: 10px;
    margin-left: 5px;
    padding-left: 50px;
    max-width: 650px;
    float: left;

    background-image: url("/site_media/img/corrugation-vert.png");
    background-repeat: repeat-y;
    background-position: left;
}

#image {
    text-align: center;
    clear: both;
    margin-left: 100px;
    margin-right: 100px;
    margin-top: 20px;
}

#image p {
    margin: 0px;
    padding: 0px;
}

a > img{
    border: none;
}

#footer {
    clear: both;
    margin-right: 100px;
    margin-left: 100px;
}

#footer a {
    color: #000000;
}

#footer a:hover {
    color: #000000;
}

#footer a:visited {
    color: #000000;
}

.corrugation-horiz {
    height: 20px;
    background-image: url("/site_media/img/corrugation-horiz.png");
    background-repeat: repeat-x;
    clear: both;
}

#footer-wrapper > .corrugation-horiz {
    margin-right: 100px;
    margin-left: 100px;
}

#footer-wrapper {
    clear: both;
}

/*** Just for Looks ***/

body {
    margin: 0;
    padding: 0;
    font-family: sans-serif;
    font-weight: normal;
    font-size: .85em;
    line-height: 1.2em;
}

h1 {
    font-size: 150%;
}

h2 {
    font-size: 110%;
}

#footer {
    text-align: center;
}

a:link {
    color: #000000;
    text-decoration: underline;
}

a:visited {
    color: #2E2000;
}

a:hover {
    text-decoration: none;
}

#content img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.gallery-photo {
    float: left;
    margin: 5px;
}

.gallery-photo img {
    float: left;
}
