body {
  background: #dee;
  margin: 0;
  padding: 0;
}

h1, h2 {
  line-height: 1em;
  margin: 0;
}
h1 {
  margin: 0 0 10px;
  font-size: 36px;
}
h2 {
  margin: 0 0 15px;
  font-size: 20px;
  color: #999;
}

a {
  text-decoration: none;
  font-weight: bold;
}

#content {
  position: relative;
  margin: 150px auto 0 auto;
  width: 600px;
}

#headshot {
  position: relative;
  float: left;
  margin: 0 20px 20px 0;
  border: 3px solid #ccc;
  border-radius: 3px;
}

#footer {
  position: relative;
  clear: both;
  float: left;
  width: 100%;
  border-top: 1px solid #999;
  text-align: center;
}

p {
  color: #000;
  font-family: Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 19px;
  margin-bottom: 15px;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
  padding-bottom: 0px;
  padding-top: 0px;
  text-align: left;
  text-decoration: none;
  text-indent: 0px;
  text-transform: none;
}
