h1 {
    margin-bottom: 1em;
}

div#photos {
    float: left; clear: left;
    width: 100%;
}

div.image-block {
    float: left;
    width: 33%;
    height: 200px;
    text-align: center;
}

div.title {
    font-size: smaller;
}

div.image-block img {
    border: none;
}


