.curvebox{
	font-size: 14px;
	background-color: rgb(255, 249, 221);
	background-image : url(lower.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	margin-right: 10px;
	margin-bottom: 10px;
	width: 1px;
	float: left;
}
.curvebox h6{
	font-size: 15px;
	font-weight: bold;
	background-image : url(upper.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 15px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.curvebox p{
	line-height: 1.6em;
	padding-left: 15px;
	padding-right: 15px;
}