body {
    background-color: #F1F1F1;
}

body, h1{
  font-family: Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 80%;
  margin: 0;
  padding: 0;
}

h3 {
  font-family: Helvetica, Arial, sans-serif;
  margin-left: 3.5em;
}

.sub {
  font-weight: lighter;
}

.top_matter{
  height: 14em;
  width: 95%
}

.banner {
  background: #C2C2BC;
  height: 8em;
  margin-top: 2em;
}

.menu {
  display: block;
  width: 95%;
  height: 1em;
  margin-top: 0.5em;
  float: left;
  clear: both;
}

.headline {
  display: block;
  width: 60%;
  background: #FAFAFA;
  position: absolute;
  top: 1.5em;
  margin-bottom: 1.5em;
}

.banner, .menu {
  position: relative;
  margin-right: auto;
}

.menu_button {
  display: inline-block;
  font-family: "Courier";
  font-weight: lighter;
  font-size: 1.2em;
  margin-left: 2em;
  height: 2em;
  padding-right: 0.2em;
  color: #3F3F3F;
}

#photo {
  position: absolute;
  top: 0em;
  right: 0em;
  height: 100%;
  width: auto;

}

.main {
  display: block;
  height: 100%;
}

.main .content {
  position: relative;
  display: block;
  float: left;
  width: 90%;
}

.main .contact_bar {
  position: relative;
  float: left;
  display: block;
  top: 3em;
  left: 2em;
  width: 95%;
}

.contact_info {
  background: white;
}

ul {
  list-style-type: none;
  list-style: none;
  margin-left: 3.5em;
}

h2 {
  margin-left: 2em;
}

p {
  margin: 5px 5px 0px 40px;
  text-align: left;
}

a {
  color: #8CBCC6;
  text-decoration: none;
}

.banner p {
  color: #3F3F3F;
}

.headline p {
  font: 2em "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.byline p {
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1em;
  color: #999691;
  font-weight: lighter;
}

.contact_info p {
  color: #999691;
  font-size: 70%;
  margin: 5px 5px 5px 5px;
  text-align: left;
}
