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

.box {
  /*font-size: 1.5em;*/
}

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

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

.box h2 {
  font-size: 1.8em;
  font-weight: normal;
  line-height: 1;
  color: #94b767;
  margin: 0;
  text-align: center;
}

.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;
  font-size: .8em;
}

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

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

.divider {
	border: none;
	border-top: 2px dotted #5E3218;
	display: block;
	margin-top: 1.1em;
}