div#pullquote
	{
	margin: 2em 1em;
	background: #4C8ECA url(/graphics/pullquote_topleft.gif) no-repeat;
	}
	
div#pullquote h2
	{
	margin: 0;
	padding: 20px 20px 0 20px;
	background: url(/graphics/pullquote_topright.gif) no-repeat 100% 0;
	}
	
div#pullquote p
	{
	padding: 0 20px;
	color: #E1EDF7;
	}
	
div#pullquote p.furtherinfo
	{
	padding: 0 0 0 20px;
	background: url(/graphics/pullquote_bottomleft.gif) no-repeat 100% 0;
	}
	
div#pullquote p.furtherinfo a
	{
	color: #BCD2E5;
	display: block;
	padding: 0 20px 20px 0;
	text-align: right;
	background: url(/graphics/pullquote_bottomright.gif) no-repeat 100% 100%;
	}