.left-column{
	width:20%;
}
.left-column, .center-column{
	float:left;
	display:inline;
}
.center-column{
	width:56%;
	margin-left:2%;
}
*html .center-column{
	margin-left:1.5%;
}
.bottom-column{
	width:100%;
	clear:both;
}
.right-column{
	float: right;
	width:20%;
}
