html, body {
  width: 100%;
  height: 100%;
  margin: 0;
  color: #333;
  font: 14px/1.5 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

#header {
  height: 85px;
  background: #f1f1f1;
  border-bottom: 1px solid #e5e5e5;
}
#header .wrap {
  position: relative;
  width: 960px;
  margin: 0 auto;
}
#header h1 {
  height: 85px;
  margin: 0;
}
#header h1 a {
  display: block;
  width: 230px;
  height: 85px;
  background: transparent url(../images/logo.png) no-repeat -4px 40px;
  text-indent: -9999px;
}
#header .tagline {
  position: absolute;
  top: 24px;
  left: 88px;
  font-family: Georgia, serif;
  font-style: italic;
}

#footer {
  position: absolute;
  bottom: 2em;
  right: 4em;
  color: #ccc;
}
#footer a {
  color: #ccc;
}

#content {
  width: 960px;
  margin: 20px auto;
}
#content .left {
  float: left;
  width: 600px;
  height: 398px;
  padding-right: 25px;
  background: transparent url(../images/finding-forrester-crop-large.jpg) no-repeat 0 0;
  text-indent: -9999px;
}
#content .right {
  float: right;
  width: 335px;
}
#content h2,
#content h3 {
  margin: 0 0 9px 0;
  font: normal 25px/1 "MuseoSans500", sans-serif;
  color: #555;
}
#content h3 {
  margin-bottom: 22px;
  color: #111;
}
