.simplePullQuote{
	width:200px;
	float:right;
	border-top:3px #aa4400 solid;
	border-bottom:3px #aa4400 solid;
	background: top left no-repeat url("../images/quote.png");
	text-indent:10px;
        font-size: 1.25em; 
	padding:6px;
	margin:10px 0 10px 10px;
	-webkit-box-shadow: 7px 7px 8px #993300;
  	-moz-box-shadow: 7px 7px 8px #993300;}
