div#content {
	background:transparent url('/Images/website/contentleft.gif') repeat-y scroll top left;
	min-height:0;
	height:auto;
}	

.sys_quote {
	background:#F3F5F7 url('/Images/website/quote.gif') no-repeat scroll 10px 10px;
	border-top:1px solid #ccc;
	width:610px;
	float:left;
	padding:10px 10px 10px 70px;
}
	.sys_quote h2 span {
		font-size:0.818em;
		font-family:'Georgia','Times New Roman';
	}
	.sys_quote p {
		font-size:1.5em;
		margin-bottom:1em;
	}
		.sys_quote p span {
			font-family:'Georgia','Times New Roman';
			font-size:1.2em;
		}
		
#homePromo {
	width:125px;
	height:125px;
	float:right;
	border-top:1px solid #ccc;
	padding:10px 100px 0 10px;
	position:relative;
}
	#homePromo img {
		position:absolute;
		top:0;
		right:0;
		z-index:0;
	}

	#homePromo p {
		position:absolute;
		width:125px;
		z-index:1;
		font-size:2.2em;
		font-family:'Georgia','Times New Roman';
		color:#333;
	}
		#homePromo p span {
			color:#666699;
			font-size:2.045em;
			line-height:1em;
			font-family:'Georgia','Times New Roman';
		}