
#container-header { display:none; }
#container-eyecatcher { display:none; }
#container-footer { display:none; }
.borderleftright { display:none; }

#content {
	width: 490px;
	float: left;
}

#content div {
  float: left;
  width: 465px;
  padding: 10px 5px 10px 20px !important;
  padding: 20px 5px 10px 20px;
}

#content div.quote {
	border-top: 1px solid #E5E5E5;
	border-bottom: 1px solid #E5E5E5;
   width: 400px;
   padding: 20px 5px 15px 65px !important;
   padding: 20px 5px 15px 65px;
	background: #f7f7f7 url(images/bg_quote.gif) no-repeat 10px 10px;
	color: #0066CC;
	font-style: italic;
   float: right;
}


.printlink { display:none; }

