
/***************************
* quote in head of document
***************************/



#firstQuote_withFrontPic blockquote,
#firstQuote blockquote {
	background: #51f4f9;
	border-left: 25px solid #333;
	font-style: bold;
	text-decoration: underline;
	margin-left: 0px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
}
#firstQuote_withFrontPic blockquote:before,
#firstQuote blockquote:before {
  color: #ccc;
  float:left;
  content: open-quote;
  font-size: 40px;
}
#firstQuote_withFrontPic blockquote div,
#firstQuote blockquote div {
	font-style: italic;
	margin: 0px;
}
#firstQuote_withFrontPic blockquote div.quote,
#firstQuote blockquote div.quote {
	font-style: italic;
	padding-right: 0px;
	padding-left: 40px;
	padding-top: 15px;
	text-align: justify;
}
#firstQuote_withFrontPic blockquote div.source,
#firstQuote blockquote div.source {
	text-align: right;
	padding-top: 15px;
	left:0px;
}

#frontpic_subtitle {
	text-align: center;
	font-size: 8pt;
	color: #999;
	background: #f9f9f9;
	margin-left: 15px;
	margin-top: -35px;
}

#firstQuote_withFrontPic blockquote,
#frontpic {
}

#firstQuote_withFrontPic {
	margin-right: 180px;
	height:240px;
}

#frontpic  {
	float: right;
	width:180px;
	height:240px;
	margin-right: 15px;
}





