#leftColumn {
	display: table;
	float: left;
	width: 270px;
}
#rightColumn {
	display: table;
	float: left;
	width: 267px;
	margin-left: 17px;
}

