div#quotes, ul#quotes, ul#quotes li, ul#quotes li blockquote, ul#quotes li p {
	margin:0;
	padding:0;
}

div#quotes {
	margin-top:.8em;

	overflow:hidden;
	color:#ddddee;
	height:90px;
	width:465px;
	float:right;
/*
	background-color:rgba(100,100,250,.2);
	text-align:right;
*/
}

ul#quotes {
	padding-top:2px;
}

ul#quotes li {
	list-style-type:none;
	padding-left:10px;
	background:url('../images/Quotes/quote.png') no-repeat bottom left;
}

ul#quotes li blockquote {
	font-size:.75em;
	/* font-family:courier new, serif; */
}

ul#quotes li p {
	font-size:.8em;
	color:orange;
	margin-bottom:10px;
	margin-bottom:0;
}

ul#quotes li img {
	float:right;
	padding:6px 1em;
}