div.sub_header {
  background-image: url("../images/research_main_image.jpg");
  height: 105px;
  margin: 0 0 20px;
  position: relative;
  width: 795px;
}

div.page_bg_image {
  display: block;
  height: 75px;
  width: 1034px;
}

div.sub_title_bg {
  background: none repeat scroll 0 0 #111;
  color: #fff;
  display: block;
  font-family: Cantarell, Arial, Helvetica, sans-serif;
  font-size: 16px;
  height: 30px;
  margin: 30px 0 0;
  opacity: 0.8;
  padding: 5px 0 0 10px;
  width: 100%;
  z-index: 1;
}

/* Table */
table {
  border-collapse: collapse;
  font: 11px/15px Verdana, Arial, Helvetica, sans-serif;
  margin: 0 0 20px;
  width: 735px;
}

table tr {
  height: 20px;
}

td.column_one {
  width: 150px;
}

td.column_two {
  width: 400px;
}