.roundBox { 

	background-color: #e0e0e0;
}
.rbHead, .rbHead p, .rbFoot, .rbFoot p {
	height: 5px;
	background-repeat:	 no-repeat;
	background-position: 0 0;
}

.rbHead	 { width:100%;
	background-image: url('http://westgrovevoice.com/images/rndCornerA.gif'); }
.rbFoot  { width:100%; 
	background-image: url('http://westgrovevoice.com/images/rndCornerD.gif'); }

.rbHead p{
	float: right;
	width: 5px;
	background-image: url('http://westgrovevoice.com/images/rndCornerB.gif');
}
.rbFoot p{
	float:	right;
	width:	5px;
	height: 5px;
	clear:	both;
	margin: 0 0 -15px 0;
	background-image: url('http://westgrovevoice.com/images/rndCornerC.gif'); 
}