#contentLeft {
 width: 747px;  
 float: left; 
 margin: 10px 0 0 2px; 
}

#contentBox{
 background-color: #242424;
 background-image: url(../images/content/contentLeftBackCal.jpg);
 background-repeat: repeat-y;
}

#contentBoxBottom{
 height: 20px;
 background-image: url(../images/content/contentLeftBottomCal.jpg);
 background-repeat: no-repeat;
}

#contentBoxInner{
 background-image: url(../images/content/contentLeftTopCal.jpg);
 background-repeat: no-repeat; 
 padding: 20px 20px 0px 20px;
 
 font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
 color: white;
}


#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;
}

#mainContainer #content #contentBoth #calendarParent{
 height: 450px;
 margin-top: 20px;
 background-color: white;
 padding-bottom: 30px;
}

#mainContainer #content #contentBoth #contentLeftCalendar{
 width: 290px;
}
