@charset "utf-8";
/* about.css*/
.mainBox {
	background:url(../images/bgImg2.jpg) no-repeat;
}
#lLine {
	float:left;
	width: 2px;
	background:url(../images/contentTxtBg2.png) repeat;
	height:370px;
	margin-right:2px;
    margin-left:221px;

}
#txtBox {
	background:url(../images/contentTxtBg2.png) repeat;
	width:415px;
	height:330px;
	padding:20px;
	float:left;
}
#txtBox h2, #txtBox p {
	color:#FFF;
}

#txtBox h2 {
	margin-bottom:20px;
}