#mainContainer #content #contentLeft{
	width: 285px;
	background-color: white;
	float: left;
	padding: 25px 25px 30px 25px; 
	font-size: 1.2em; /* 12px */
}

#mainContainer #content #contentRight {
	width: 285px;
	background-color: white;
	float: right;
	padding: 25px 25px 30px 25px;
	font-size: 1.2em /* 12px */;
}

/*
If the first child of the left column is a paragraph
remove the top margin.
*/
#mainContainer #content #contentLeft > p:first-child{
	margin-top: 0 !important;
}

/*
If the first child of the right column is a paragraph
remove the top margin.
*/
#mainContainer #content #contentRight > p:first-child{
	margin-top: 0 !important;
}