#middle_events {
	list-style: none;
	display: inline;
}
#middle_events li {
	width: 253px;
	height: 150px;
}
#middle_events #event_1 {
	float: left;
}
#middle_events #event_2 {
	float: left;
	margin: 0 14px 0 14px;
}
#middle_events #event_3 {
	float: left;
}
#main_left {
	margin-top: 20px;
	width: 545px;
}
#main_left h2 {
	font-size: 18px;
	margin-bottom: 5px;	
}
#main_left ul {
	padding: 0 0 0 40px;
	margin: auto;
	list-style: disc;
}
#main_right h2 {
	margin-top: 20px;
	width: 200px;
	height: 25px;
	padding: 3px 0 0 30px;
	color: #fff;
	font-size: 18px;
}
#main_right #events h2 {
	background: url('../images/bg_events.gif');
}
#main_right #sermons {
	list-style: none;
}
#main_right #sermons h2 {
	background: url('../images/bg_sermons.gif');
}
#main_right #sermons .message {
	margin-top: 20px;
}
#main_right #sermons .thumb {
	float: left;
	width: 50px;
}
#main_right #sermons .message_info {
	list-style: none;
	float: right;
	width: 180px;
}
#main_right #sermons .message_info .date {

}
#main_right #sermons .message_info .name {
	font-weight: bold;
	font-size: 16px;
}
#main_right #sermons .message_info .series {

}
ul,li {
	padding: 0;
	margin: 0;
}