
.News-Item h3, .Event-Item h3 {
	display: block;
	width: 615px;
	height: 208px;
	margin: 0 auto 12px;
	border: solid 1px #aaa;
	position: relative;
	overflow: hidden; }
			
.News-Item h3 img, .Event-Item h3 img {
	position: absolute;
	top: -15px;
	left: -23px; }	
			
.Event-Item h4 {
	padding-top: 0px;
	margin-top: 0px; }		
			
.Event-Item .FloatRight { width: 615px; }	
			
.Calendar-Display {
	width: 40px;
	height: auto;
	float: left;
	margin: 0 auto;
	text-align: center;
	font-weight: bold;}
			
.Calendar-Display span { display: block; }
		
.Calendar-Display .Month {
	height: 17px;
	padding-top: 3px;
	background: url("../img/design/Calendar-Top.jpg") no-repeat bottom center;
	color: #FFF;
	font-size: 12px; }
		
.Calendar-Display .Day {
	height: 20px;
	padding-top: 3px;
	background: url("../img/design/Calendar-Bottom.jpg") no-repeat top center;
	color: #29211f;
	font-size: 18px; }