#quote {
	color: #fff;
	width: 100%; 
	height: 50px;
	width: auto;
	min-width: 900px;
	position: relative;
	left: 0px;
	top: -1px;
	
	
	font: arial, helvetica, sans-serif;
	font-family: Arial;
	font-size: 8pt;
	line-height:110%;
	top:7px;

	
}

#quote #quote-c
{
	float:right;
	
	}

#hs1{
	color: #ffae00;
	height:25px;
	float:left;
	font: arial, helvetica, sans-serif;
	font-family: Arial;
	margin:0px 5px 0px 0px;
	font-size: 18px;
	font-style: Bold;

}

#hs2	{
	color: #ffae00;
	margin-left:auto;
margin-right:auto;
	font: arial, helvetica, sans-serif;
	font-family: Arial;
	padding:0px 0px 0px 5px;
	font-style: Bold;

}

blockquote {
    background: url(quote-open.gif) 0 0 no-repeat;
    margin: 2.4em 2em;
}    
    
blockquote p {
    color: #555555;
    font-size: 1.3em;
    font-weight: bold;
    text-align: justify;
    background: url(quote-close.gif) 100% 90% no-repeat;
    padding: 0 33px;
    margin-bottom: 0;
}    
    
cite {
    background: none;
    display: block;
    text-align: right;
    font-size: 1.1em;
    font-weight: normal;
    font-style: italic;
}    
    
blockquote>p+p {
    background: none;
}    
