#quotes li{
	margin:20px 0;
	padding:12px 0px 8px 24px;
	background-image:url(../images/quote.jpg);
	background-repeat:no-repeat;
}

#quotes li p{
	font-size:15px;
	color:#333;
}

#quotes li cite{
	color:#999;
}

#quotes{
	width:600px;
}