#main img.adsl {
	margin-left: 10px;
	width: 580px;
	height: 185px;
}
#main img.adsr {
	position: absolute;
	left: 580px;
}
#main div.topic {
	width: 370px;
	margin: 15px;
	float: left;
}
*html #main div.topic {margin: 10px;} /* hack IE6 double margin width */
#main div.topic div.headleft,
#main div.topic div.headmiddle, 
#main div.topic div.headright {
	width: 15px;
	height: 35px;
	float: left;
	background-repeat: no-repeat;
}
#main div.topic div.headleft {
	background-image: url(../images/topic_left.gif);
}
#main div.topic div.headmiddle {
	width: 340px;
	font-weight: bold;
	font-size: 15px;
	line-height: 35px;
	text-align: center;
	background: url(../images/topic_bg.gif) repeat-x;
}
#main div.topic div.headright {
	background-image: url(../images/topic_right.gif);
}
#main div.topic img#box {
	width: 150px;
	height: 200px;
	float: left;
}
#main div.topic ul {
	width: 200px;
	padding: 10px 0px 0px 20px;
	list-style-image: url(../images/arrow.gif);
	float: left;	/* hack Firefox */
}
#main div.topic ul a:link,
#main div.topic ul a:visited,
#main div.topic ul :active {
	color: #555;
}	
#main div.topic p {
	margin: 0px;
	padding: 0px 10px;
	clear: both;
}