html, body {
    height: 100%;
    width: 100%;
}
div.gallery {
    height: 65%;
    max-width: 800px;
    max-height: 65%;
}
div.row {
    height: 32%;
    max-height: 33%;
    width: 100%;
}
div.picture {
    float: left;
    display: block;
    text-align: center;
    width: 32%;
    max-width: 32%;
    height: 100%;
    max-height: 100%;
    margin: 2px;
    text-align: center;
    /* background-color: #B4D9C0;
    border: 0.2em solid #A4C9B0; */
    background-color: #B99359;
    border: 0.2em solid #C0B0A0;
    -opera-border-radius: 2em;
    -icab-border-radius: 2em;
    -khtml-border-radius: 2em;
    -moz-border-radius: 2em;
    -webkit-border-radius: 2em;
}
div.gallery img {
    height: 100%;
    max-height: 100%;
    max-width: 70%;
}
div.gallery a {
    margin-right: auto;
    margin-left: auto;
}
div#galNav {
    width: 50em;
    margin-top: 1em;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
#linkLeft, #linkRight {
    margin-left: 2em;
    margin-right: 2em;
    font-family: "Apple Chancery", "Zapf Chancery", cursive;
    font-weight: 600;
    text-shadow: #FFFFFF 1px 1px 5px;
    text-decoration: none;
    color: #207040;
}
