.mainHeader, .mainFooter {
	position: relative !important;
    top: auto;
    bottom: auto;
}
.main-2-col {
	/*width: 820px;*/
	width: 68.33%;
	float: left;
}
.aside {
	/*width: 360px;*/
	width: 30%;
	float: right;
}
.main-2-col > h1 {
	text-transform: uppercase;
	font-size: 20px;
	margin-bottom: 10px;
}
.main-2-col .filter {
	font: 16px 'ClearSans Light';
	margin-bottom: 35px;
}
	.filter .filter-group,
	.filter .btn-group {
		float: left;
	}
	.filter .filter-group span {
		margin-right: 8px;
	}
	.filter .filter-group select {
		width: 130px;
		margin-right: 10px;
		border: 1px solid #d7d7d7;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		height: 30px;
		-webkit-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.05);
		-moz-box-shadow:    0px 2px 0px 0px rgba(0, 0, 0, 0.05);
		box-shadow:         0px 2px 0px 0px rgba(0, 0, 0, 0.05);
	}
	.filter .btn-group a.btn-red {
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		display: inline-block;
		padding: 3px 15px;
	}
.main-2-col .content {
}
	.content ul li {
		width: 32%;
        margin-right: 1.33%;
		float: left;
		margin-bottom: 30px;
	}
	.content ul li h3 {
		font: 15px 'ClearSans Light';
		color: #00afef;
		margin-bottom: 5px;
	}
@media only screen and (max-width: 860px) {
	.filter .filter-group {
		margin-bottom: 10px;
	}
}
@media only screen and (max-width: 680px) {
	.main-2-col,
	.aside {
		width: 100%;
		float: none;
	}
}