/* homepage specific rules */
#home {
  padding-top: 1px;
}
#home .right {
  top: 0;
  margin: 0;
}
#home h2 {
  font-weight: bold;
  font-size: 1.45em;
  padding: 0;
  margin: 0 0 10px 0;
  background-image: none;
  line-height: 19px;
}
#home h2 a {
  color: #ac0414;
}
#home .column {
  float: left;
  width: 273px;
  background: #ccc url(/images/gradients/right_bottom_gradient.gif) no-repeat left bottom;
  padding-left: 1px;
}
#home .column#column1 {
  padding-left: 0;
}
#home .home_column_inside {
  padding: 15px 13px 0;
  background-color: white;
}
#home .home_photo {
  margin-top: 15px;
  text-align: center;
}

