.Box2 {
	width: 100%;
	float:left;
	clear:both;
}

.Box2colFleft {
	float:left;
	margin-right:18px;
	text-align:justify;
	width:47%;

}

.Box2colFright {
	width: 47%;
	float: right;	
	text-align:justify;
}

.clearer {
	width:100%;
	height:0px;
	overflow:hidden;
	clear:both;
}