#mainContainer #content #contentBoth{
	width: 642px;
	/*background-color: white;*/
	float: left;
	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 #contentBoth > p:first-child{
	margin-top: 0 !important;
}

#contentBoth > #calendarParent{
  height: auto;
  min-height: 450px;
}

#calendarParent{
 height: 450px;
 margin-top: 20px;
 background-color: white;
 padding-bottom: 30px;
}

#mainContainer #content #contentBoth #contentLeftCalendar{
 width: 290px;
}