/* Basic Structure
+++++++++++++++++++++++++++++++++++*/


.quote {
	background-position: 3% 10%;
	color: #FFFFFF;
	width: 700px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height: 1.3em;
	background-color: #824E2F;
	background-image: url(images/backgrounds/q1.gif);
	background-repeat: no-repeat;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 30px;
}

.quote span {
	display: block;
	border: 1px solid #522B13;
	border-width: 1px 0;
	width: auto;
	height: 100%;
	background-position: 95% 85%;
	background-color: transparent;
	background-image: url(images/backgrounds/q2.gif);
	background-repeat: no-repeat;
	padding-top: 30px;
	padding-right: 50px;
	padding-bottom: 30px;
	padding-left: 50px;
}
