.one-column,
.two-columns,
.three-columns{
	float:left;
}




.one-column{
	width:33.8%;
}
.two-columns{
	width:66%;
}
.three-columns{
	width:100%;
}