.simplePullQuote {
	width:200px;
	float:right;
	background: top left no-repeat url("../images/quote.png");
	text-indent:10px;
	padding:6px;
	margin:10px 0 10px 10px;
	}
.simplePullQuote.left {
	float:left;
	margin:10px 10px 10px 0;
	}