div.quotation:first-child {
	margin-top: 10px;
}

p.quo {
	color: #2A72B9;
	font-size: 36pt;
	position: relative;
	margin: 0;
	padding: 0;
	line-height: 0;
}

p.top {
	position: relative;
	top: 15px
}

p.bottom {
	float: right;
	position: relative;
	top: 0px;
} 

p.quote_text {
	margin: 0;
	padding: 0;
	max-width: 580px;
	margin: 0 auto;
}

p.name {
	float: right;
	font-weight: bold;
	color: #2A72B9;
	margin-bottom: 30px;
}


