﻿div.bannerContainer {
    width: 100%;
    height: 100%;
    position: relative;
}

div.books {
    width: 85%;
    margin: auto;
}

div.booksClear {
    clear: both;
    border-bottom: 1px dashed #656565;
    width: 95%;
    margin: auto;
    margin-bottom: 15px;
    margin-top: 10px;
}

div.footerFull {
    width: 100%;
    float: left;
    padding: 0;
    margin: 0;
    bottom: 0;
    position: fixed;
}

div.preFooter {
    text-align: center;
    width: 100%;
    color: #ffffff;
    background-color: #083265;
}

div.footer {
    text-align: center;
    width: 100%;
    color: #ffffff;
    background-color: #011731;
    height: 45px;
    font-size: 11px;
}

div.mainBody {
    width: 75%;
    background-image: url(/graphics/transBeige.png);
    margin: 0px auto;
    margin-left: 2px;
    margin-bottom: 60px;
    float: left;
    position: relative;
    padding: 15px;
    height: 100%;
    min-height: 600px;
    /*opacity: 0.85;*/
}

div.mainBodyContent {
    z-index: 1;
    background-color: #ccffcc;
}

div.navSection {
    float: left;
    margin-top: 0px;
}

div.mainHeader {
    width: 100%;
    margin: 0px;
    padding: 0px;
    border-bottom: 5px solid #153310;
}

div.memoriam {
    float: left;
    min-width: 250px;
    max-width: 300px;
    min-height: 300px;
    max-height: 300px;
    /*border:1px solid #d2d2d2;*/
    margin: 5px;
}

div.timeline {
    border-bottom: 1px dotted #656565;
    margin-bottom: 10px;
}

div.wholeBody {
    margin: auto;
    margin-bottom: 50px;
    margin-top: 0px;
    width: 90%;
    position: relative;
    height: 100%;
}
