
div#quotes {
	height: 75px;
	text-align: center;
}

div#quotes blockquote {
	font-family: Helvetica, sans-serif;
	font-weight: bold;
	font-size: 2.2em;
	margin: 0 auto;
	padding: 20px 12px 12px 12px;
	width: 80%;
}

div#quotes blockquote div.source {
	color: #ffffff;
	font-family: 'Times New Roman', Times, serif;
	font-size: 12px;
	padding-right: 4px;
	text-align: right;
}

div#quotes blockquote p {
	color: #ffffff;
	letter-spacing: 0.2em;
	line-height: 1.5em;
	margin: auto;
	text-transform: uppercase;
}
