<!--
/* pretty stuff
================================== */

body {
  font: 62.5%/1.6 "Gill Sans", Futura, "Lucida Grande", Geneva, sans-serif;
  color: #666;
  background: #fff;
}

h2 {
  font-size: 2.2em;
  font-weight: normal;
  line-height: 1;
  color: #94b767;
  margin: 0;
}

.box {
  font-size: 2em;
}

/* rounded corner box
================================== */

.box {
  width: 424px;
  background: url(images/tile2.gif) repeat-y;
}

.box h2 {
  background: url(images/top2.gif) no-repeat left top;
  padding-top: 20px;
}

.box .last {
  background: url(images/bottom2.gif) no-repeat left bottom;
  padding-bottom: 20px;
}

.box h2 {
  padding-left: 20px;
  padding-right: 20px;
}

.box p {
  padding-left: 20px;
  padding-right: 20px;
}




-->

