html, body {
    height: 100%;
    width: 100%;
}
body {
    font-family: "Apple Chancery", "Zapf Chancery", cursive;
    color: #207040;
    font-size: 1em;
    background-color: #80B090;
    margin: 0px;
}
h3 {
    text-align: center;
    font-size: 1.5em;
    margin: 4px;
}
a img {
    border: none;
}
a {
    color: #207040;
}
a:focus, a:active {
    outline: none;
}

#banner,
div.long_text, div.gallery,
#additional {
 width: 50em;
}

#header {
 width: 53em;
}

div#header {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2.75em;
    font-family: arial;
    text-shadow: #FFFFFF 3px 3px 7px, #FFFFFF -3px -3px 7px;
    color: #207040;
    height: 130px;
}
#banner {
    height: 130px;
    max-height: 130px;
}

div#banner img {
    height: 100%;
    float: left;
}

#title_text {
    display: block;
    font-style: oblique;
    font-weight: bold;
    font-family: "Apple Chancery", "Zapf Chancery", cursive;
    position: relative;
    left: 60px;
    top: 10px;
}
#title_text #book_title {
    font-size: 2em;
}
#title_text #book_author {
    font-size: 1em;
    position: relative;
    left: 350px;
}

#nav_menu .nav_button {
 display: inline-block;
    text-align: center;
    vertical-align: middle;
    margin: 10px 0px;
    width: 160px;
    height: 20px;
    border: 0.2em #B4D9C0 groove;
    font-weight: 600;
    text-shadow: #FFFFFF 1px 1px 5px;
    text-decoration: none;
    -opera-border-radius: 1em;
    -icab-border-radius: 1em;
    -khtml-border-radius: 1em;
    -moz-border-radius: 1em;
    -webkit-border-radius: 1em;
}
#nav_menu .nav_button:hover {
    border: 0.2em #B4D9C0 groove;
    background-color: #B4D9C0;
    text-shadow: #FFFFFF 1px 1px 5px, #FFFFFF -1px -1px 5px;
}

#nav_menu #nav_text {
    text-decoration: none;
    text-shadow: none;
    color: #B4D9C0;
    font-size: 0.75em;
}


div.long_text, div.gallery {
    margin: auto;
    text-indent: 1.27em;
}

.long_text blockquote {
 text-indent: 0;
}

div.long_text {
    font-family: arial, verdana, helvetica, sans-serif;
    color: #000000;
    padding: 1em;
    /* background-color: #B4D9C0;
    border: 0.2em solid #A4C9B0; */
    background-color: #B99359;
    border: 0.3em solid #C0B0A0;
    -opera-border-radius: 2em;
    -icab-border-radius: 2em;
    -khtml-border-radius: 2em;
    -moz-border-radius: 2em;
    -webkit-border-radius: 2em;
}
.relig_source {
    font-style: italic;
    font-variant: small-caps;
}
div#additional {
    margin-top: 1em;
    margin-left: auto;
    margin-right: auto;
    font-weight: 900;
    text-shadow: #FFFFFF 1px 1px 2px;
    text-decoration: none;
    color: #207040;
}
div#additional > ul {
    margin-top: 0px;
}
div#additional a {
    font-family: "Apple Chancery", "Zapf Chancery", cursive;
    font-weight: 900;
    text-shadow: #FFFFFF 1px 1px 2px;
    text-decoration: none;
}
div#additional div {
    display: inline-block;
    vertical-align: top;
    margin-right: 1em;
    margin-left: 1em;
}
div#disclaimer {
    
    color: #000000;
    font-size: 0.7em;
}
h4 {
    text-align: center;
    margin-top: 0px;
    margin-bottom: 0px;
}
h4 > a {
    text-decoration: none;
    color: #B4D9C0;
    /* color: #207040; */
    text-shadow: #444444 1px 1px 2px, #444444 -1px -1px 2px;
}
hr {
    border-bottom: 0.3em solid #C7B0A0;
    /* border-bottom: 0.3em solid #A4C9B0; */
}
