@charset "utf-8";
/* CSS Document */
/* home page */
#mainContent1 {
	width: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(../images/bg.png);
	height: 555px;
	background-attachment: scroll;
	background-position: bottom;
	background-repeat: no-repeat;
}
.quote  {    /*home page--services page*/
	text-align: justify;
	font-size: 14px;
	font-style: oblique;
	font-weight: bold;
	border: 4px none #2C2233;
	margin: 0px;
	float: left;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
}
