.tl, .lr, .tr, .ll { 
  background:url(/images/borders/round-border.gif) no-repeat 
}
.tl, .lr { 
  position:relative 
}
.tl { 
  margin-right:33px;
  margin-bottom:33px;
  background-position:top left 
}
.lr { 
  top:33px;left:33px;
  background-position:bottom right 
}
.tr, .ll { 
  position:absolute;
  height:33px;
  width:33px 
}
.tr { 
  top:0;
  right:-33px;
  background-position:top right 
}
.ll { 
  bottom:-33px;
  left:0;background-position:bottom left 
}
.cntnt { 
  position:relative;
  top:-16px;
  left:-16px 
}

.cntnt h3
{
	background-color: transparent;
	color: #9c2914;
	font-size: 116%;
}	

