/* CSS Document */
#main #topics h2 {
	background: url(img/title_event.gif) no-repeat;
	height: 58px;
	width: 418px;
	text-indent: -9999px;
	margin-bottom: 40px;
}
#main #topics ul {
	width: 800px;
}
#main #topics li {
	width: 400px;
	float: left;
	height: 140px;
	margin-bottom: 13px;
}
#main #topics li img {
	float: left;
	padding: 2px;
	border: 1px solid #BCBCBC;
	margin-right: 10px;
	display: inline;
}
#main #topics .title {
	display: inline;
	float: left;
	border-left: 5px solid #FF5DB1;
	padding-left: 5px;
	margin-top: 5px;
}


#main #topics {
	height: auto;
	margin-bottom: 100px;
}
