/**
 * Dr. Jeffrey East Research Award Stylesheet
 *
 * @created 1.09.2009
 */

#main {
  background: #a6b9b9 url(../images/dr-jeffrey-east-bg.png) no-repeat top left;
  width: 780px;
  min-height: 876px;
  padding-top: 100px;
  font: 13px/1.5em "Helvetica Neue", Arial, "Liberation Sans", FreeSans, sans-serif;
  float: left;
  padding-bottom: 20px;
}

#main-content {
  width: 418px;
  margin-right: 20px;
  background: url(../images/main_content_top.png) no-repeat top left;
  padding-top: 15px;
}

#main-content-inner {
  background: url(../images/main_content_bottom.png) no-repeat bottom left;
  width: 418px;
  padding-bottom: 14px;
}

#article-text {
  background-color: #FFFFFF;
  padding: 5px;
  width: 408px;
}

#secondary-content {
  width: 330px;
}

#main-content h2 {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: bold;
  font-family: "Helvetica Neue", Arial, "Liberation Sans", FreeSans, sans-serif;
}

hr {
  border: 0 solid #CCCCCC;
  border-top-width: 1px;
  height: 0;
}

#researcher-info {
  font-style: italic;
}

.photo,
.figure {
  display: block;
}

.photo .caption,
.figure .caption {
  font: bold 12px/1.6em Verdana, Arial, Helvetica, sans-serif;
}

.left {
  float: left;
}

.right {
  float: right;
}