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

#global-main .column-right {
    margin-left:  20px;
    width:  401px;
    height:  366px;
    float:  left;
    overflow:  hidden;
}

#node-splash {
  width:  391px;
  height:  346px;
  border:  5px solid #183D61;
  overflow:  hidden;
}

#node-splash img {
  /*max-width: 386px;*/
  min-width: 391px;
  min-height:  346px;
  
  
}

#global-main div.pod {
  /*height:  115px;*/
  width: 206px;
  padding:  5px;
  overflow: hidden;
  font-size:  11px;
  margin-bottom: 10px;
  margin-top:  10px;
  clear: both;
  background-color:  #97BFCB;
}

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

#global-main .pod a:link, #global-main .pod a:visited {
  color:  #000033;
  font-weight:  bold;
  text-decoration:  none;
}

#global-main .pod a:hover, #global-main .pod a:active {
  color:  #fff;
  font-weight:  bold;
  text-decoration:  none;
}

#global-main .pod img {
  float:  left;
  /*margin-right:  5px;*/
  margin-top:  5px;
  border:  5px solid #183D61;
  max-width: 62px;
  max-height: 63px;
  background-color: #DFD2B6;
}
#global-main .pod .pod_content {
  margin-top:  5px;
  width: 127px; /*130 for firefox */
  padding:  0px;
  margin-left: 77px; /*80 for firefox */
}
#global-main .pod .pod_content p { padding: 0px 5px; margin-top:  0px;}

