div.pagetitle,
#contentmain h1 {
  width: 730px;  
  height: 21px;
  background: url(../images/dots.jpg) left bottom repeat-x;
  margin-right: 20px;

  color: #651d3a;
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
}

/* New Layout boxing model */
div.fullBox,
div.thirdBox {
  float: left;
  margin-top: 10px;
  margin-right: 20px;
}

div.fullBox {
  width: 730px;
  background: url(../images/fullbox.png) left top repeat-y;
}

div.thirdBox {
  width: 230px;
  background: url(../images/thirdbox.png) left top repeat-y;
}

div.fullBox h2,
div.thirdBox h2 {
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  margin: 0px 0px 10px 0px;
  padding-left: 12px;
  padding-top: 7px;
  padding-bottom: 4px;
}

div.fullBox h2 {
  background: url(../images/fullHeader.png) right top no-repeat #CBC9CA;
}

div.thirdBox h2 {
  background: url(../images/thirdHeader.png) right top no-repeat #CBC9CA;
}

div.boxContent {
  margin-left: 15px;
  margin-bottom: 10px;
  min-height: 20px;
  font-size: 12px;
}

div.boxContent h2 {
  background-image: none;
  background-color: inherit;
  padding: 0px;
  margin: 10px 0px 5px 0px;
}

div.boxEnd {   
  background: url(../images/dots.jpg) left bottom repeat-x;
  height: 1px;
  font-size: 0px;
  margin-top: 1px;
}
