#forum {
	width:847px;
	padding:20px;
	color:#555;
}
#forum div.forum_left {
	width:120px;
	padding:10px 15px 30px 0;
}
#forum div.forum_right {
	width:580px;
	padding:10px 0 10px 15px;
	border-left:1px solid #666;
}
#forum table {
	width:100%;
}
#forum table th {
	text-align:left;
	border-bottom:2px solid;
}
#forum table a.topic {
	font-weight:bold;
}
#forum table td.topic_info .poster {
	font-weight:bold;
}
#forum table td.topic_info .date {
	font-size:.9em;
	text-transform:none;
}

#forum #forum_posts {
	margin-top:10px;
}
#forum div.topic_post {
	width:740px;
	padding-bottom:15px;
	margin-bottom:15px;
	border-bottom:1px solid #ddd;
}
#forum div.topic_post .subject {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
}
#forum div.topic_post .poster {
	font-size:.9em;
}
#forum div.topic_post .edited {
	font-size:.9em;
	font-style:italic;
	padding-left:15px;
}
#forum div.topic_post p {
	margin:7px 0 0 0;
	padding:0;
}
