/*Last update 09/03/18 Craig R. Pierpont*/
body {
    background-color: rgb(6,49,66);
    background-image: url(03-new-background_dark.gif);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-attachment: fixed;
    /*color: black;*/
    font-family: georgia, palatino, "times new roman", serif;
    font-size: 13px;
}

#maincontainer {
    margin: 10px auto;
    max-width: 980px;
    min-height: 1000px;
    background-color: rgb(5,70,90);
    background-image: url(03-new-background-light-blue.gif);
    background-attachment: fixed;
    background-repeat: no-repeat;
    padding: 20px 0;
}
#banner {
	margin: 5px 2%;
	padding: 0;
}
#banner img{
	margin: 0 auto;
	border: double;
	max-width: 98%;
}


#navmenu {
    float: left;
    margin: 20px;
    width: 94px;
    /* padding: 0;*/
    border-spacing: 0 20px;
}
#navmenu a {
    display:block;
    width:100%;
    color: black;
    text-decoration: none;
}
#navmenu a:hover {
    color: #0033cc;
}
.button {
    margin: 12px 0;
    height: 45px;
    padding: 9px 0 0 0;
    background-color: #ffd66e;
    background: url(02-button-blank.gif);
    background-repeat: no-repeat;
    text-align: center;
    vertical-align: middle;
    /*color: black;*/
    line-height: 12px;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
    opacity: 0.85;
}           

h1 {
    color: #111;
    font-family: georgia, palatino, "times new roman", serif;
    font-size: 2.2em;
    font-style: italic;
    font-weight: 200;
}

.thumbnails {
    width: 85%;
    margin-left: 114px
}

.thumbnails img {
    height: 80px;
    border: 4px solid #555;
    padding: 1px;
    margin: 0 10px 10px 0;
}

.thumbnails img:hover {
    border: 4px solid #00ccff;
    cursor:pointer;
}

.preview img {
    border: 4px solid #444;
    padding: 1px;
    width: 65%;
}

.gallery, thumbnails, preview {
    text-align: center;
    margin: 0 auto;
}
