@charset "UTF-8";
/* CSS Document */

body {
	padding: 0px;
	margin: 0px;
	background-color: #fff1b7;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 16px;
	line-height: 28px;
	color: #666666;
}

#datacontainer {
	margin-top: 15px;
}

#testimonial {
	padding: 15px;
}
	
#datacontainer h2 {
	padding-top: 0px;
	border-color: #fae691;
	margin-bottom: 10px;
}

#datacontainer div.quote {
	font: normal 120px/100px Georgia, "Times New Roman", Times, serif;
	color: #fae691;
	display: block;
	height: 40px;
	width: 50px;
	text-align: center;
	float: left;
	margin-right: 5px;
}