/* Content
*************************/
#content {
	padding-top:16px;
}
#textBox {
	background:#efecec;
	width:670px;
	padding:0 30px 30px 30px;
	margin:auto;
	box-shadow: 4px 5px 10px -1px #000, 
				inset -3px -3px 14px -4px #000, 
				inset 0px 0px 10px 3px #fff;
}
#textBox h1.title {
	background:url(../images/aboutUsTitle.png) no-repeat;
	width:159px; height:28px;
	text-indent:-10000px;
	margin:23px 0 24px 0;
	float:right;
}
#topStripe {
	background:url(../images/aboutStripe.png) no-repeat;
	width:722px; height:28px; display:block;
	clear:both; margin-left:-30px;
}
#firstText {
	text-align:justify;
	margin-top:50px;
}
#aboutImg {
	float:right;
}
#leftText {
	text-align:justify;
	width:330px;
	margin:60px 0 0 0; float:left;
}

