* {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    line-height: 20px;
    margin: 0;
    padding: 0;
}

body {
    background: #827C64 url(/images/backgrounds/wood.jpg) repeat scroll 0 0;
}

#page {
    margin:0 auto;
    min-height:100%;
    position:relative;
    width:1024px;
}

a {
    text-decoration: none;
    /* Now remove the anoying dotted border when dragging in Firefox */
    outline-color: -moz-use-text-color !important;
    outline-style: none !important;
    outline-width: medium !important;
}

a img {
    border: 0px;
}

#header {
    background-image: url(/images/backgrounds/page-top.png);
    background-position: center top;
    background-repeat: no-repeat;
    float: right;
    height: 60px;
    position: relative;
    top: 15px;
    width: 764px;
    z-index: 5;
}

#wrapper {
    float: left;
    left: 260px;
    position: absolute;
    top: 75px;
    width: 764px;
    z-index: 4;
}

#content-container {
    background-image: url(/images/backgrounds/page-content.gif);
    background-position: center bottom;
    background-repeat: repeat-y;
    float: left;
    position: relative;
    width: 764px;
    z-index: 5;
}

#content {
    background-image:url(/images/backgrounds/page-middle.png);
    background-position:center top;
    background-repeat:no-repeat;
    height: 800px;
    position:relative;
    width: 764px;
}

#photo1 {
    height: 321px;
    left: 15px;
    position: absolute;
    top: 148px;
    width: 257px;
    z-index: 1;
}

#photo2 {
    height: 293px;
    left: 20px;
    position: absolute;
    top: 260px;
    width: 329px;
    z-index: 2;
}

#banner {
    background-image: url(/images/backgrounds/page-banner.png);
    background-position: center top;
    background-repeat: no-repeat;
    height: 75px;
    left: 0;
    position: absolute;
    top: 0;
    width: 764px;
    z-index: 6;
}

#banner-content {
    padding: 25px 0 0 90px;
    color: #EFE5D0;
    font-family: "Times New Roman",Times,serif;
    font-size: 25px;
}

#content-bottom {
    background-image: url(/images/backgrounds/page-bottom.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    float: left;
    height: 60px;
    position: relative;
    width: 764px;
}

#content .main {
    float: right;
    margin-right: 75px;
    margin-top: 100px;
    position: relative;
    width: 600px;
    z-index: 6;
}

h1 {
    color: #6A2C0D;
    font-family: "Times New Roman",Times,serif;
    font-size: 18px;
    font-style: normal;
    font-weight: normal;
    padding-bottom: 15px;
    text-transform: uppercase;
}

h2 {
    border-bottom: 1px dotted #666666;
    color: #836E2C;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 14px;
    font-style: italic;
    font-weight: normal;
    line-height: 25px;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

p {
    color: #696767;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 13px;
    font-weight: lighter;
    line-height: 20px;
    padding-bottom: 10px;
}

#footer-container {
    float: left;
    height: 20px;
    position: relative;
    width: 764px;
    background-image: url(/images/backgrounds/page-content.gif);
    background-position: center bottom;
    background-repeat: no-repeat;
}

#footer {
    height: 20px;
    background-image: url(/images/backgrounds/page-middle.png);
    background-position: center bottom;
    background-repeat: no-repeat;
}

#footer p {
    color: #836E2C;
    font-size: 11px;
    text-align: center;
    padding: 0;
}