#content {
    width: 550px;
    margin: auto;
}

h1#title {
  margin-bottom: .5em;
}

div#image_wrapper {
  float: right;
  width: 350px;
}

div.album {
  float: left; 
  margin: 0 10px;
}

table#albums_table td {
  border: 1px solid #807e82;
  text-align: center;
}

table#albums_table a.img_anchor {
  text-decoration: none;
}

table#albums_table img {
  margin-top: 5px;
  display: block;
  margin: auto;
}
