img#logo {
  float: left;
  width: 100px;
  height: 100px;
}
div#title {
  width: 30em;
  margin: 0 auto;
  margin-top: 0.5em;
  font-family: Garamond, serif;
}
div#title h1 {
  font-size: 3.0em;
  margin-left: 1.8em;
}
div#title ul {
  font-size: 1.1em;
  width: 24em;
  height: 1.2em;
  margin-top: 0em;
  margin-left: 8em;
}

div#title ul li {
  margin-right: 1.2em;
  float: left;
}
div#title ul li a {
  text-decoration: none;
}
div#clear {
  clear: both; 
}
div#spacer {
  width: 100%;
  margin-top: 1em;
}
h2 {
  font-size: 1.6em;
  margin-bottom: 0.3em;
}
div#content {
  margin: 0 auto;
  width: 75%;
}
table#gallery {
  width: 65%;
  margin: 0 auto;
}
div#contact {
  width: 25em;
  margin: 0 auto;
}
div#contact p {
  margin: .4em 0;
}
form#contact table#contact_body tbody tr#contact_name_row td#contact_name_label, td#contact_email_label, td#contact_message_label {
  width: 4em;
  vertical-align: top;
}
div#home {
  width: 28em;
  margin: 0 auto;
}
div#home p {
  line-height: 1.1em;
  margin-left: 0.25em;
  margin-bottom: 0.55em;
}
