.menu {
	float: none;
	clear: both;
	text-align: right;
	background-color: #2D2D2D;
}

.column {
	width: 49.1%;
	margin-right: 1.8%;
}
.column-second {
	margin-right: 0;
}
.column-third {
	clear: both;
}

.column-forth {
	margin-right: 0;
}

.columns-three-fourths .column-first {
	width: 98%;
	margin: 0 1%;
	text-align: left;
}

.columns-three-fourths .column-fourth {
	width: 98%;
	margin: 30px 1% 0 1%;
}

.columns-two-three .column-third {
	margin: 0;
}

.columns-two-three .column-first, .columns-two-three .column-fourth {
	display: none;
}

.columns-two-three .column-third {
	clear: none;
}
