body { 
  font-family: Verdana;

}

div.head { 
  background: #333;
  width: 795px;
  float: left;
}

div.header_text { 
  width: 795px;
  background: #000;
  color: #FFFFFF;
  float: left;
  text-align: center;
}

div.content_container { 
  width: 795px;
  float: left;
}

div.left { 
  width: 397px;
  background: #FFF;
  float: left;
  border-right: 1px solid;
}

div.right { 
  width: 397px;
  background: #FFF;
  float: left;
}

div.staff { 
 margin-top: 5px;
 width: 199px;
 float: left;

}

span.title { 
  font-weight: bold;
}

