#box
	{
	margin-top: 0.4em;
	padding: 0em;
	text-align: left;
//	width:80%;				/* <-- use this to tie width to viewport size */
	width: 205px;				/* <-- use this for a set width */
	}
 	
#content
	{
	padding: 1.2em;
	}

#content p
	{
	color:#000000;
	font-size: 0.8em;
	line-height: 1.0em;
	font-family: verdana, arial, helvetica, sans-serif;
	}
		
#quote-content
	{
	padding: 1.2em;
	}
		
#quote-content p
	{
	font-size: 0.8em;
	color:#fff;
	line-height: 1.0em;
	font-family: verdana, arial, helvetica, sans-serif;
	}
		
