div#letter {
  width: 800px;
  margin-left: auto;
  margin-right: auto;
}
div#letter img {
  margin-bottom: 1.5em;
}
div#letter #department {
  color: #003466;
  float: left;
  width: 400px;
  font-size: small;
}
div#letter #location {
  color: #003466;
  float: left;
  width: 250px;
  font-size: small;
}
div#letter #contact {
  color: #003466;
  float: left;
  width: 150px;
  font-size: small;
}

div#letter h1 {
  margin: 3em auto 2em auto;
  text-align: center;
}

div#letter p {
  text-indent: 2em;
  margin: 0 auto 0.75em auto;
  width: 80%;
}

div#letter div#signed {
  margin: 0 auto 0 auto;
  width: 80%;
}

div#surveys {
  width: 800px;
  margin: 2.5em auto 3em auto;
  text-align: center;
}
div#surveys h1 {
  margin-bottom: 1em;
}
div#surveys a {
  margin: 0 1em 0 1em;
}
