@CHARSET "UTF-8";
blockquote.index-quote
{
	font-size: 24px;
	width: 500px;
	text-align: center;
}
blockquote.index-quote p.quote
{
	padding-left:50px;
	padding-right:50px;
	margin-bottom: 0px;
}
blockquote.index-quote p.author
{
	text-align: right;
	padding-right: 80px;
	font-size: 18px;
	margin-top: 5px;
	color: #BDBDBD;
}
blockquote.index-quote:before
{
	content: open-quote;
	height: 20px;
	color: #404040;
	display: block;
	font-size: 200px;
	width: 50px;
}
blockquote.index-quote:after
{
	content: close-quote;
	height: 50px;
	margin: -80px 0px 0px 430px;
	color: #404040;
	display: block;
	font-size: 200px;
	width: 50px;
}
