#forum
{

}

#forum h2
{
	margin-bottom: 2px;
}

#forum h2 a
{
	color: black;
	text-decoration: none;
}

#forum h2 a:hover
{
	text-decoration: underline;
}

.post_info
{
	width: 151px;
	float: left;
	text-align: right;
}

.post
{
	width: 400px;
	float: left;
	border-left: 1px dotted #348;
}