/* custom style for columns */


.colBlock {
	position: relative;
}

.rowBlock {
}

.leftCol {
	float: left;
	width: 45%;
	padding-right: 5%;
	clear: both;
}

.rightCol {
	float: right;
	width: 45%;
	padding-left: 5%;
}

.divider {
	position: absolute;
	top: 0px;
	left: 50%;
	width: 1px;
	height: 100%;
	background-color: #000000;
}