.threecolumns {
	margin: 0 0 7px 8px;
	z-index:2;
	position: relative;
}

.threecolumns:before,
.threecolumns:after {
	content: " ";
	display:table;
}

.threecolumns:after {
	clear: both;
}


.col_one:before {
	width: 307px;
}

.col_one {
	float: left;
	width: 248px;
}

.col_one .stuff {
	margin-bottom: 70px;
	position: relative;
	top: 28px;
	left: 40px;
}

.col_one:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 20px;
	z-index: -1;
	left: 11px;
	background: #fff;
	border-radius: 3px;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
}


.col_two:before {
	width: 307px;
}

.col_two {
	float: left;
	width: 248px;
}

.col_two .stuff {
	margin-bottom: 70px;
	position: relative;
	top: 28px;
	left: 120px;
}

.col_two:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 20px;
	z-index: -1;
	left: 338px;
	background: #fff;
	border-radius: 3px;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
}


.col_three:before {
	width: 307px;
}

.col_three {
	float: left;
	width: 248px;
}

.col_three .stuff {
	margin-bottom: 70px;
	position: relative;
	top: 28px;
	left: 196px;
}

.col_three:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 20px;
	z-index: -1;
	left: 664px;
	background: #fff;
	border-radius: 3px;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
}


/*CUSTOM FONT STYLES*/

.threecolumns h3 {
	color: #000;
	font-family: 'Roboto Condensed', Helvetica, Arial, sans-serif;
	font-size: 1.33em;
}

