@CHARSET "UTF-8";

#quotebox
{
	float:left;
	background-image:	url(/images/quote_bg.jpg); 
	background-repeat:	repeat-x;
	background-color:	#42B1E6;
	margin:0;
	margin-top:			10px; 
	padding:			0px;
	width:				145px;
	padding-top:		8px; /* quickly fix an issue with the padding on the quotebox */
	font-size:			11px; 
	font-weight:		normal; 
	color:				#fff;
	margin-bottom:		25px;
}

#quoteContent
{
	padding:10px;
}

#quotebox p
{
	margin-bottom:0.5em;
}

#quotebox a, #quotebox a:link, #quotebox a:visited
{
	color:				#fff;
	text-decoration:	underline;
}