.pullquote {
	width: 42%;
	float:right;
	margin:10px;
	background: url(img/closequote.gif) no-repeat bottom right !important;
	background /**/:url(); /* removing quote graphic in IE5+ */
	padding: 0px 25px 5px 0px;
}
.pullquote:first-letter {
	background: url(img/openquote.gif) no-repeat left top !important;
	padding: 10px 2px 10px 35px!important;
	padding /**/:0px; 	/* resetting padding in IE5+ */
	background /**/: url(); /* removing quote graphic in IE5+ */
}

.pullquote h1{
	font-size:0.85em;
	line-height:140%;
}

.pullquote-left-content {
	width: 42%;
	float:left;
	margin:10px;
	padding: 0px 25px 5px 0px;
}
