#global-main .column-left {
  width:  216px;
  float:  left;
}

#global-main .column-right {
    margin-left:  234px;
    width:  386px;
    height:  366px;
}
.pod {
  width: 196px;
  /*overflow: hidden;*/
  padding:  10px;
  font-size:  11px;
  margin-bottom: 10px;
  background-color:  #97BFCB;
  color: #183D61;
  float:  right;
  margin-left: 10px;
  margin-top:  10px;
}

#global-main .pod h2{
  font-size: 14px;
  font-weight:  bold;
  color:  #183D61;
  text-transform: lowercase;
  /*padding-bottom:  3px;*/
  border-bottom:  5px solid #183D61;
  margin-bottom:  5px;
  margin-top:  0px;
}


#global-main .pod img {
  float:  left;
  margin-right:  5px;
  margin-bottom:  5px;
  border:  5px solid #183D61;
  max-width: 72px;
  max-height: 63px;
}

#global-main .pod p {
  margin-bottom:  5px;
}