/* CSS Document -- Home Page only */

#homeRight {
	width: 480px;
	float: right;
	background-image:url(../../images/bkgdLightColumn.jpg);
	background-repeat:repeat-x;
	background-color:#fff;
}
#homeLeftDivide {
	float:left;
}

.quoteOpen {
	float:left;
	padding:47px 0 0 10px;
}

.quoteClose {
	float:right;
	padding:15px 30px 0 0;
}

.quote {
	color:#666;
	font-size:20px;
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height:110%;
	margin: 45px 20px 0 50px;
	padding:0;
}

.quoteBy {
	margin: 15px 0 0 50px;
	clear: both;
}
