body {
    font-family: "Trebuchet MS", sans-serif, serif;
    background: white;
    display: block;
    text-align:center;
}

.header {
    border-bottom: 1px solid black;
    text-align: right;
    margin-bottom: 2em;
}

.header h1 {
    margin: 0em;
}

.dim {
    color: #aaa;
}

.content {
    width: 100%;
}

.content img {
    border: 2px solid black;
    margin: 0.5em;
}

.footer {
    margin-top: 2em;
    border-top: 1px solid black;
}

#gallery {
  margin-top: 2em;
}

.thickbox {
  cursor: pointer;
  cursor: hand;
}