#topics_body {
	width:550px;
	margin:0 auto;
	padding:0;
}

.topics_item {
	width:510px;
	margin:0 auto;
	padding-bottom:5px;
	margin-bottom:10px;
	border-bottom:1px dotted #999999;
}

.topics_title {
	font-size: 1.3em;
	font-weight: bold;
}

.topics_comment {
	width:270px;
	float:left;
}

.topics_image {
	float:right;
}

