/*
 |	Setting the width for the blockquotes is required
 |	to accurately adjust it's contianer
*/

blockquote {
	font-family: Georgia, Times, serif;
	width: 250px; /* required */
	margin: 0 auto;
	font-size:12px;
	}	
/*
 |	The #quote_wrap div is created
 |	by Quovolver to wrap the quotes
*/
#quote_wrap { 
	background: #f2eee6 url(../images/quote-mark.png) no-repeat 20px 20px;
	margin-top: 0px;margin-bottom:18px; padding: 20px; padding-bottom:40px;border: 4px solid #ffa82e;
	-moz-border-radius: 5px;border-radius: 5px;-webkit-border-radius: 5px;
	}
