	div.cf_mother
	{
	position: relative;
	}
	
	div.cf_element
	{
	width: 500px;
	height: 200px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 18px;
	color: #333333;
	line-height: 24px;
	float: left;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: left top;
	clear: both;
	}
	
	div.cf_element div.quotetext
	{
	padding: 10px;
	width: 500px;
	float: left;
	clear: both;
	}

    div.cf_element div.quotetext strong {
	color: #D4973A;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	float: right;
}.quotetext p {
	float: left;
	width: 500px;
	margin-top: 10px;
	margin-left: 0px;
	display: inline;
}

