body {
    background-color: #500006;
    color: #d5d5d5;
    font-size: 12px;
    font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
    }

#picholder {
    width: 545px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: #2b0009;
    border-width: 1px;
    border-color: #ae585a;
    border-style: solid;
    padding: 10px;
    }

div.picthumb {
    float: left;
    margin: 8px;
    width: 120px;
    height: 260px;
    }

div.picthumb p {
    float: left;
    }

div.picthumb a img {
    border-width: 1px;
    border-style: solid;
    border-color: #d08278;
    padding: 2px;
    margin: 3px;
    }

div.picthumb a:hover img {
    border-width: 1px;
    border-style: solid;
    border-color: #ffffff;
    }

.spacer {
    clear: both;
    height: 5px;
    }

h1 {
    text-align: center;
    }

h1 a {
    color: #e4a9a9;
    text-decoration: none;
    }

h1 a:hover {
    text-decoration: underline;
    color: #ffffff;
    }