.col_a {
  border-top: none;
  padding-top: 0px;
}

.col_b {
  float: right;
  width: 255px;
  border-left: none;
}

.rest_of_column {
  border-top: 1px solid rgb(98, 80, 66);
  border-left: 1px solid rgb(98, 80, 66);
}

.main_info_box {
  border: 1px solid rgb(160, 160, 160);
  padding: 10px;
  margin-bottom: 20px;
  font-size: 95%;
}

.main_info_photo {
  background: rgb(219, 219, 219);
  padding: 8px 0;
  float: left;
  width: 128px;
  margin-right: 15px;
  text-align: center;
}
.main_info_photo img {
  margin: 0 auto;
}

.main_info_photo_caption {
  padding-top: 5px;
  font-size: 12px;
  text-align: center;
}



.col_item .cta_box {
  border: 4px solid rgb(180, 171, 165);
  margin-bottom: 20px;
}

.cta_box DIV A {
  height: 25px;
  width: 175px;
  display: block;
}

#cta_big_donate A {
  background: url('../img/cta-big-donate.gif') no-repeat;
  background-position: 0 0;
}

#cta_big_donate A:hover {
  background-position: 0 -25px;
}

#cta_big_volunteer A {
  background: url('../img/cta-big-volunteer.gif') no-repeat;
  background-position: 0 0;
}

#cta_big_volunteer A:hover {
  background-position: 0 -25px;
}

#cta_big_support A {
  background: url('../img/cta-big-support.gif') no-repeat;
  background-position: 0 0;
}

#cta_big_support A:hover {
  background-position: 0 -25px;
}




