.simplePullQuote{
	width:90%;
	border-top:3px #800000 solid;
	border-bottom:3px #868686 solid;
	background: top left no-repeat url("../images/quote.png");
	text-indent:10px;
	padding:6px 0px 0px 10px;
	margin:20px;
	-webkit-box-shadow: 7px 7px 8px #818181;
  	-moz-box-shadow: 7px 7px 8px #818181;
	border-radius:5px;
	color: #800000;
	font-weight: bold;
	font-style: italic;
	font-size: 1.1em;
}