/* SECTION LINKS */

.section_link {
  padding: 6px 28px 0 28px;
  min-height: 55px;
  width: 512px;
  background: url(../imgs/box_top_out.gif) top left no-repeat #F0F0F0;
}

.section_link a {
  text-decoration: none;
  color: #606060;
}

.section_link_btm {
  margin-bottom: 1em;
  width: 568px;
  height: 7px;
  background: url(../imgs/box_bottom_out.gif) top left no-repeat;
}

.section_link img {
  margin-bottom: 0.25em;
}

