

.leftCol {
	float:left;
	width:150px;
}

.centerCol {
	width:500px;
	float:left;
}

.rightCol {
	float:left;
	width:150px;
}