.col-left {
	float: left;
	width: 20%;
	border: 1px solid blue;
}

.col-middle {
	float: left;
	width: 59%;
	border: 1px solid blue;
}

.col-right {
	float: right;
	width: 20%;
	border: 1px solid blue;
}

.header .search {
	float: right;
}

.cl {
	clear: both;
}

.two-cols .col-middle {
	width: 79%;
}

.fl {
	float: left;
}

