body {
        font-family: verdana, arial, sans-serif;
        font-size: small;
        background-color: #9c9c9c;
        color: #000;
}

a {
    color: #9F312D;
}
a:visited {
    color: #000;
}
a:hover {
    color: #9F2D9B;
}
#top {
    top: 0px;
    width: 800px;
}
#top h1 {
    position: absolute;
    top: 0px;
    color: #9F312D;
    font-size: 1.2em;
    font-weight: bold;
    text-align: center;
}
#top ul {
    margin-top: 1px;
    text-align: right;
    border: 1px #ccc dotted;  
}
#top li {
    display:inline;
    background-color: #2d62a0;
    padding: 2px 10px 2px 10px;
}
#top li:hover {
    background-color: #70A0D7;
}
#top li a {
    color: #fff;
}
#container {
    border: 3px solid #000;
    width: 805px;
    text-align:center;
    /*background: #C98940;*/
    background-color: #094b76;
    margin-top:5px;
}

#container img {
    margin: 2px;
    border: 4px solid #000;
}
#container p {
    background-color: #fff;
    padding: 5px;
    margin:0px;
    border-top: 2px solid #000;
    font-style: italic;
}

.thumbnail {
    float: left;
    width: 128px;
    height: 180px;
    border: 1px solid #999;
    margin: 0 10px 10px 0;
    padding: 5px;
    text-align: center;
    background-color: #b3b3b3;
}

.bottom {
    clear: left;
}
#nextphoto {
    display:none;
}
