.mainHeader, .mainFooter {
	position: relative !important;
    top: auto;
    bottom: auto;
}
.main-2-col {
	width: 78%;
	float: right;
}
.aside {
	width: 20%;
	float: left;
}
.article {
	padding-bottom: 10px;
	border-bottom: 1px solid #e3e3e3;
}
.article h1 {
	font-size: 20px;
	text-transform: uppercase;
	margin-bottom: 15px;
}
.extras {
	padding: 15px 0;
}
.extras > .fl > a {
	padding-left: 10px;
	background: url("../images/icon-back.png") no-repeat scroll left center transparent;
	text-transform: uppercase;
	color: #00afef;
}

@media only screen and (max-width: 980px) {
	.main-2-col {
		width: 70%;
	}
	.aside {
		width: 28%;
	}
}
@media only screen and (max-width: 768px) {
	.main-2-col {
		width: 60%;
	}
	.aside {
		width: 38%;
	}
	.extras > .fr {
		max-width: 60%;
	}
}
@media only screen and (max-width: 480px) {
	.aside,
	.main-2-col {
		width: 100%;
		float: none;
	}
}