

.main_wrapper {
    clear: both;
    min-height: 800px;
    width: 960px;
    margin: 0px auto;
}
.quote_article {
	margin: 25px;
	padding: 15px;
	border-bottom: thin solid rgba(164,161,161,1.00);
	float: left;
	text-align: left;
	background: #F2F2F2 url("../images/quote.png") 22px 22px no-repeat;
	width: 500px;
}
.quote_article p {
	margin: 0;
	padding: 0;
	color: rgba(130,121,121,1);
	font-style: italic;
	font-size: 14px;
}
.quote_article_content {
    margin: 25px 0;
}
.quote_article .author {
    display: block;
    float: right;
    clear: both;
}
.quote_article .function {
	color: #FF0003;
	font-size: 12px;
	font-style: normal;
	display: block;
	float: right;
	clear: both;
}
