#content #front_image{
	margin:0px;
	padding: 0px;
	background-color: #181920;
/*	border-bottom: #666 solid thin;*/
/*	border: #fff dotted thin;*/
/*	border: 0px;*/
}
#content #event_section{
	height: 160px;
	margin:0px;
	padding: 0px;
	width: 100%;
	background-color: #181920;
/*	border-top: #fff solid thin;	*/
/*	border: #fff dotted thin;*/
}
#content #event_section .event{
	margin-top: 20px;
/*	margin-right: 2px;	*/
	width: 234px;
	color: #fff;
	float: left;
/*	border: #f00 dashed thin;*/	
}
#content #event_section .month_name{
/*	font-size: 0.8em;*/
}
#content #event_section .date{
/*	font-weight: bold;*/
	color: #fff;
}
#content #event_section .date_red{
	background-image: url('/static_media/pics/event_box_top_red.png');	
}
#content #event_section .date_blue{
	background-image: url('/static_media/pics/event_box_top_blue.png');	
}
.event_day{
	font-size: 2em;
	font-weight: bold;
}
.event_weekday_time{
	font-size: 14px;	
}
.event_title{
	font-size: 14px;
	font-weight: bold;	
}
#content #event_section .text{
	background-image: url('/static_media/pics/event_text_bg.png');	
	background-repeat: repeat-y;
/*	width: 96%;*/
	width: 100%;	
	color: #fff;
	padding-left: 8px;
/*	border-right: #000 solid 2px;*/
	height: 74px;	
}

#content #event_section .text .event_title{
	width: 96%;
}

#content #event_section .more{
	margin-top: 20px;
	width: 58px;
	height: 52px;	
	color: #fff;
	float: left;
}
#content #event_section .more_dates{
	background-image: url('/static_media/pics/event_box_more.png');	
/*	border: #f00 dashed thin;	*/
}