.simplePullQuote{
	width:220px;
	float:right;
	font-style: italic; 
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color:steelblue;
	border-top:3px #AAAAAA solid;
	border-bottom:3px #AAAAAA solid;
	background: top left no-repeat url("../images/quote.png");
	text-indent:10px;
	padding:10px;
	margin:10px 0 10px 10px;
	-webkit-box-shadow: 7px 7px 8px #818181;
  	-moz-box-shadow: 7px 7px 8px #818181;}

