/* Main */

#content .faq1 {
	background-image: url(images/quote1.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0 0 1.5em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #737AA4;
	padding: 0 0 1em;

}

#content .faq1 h1 {
	background-image: url(images/quote2.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding: 4px 30px 0px;
	font-size: 100%;
	font-weight: bold;
	margin: 0 0 1em 0;

}
#content .faq1 p {
	margin: 0;
	padding: 0.5em 40px 0;
}
