footer {
    margin-top: 300px;
}

h2 {
    text-align: center;
    background-color: rgb(22,22,22);
    color: #e2792e;
    padding-top: 30px;
}

img {
    border: thin solid #f4c480;
}

p {
    margin: 0;
    padding: 5px 0 0 0;
    text-align: center;
}

p.pieceTitle {
    font-family: "Quintessential", cursive;
    font-size: 1.2em;
    background: rgb(22,22,22);
    color:      #f4c480;
    /*padding-bottom: 2px;*/
}

#headline {
    padding: 40px 0 10px 0;
    text-align: center;
}

#spacer {
    height: 15px;
}

#thumbs {
    padding: 10px 12px; 
}

.lhalf {
    width: 107px;
    height: 260px;
    float: left;
    background: rgb(22,22,22);
    padding-top: 10px;
}

.lhalfLong {
    width: 107px;
    height: 410px;
    float: left;
    background: rgb(22,22,22);
    padding-top: 10px;
}

.rhalf {
    width: 108px;
    height: 260px;
    float: left;
    background: rgb(22,22,22);
    padding-top: 10px;
}

.rhalf2 {
    width: 109px;
    height: 260px;
    float: left;
    background: rgb(22,22,22);
    padding-top: 10px;
}

.rhalfLong {
    width: 108px;
    height: 410px;
    float: left;
    background: rgb(22,22,22);
    padding-top: 10px;
}

.thumb {
    width: 215px;
    height: 260px;
    float: left;
    background: rgb(22,22,22);
    padding-top: 10px;
}

.thumbLong {
    width: 215px;
    height: 410px;
    float: left;
    background: rgb(22,22,22);
    padding-top: 10px;
}