.simplePullQuote{
	width:200px;
	float:left;
	border-top:3px #B51B5B double;
	border-bottom:3px #B51B5B double;
	background: top left no-repeat url("../images/quote.png");
	text-indent:10px;
	font-style: italic;
	font-weight: normal;
	font-family: "times new roman", times, serif;
	font-size: 120%;
	padding:6px;
	margin:10px 20px 10px 10px;
	/* -webkit-box-shadow: 7px 7px 8px #818181;
  	-moz-box-shadow: 7px 7px 8px #818181; */
}