body {
    font-size: 16px;
    font-family: "Hoefler Text", Georgia, serif;
    color: #3f3f3c;
    background: #f5ecc7 url(images/background.jpg) repeat scroll center top;
}
#header {
    height: 110px;
    background: #3f3e3b url(images/header.jpg) repeat-x scroll center top;
    color: white;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    /*background: transparent url(images/divider.gif) repeat-x scroll left bottom;*/
}
h1 {
    font-size: 32px;
}
h2 {
    font-size: 28px;
}
a {
    color: #3f3f3c;
}
a:visited {
    color: #3f3f3c;
}
a:hover {
    color: #181818;
    /*text-decoration: none;*/
}
p, blockquote, h1, h2, h3, h4, h5, h6 {
    text-shadow: 0px 1px 0px #faf6e2;
}
a.logo {
    text-indent: -999em;
    overflow: hidden;
    background: transparent url(images/logo.gif) no-repeat left top;
    display: block;
    height: 110px;
    width: 324px;
    margin: 0 auto;
}
blockquote {
    display: block;
    background: transparent url(images/quote.gif) no-repeat left top;
    width: 200px;
    float: left;
    margin: 0px 20px 10px 0px;
    padding: 13px;
    font-size: 20px;
}
blockquote small {
    display: block;
    text-align: right;
    font-size: 16px;
}
#navigation {
    margin: 70px 0px 0px 0px;
    padding: 0px;
    list-style: none;
    float: right;
}
    #navigation li {
        margin: 0px 0px 0px 24px;
        padding: 0px;
        float: left;
    }
        #navigation a {
            color: white;
            text-decoration: none;
            font-size: 18px;
            text-shadow: 0px 1px 1px #29221c;
        }
#content {
    padding-top: 24px;
}
.padded {
    padding: 20px;
    font-size: 1em;
}
.polaroid {
    display: block;
    width: 397px;
    height: 474px;
    background: transparent url(images/polaroid.jpg) no-repeat scroll left top;
}
/*
::selection {
    color: white;
    background-color: #3f3e3b;
    text-shadow: none;
}
*/
/* @group Gallery */
#gallery {
    margin: 0px;
    padding: 0px;
    list-style: none;
}
    #gallery li {
        display: block;
        float: left;
        margin: 0px 5px 10px 5px;
        padding: 0px;
    }
        #gallery a {
            border: 3px solid white;
            display: block;
            width: 219px;
            height: 219px;
        }
        #gallery a:hover {
            border-color: #3f3e3b;
        }
            #gallery img {
                margin: 0px;
                padding: 0px;
                width: 219px;
                height: 219px;
            }
/* @end group Gallery */

/* @group Footer */
#footer {
    height: 40px;
    background: #3f3e3b url(images/footer.jpg) repeat-x scroll center top;
    color: white;
    clear: both;
    position: relative;
    margin-top: -40px; /* negative value of footer height */
    text-align: center;
    line-height: 40px;
}
html, body {
    height: 100%;
}
#wrapper {
    min-height: 100%;
}
#content {
    overflow: hidden;
    padding-bottom: 40px; /* must be same height as the footer */
}
body:before { /* Opera Fix */
    content: "";
    height: 100%;
    float: left;
    width: 0;
    margin-top:-32767px;/
}
/* @end group Footer */
