/* *****************************************
/*+  clearfix  +****************************
/***************************************** */
.clear {
	clear:both;
}
div.aboutTxtL:after,
div.aboutTxtR:after,
.clearfix:after { /* for New Browser */
	content:"."; 
	display:block; 
	height:0; 
	clear:both; 
	visibility:hidden;
}
div.aboutTxtL,
div.aboutTxtR,
.clearfix {
	display:inline-block; /* for IE */
}
/* Hides from IE-mac \*/
* html .clearfix { height:1%; }
.clearfix { display:block; }
/* End hide from IE-mac */

/* *****************************************
/*+  iepngfix  +****************************
/***************************************** */
* html #headerWrap div#titleImage,
* html .iepngfix {
behavior: expression(IEPNGFIX.fix(this));
}

/* *****************************************
/*+  AboutPage  +**************************
/***************************************** */
#headerWrap div#titleImage {
	background:url(../img/titleimage.jpg) no-repeat;
	}
div.aboutTxtL,
div.aboutTxtR {
	margin:0 5px 30px 5px;
	}
div.aboutTxtL p,
div.aboutTxtR p {
	margin-bottom:10px;
	}
div.aboutTxtL p.txt {
	float:left;
	margin:0 20px 0 0;
	width:550px;
	}
div.aboutTxtR p.txt {
	float:left;
	margin:0 0 0 20px;
	width:550px;
	}
div.aboutTxtL p.txtC,
div.aboutTxtR p.txtC {
	clear:both;
	}
div.aboutTxtL p.aboutImage,
div.aboutTxtR p.aboutImage {
	float:left;
	width:220px;
	}
div.aboutTxtL p.aboutImage img,
div.aboutTxtR p.aboutImage img {
	vertical-align:top;
	}

