blockquote p {
	font-style: italic;
	padding: 0px;
	margin: 0px;
}

blockquote cite {
	font-style: normal;
	display: block;
	text-align: right;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
	letter-spacing: 1px;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}

/*
 |	Setting the width for the blockquotes is required
 |	to accurately adjust it's contianer
*/

blockquote {
	width: 320px;
	margin-top: 0;
	margin-bottom: 0;
	float: left;
	padding-left: 0px;
	margin-left: 0px;
	padding-top: 0px;
	}
	
/*
 |	The #quote_wrap div is created
 |	by Quovolver to wrap the quotes
*/

#quote_wrap {
	margin-top: 1px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
	padding-top: 1px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 1px;
	background-image: url(electrolysis_images/quote-mark.png);
	background-repeat: no-repeat;
	background-position: 45px -3px;
	}
