div.quote
{
	margin-left: -25px;
	background: url('img/respects-quotes-background.png') top left no-repeat;
	width: 345px;
	padding: 16px 0 0 0;
}

img.quote
{
	margin: 0 5px 0 40px;
	float: left;
	width: 90px;
}
p.quote
{
	color: #fff;
	font-size: 13px;
	font-style: italic;
	padding: 0 5px 0 40px;
	margin: 0;
	background: url('img/respects-quotes-background-repeated.png') 29px top repeat-y;
	min-height: 150px;
}
p.quoter
{
	color: #000;
	font-size: 12px;
	text-align: right;
	padding: 20px 5px 0 0;
	margin: 0;
	font-weight: normal;
	background: url('img/respects-quotes-bottom.png') 0 top no-repeat;
}
p.quoter b
{
	font-size: 12px;
}
p.quote b
{
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
}
.quote a,
.quote a:hover
{
	font-size: 12px;
	font-weight: normal;
	margin: 0;
	color: #000;
	border: none;
}
.quote a:hover
{
	text-decoration: underline;
}
.quote-outer
{
	float: left;
	margin: 0 25px 20px 25px;
}