.left-column, .center-column{
	float:left;
	width:32%;
	display:inline;
}
.center-column{
	margin-left:2%;
}
*html .center-column{
	margin-left:1.5%;
}
.big-left-column{
	padding-bottom:14px;
	float:left;
	width:66%;
	clear:left;
}

.bottom{
	width:100%;
}
.left-bottom, .right-bottom{
	float:left;
	width:32%;
	display:inline;
}

.right-bottom{
	margin-left:2%;
}
*html .right-bottom{
	margin-left:1.5%;
}

.right-column{
	float: right;
	width:32%;
}


