.simplePullQuote{
	float: right;
background: #f7f7f7;
padding:20px;
	background: top left no-repeat url("../images/quote.png");
	margin: 0 0 10px 10px;
	width: 170px;
	font-size: 1.1em;
	line-height: 1.4em;
	text-align: right;
	color: #000000;
font-style: italic;
	
 border-top: 3px solid #ccc;border-bottom: 3px solid #ccc;}

