@charset "utf-8";
.box {
	
	background: url(../images/boxBottom.jpg) no-repeat scroll left bottom;
	margin-bottom: 10px;
	padding: 0 0 15px;
	width: 250px;
}

.box h3 {
	background: url(../images/box.jpg) repeat scroll 0 0;
	color: #FFF;
	font-size: 17px;
	height: 35px;
	line-height: 30px;
	margin: 0;
	padding: 0 15px;
	
}

.box p {
	background: #ffffff none repeat scroll 0 0;
	border-color: #CCC;
	border-width: 0 1px;
	border-style: solid;
	color: #444444;
	font-size: 11px;
	line-height: 1.3em;
	margin: 0;
	padding: 15px 14px 0;
	width: 220px;
}


/* bonus drop cap class */

.dropcap {
	float: left;
	color: #93c;
	font-size: 78px;
	line-height: 62px;
	padding-right: 2px;
	padding-top: 3px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

