body {
    background-color: #000;
    text-align: center;
    color: #ccc;
    font-family: Helvetica, arial, sans-serif;
}

#wrap {
    text-align: left;
    margin: 0 auto;
    width: 830px;
    padding-top: 10px;
}

h1 {
    margin-top: 20px;
    padding-top: 5px;
    margin-left: 7px;
    font-size: 1.1em;
    font-weight: normal;
    letter-spacing: -0.02em;
    border-top: 1px solid #444;
    color: #888;
}

h2 {
    margin-top: 20px;
    padding: 10px;
    width: 810px;
    font-size: 0.9em;
    font-weight: normal;
    letter-spacing: -0.02em;
    border: 1px solid #333;
    color: #888;
    background-color: #111;
}

h1 span {
    font-size: 80%;
    font-weight: normal;
    letter-spacing: normal;
}

h2 a:link, h2 a:visited, h1 span a:link, h1 span a:visited {
    color: #99a632;
}

h2 a:hover {
    color: white;
}

.clear {
    clear: both;
}

.thumbs {
    list-style-type: none;
    padding: 0px;
}

.thumbs li {
    float: left;
    padding: 5px;
    font-size: 0.8em;
}

.thumbs img {
    display: block;
    margin-bottom: 5px;
    padding: 2px;
    border: 1px solid #333;
}

.thumbs a:link, .thumbs a:visited {
    color: #99a632;
    text-decoration: none;
}

.thumbs a:hover {
    color: white;
    text-decoration: underline;
}