#main{
	margin-left: 25px;
	width: 955px;
}	
 
 .newsEvents {
 	width: 300px;
	position: relative;
	height: 225px;
 }

 .newsEvents .image, .newsEvents .content,  .newsEvents .heading{
 	float: left;

 }
 
  .newsEvents .image{
  	width: 120px;
  }
  
  .newsEvents .content{
  	width: 145px;
	margin-left: 10px;
  }
  
  .newsEvents .heading{
  	width: 100%;
	margin-left: 10px;
	margin-top: 10px;
  }	
  
  .newsEvents .content p{
  	/*margin: 0;*/
	padding: 0;
  }
  
  .newsEvents h3{
  	font-family: Times, "Times New Roman", serif;
	font-size: 20px;
	font-weight: 100;
	margin: -5px 0;
  }
  
  
#shadow-container {
	width: 310px;
}
	#shadow-container .container {
		height: 203px;
	}
	
.contentWrap {
	height:160px;
}


