/* CSS Document */

#leftFrame {
	width:330px;
	float:left;
	margin-left:40px;
	margin-top:15px;
	text-align:left;
	/*background-color:#FFFFFF;*/
}

#rightFrame {
	width:300px;
	float:right;
	margin-right:10px;
	margin-top:15px;
	/*background-color:#FFFFFF;*/
}

#mainFrame {
	background-image:url(/images/common/contentAreaBkg.jpg);
	height:631px;
	text-align:center;
	padding:0px;
}

#annoucements {
	color:#000000;
	background-color:#FFFFFF;
	margin-top:15px;
	padding:10px;
	font-size:12px;
}
#testimonial {
	position:relative;
}
.leftQuote {
	position:absolute;
}
.rightQuote {
	position:absolute;
}
