.column {
	float: left;
	overflow: hidden; /*  so things that are too big don't wreck the template */
}

.clr {
	display: block;
	clear: both;
	height: 0px;
	visibility: hidden;
}
.content img.right {
	float: right;
	margin-left: 10px;
}

.content img.left {
	float: left;
	margin-right: 10px;
}