.floatingElement {
	
}
.floatingElement:after {
	height: 0px;
	display: block;
	visibility: hidden;
	clear: both;
	content: ".";
}
.floatingElement div {
	float: left;
}
.floatingElement div div {
	float: none;
}

.twoCols .col1 {
	width: 430px;
}
.twoCols .col2 {
	width: 295px;
	float: right;
}
