.event_list {
	position: relative;
}
.event_list .black_title {
	margin-top: 20px;
	cursor: pointer;
}
.event_list .item_list {
	font-size: 0.916em;
	list-style-type: none;
	margin-bottom: 5px;
}
.event_list .item_list li {
	color: #090a07;
	background: #66835a url('/media/dsg/event_arrow.gif') no-repeat 10px center;
	margin-left: 0em;
	margin-bottom: 5px;
	padding: 5px;
	width: 435px;
	padding-left: 25px;
}
.event_list .item_list li a {
	color: #090a07;
	text-decoration: none;
}
#center .event_list h1.white_title {
	margin-top: 20px;
	margin-bottom: 5px;
}
.home .event_list .box h1 {
	display: none;
}
.home .event_list .box .box_content h1 {
	display: block;
}
#center .event_list h1 {
	padding-top: 3px;
	padding-bottom: 3px;
}
