#contentEvents p{ margin-bottom:3px; }


/*  ***************************************  */

#navArea {
	font-family: "Times New Roman", Times, serif;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	margin: 3px 20px 0px;
	padding:0px;
}

/*  ***************************************  */

#content {
	margin: 3px 20px 0px;
	background: url(/images/homeContentBG.gif) repeat-y top right;  
/*	border: 1px dashed #FF0000;  */
}
#contentWrapper {
	margin-right: 254px;
/*	border-left: 1px solid #000000;  */
}
#contentImage {
	background: url(/images/homeMain/springPond.jpg) no-repeat bottom right;  			/* IE places this image 3px too low; use hack to show alt img to IE */
/*	border: 1px solid #0060FF;  */
}
#contentEvents {
	float:right;
	position:relative;
	padding:5px;
	width:238px;
/*	border: 1px dashed #23F0FF;  */
}
#contentIntro {
	padding:5px;
	margin-right:251px;
	font-family: Arial, Helvetica, sans-serif;
	color: #063E2C;
	font-size: 14px;
	background: #FFFFFF;
/*	border: 1px solid #60FF00;  */
}
#contentCEP {
	clear:left;
	background-color: #063E2C;  
	margin-right:324px;			/* this is the width needed to clear the overlapping content of the "homeMain" photo */
	border-top: 3px solid #D4D0B6;
}





/*  ***************************************
     HACKS
     ***************************************  */
/* Hides from IE5-mac \*/
* html #contentImage { background: url(/images/homeMain/springPond_IE.jpg) no-repeat bottom right;  }			/* IE places this image 3px too low; use hack to show alt img to IE */
* html #contentWrapper {height: 1%; margin-right:234px;}
* html #contentIntro {margin-right:271px;}
* html #content {height: 1%;}
* html #contentCEP {height: 1%;}
 /* End hide from IE5-mac */
 
