#main-content .article {
	display: block;
	clear: left;
	float: left;
	width: 598px;
	padding: 5px;
}
#main-content .article p,
#main-content .article div {
	font-family: calibri, arial;
 	font-weight: 500;
	line-height: 20px;
	font-size: 16px;
}
#main-content .article p.stand-first {
	font-size: 18px;
}
#main-content .article .right-quote,
#main-content .article .left-quote {
	line-height: 20px;
	font-size: 18px;
	display: inline-block;
	width: 245px;
	float: right;
	border-left: 3px solid #5fc126;
	padding: 10px 10px 10px 10px;
	color: green;
	margin: 5px 15px 5px 15px;
	background: #F4F8F2;
}
#main-content .article .left-quote {
	float: left;
	border-left: none;
	border-right: 3px solid #5fc126;
	margin: 5px 15px 5px 5px;
}