@media screen {
	div.twoColumnSection > div {
		width:49%;
	}

	div.twoColumnSection div.left {
		float:left;
	}

	div.twoColumnSection div.right {
		float:right;
	}

	div.twoColumnSection > div:first-child {
		margin-top:0em;
	}
}
