body {
    color: #666;
    font-size: 1em;
    line-height: 1.4;
}

#wrap {
    width: 960px;
    margin-left: auto;
    margin-right: auto;
}

.thumb {
    float: left;
    margin-right: 10px;
    margin-bottom: 20px;
}

.thumbs img {
    width: 300px;
    height: 300px;
    display: block;
    margin-bottom: 5px;
    border: 1px solid #eee;
}
.thumbs h3 {
    margin: 0 0 0.3em 0;
    font-size: 14px;
}

.thumbs h4 {
   margin: 0 0 0.2em 0;
    font-size: 12px;
    color: #999;
}

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}