@charset "utf-8";
/* CSS Document */

#events{
	background: #f4f4f4;
	padding-top: 54px;
	padding-bottom: 28px;
	margin-top: 45px;
} 

a{
	color: #000000;
}

 a:hover, a:focus{
	color: #555;
}

.eventTitle{
	padding-top: 34px;
}

#events hr{ 
  border-bottom: 1px solid #D3CAD7; 
  height: 1px;
	
}