/* Quotes page */

#quotes {
	float: left;
	margin: 6px 3px 3px 0px;
	width:600px;
}

.quote {
	font-family:"MS Serif", "New York", serif;
	font-size:16px;
	line-height:18px;
	color:#333;
	margin-left:7px;
}

.quote_indent {
	position:relative;
	left: 390px;
	width: 290px;
	font-family:"MS Serif", "New York", serif;
	font-style:italic;
}