table.forum{
	width: 840px;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
}
table.forum .category{
	font-size: 22px;
	width: 840px;
	height: 30px;
}
table.forum .left{
	width: 220px;
}
table.forum .right{
	width: 620px;
}

.boardname{
	font-size: 18px;
	width: 600px;
	height: 25px;
}
.boarddesc{
	font-size: 14px;
}
.boardpost{
	border-left: 1px dotted #ffffff;
	border-right: 1px dotted #ffffff;
	width: 75px;
	text-align: center;
}
.boardlast{
	width: 225px;
}

.topicname{
	font-size: 14px;
	width: 750px;
}
.topicdesc{
	font-size: 12px;
	width: 750px;
}
.topiccreate{
	border-left: 1px dotted #ffffff;
	font-size: 12px;
	width: 250px;
}

.forumpost{
	width: 840px;
	float: left;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
}
.forumpost .user{
	width: 150px;
	float: left;
}
.forumpost .avatar{
	width: 100px;
	height: 100px;
	float: left;
	margin: 0 auto;
}
.forumpost .content{
	width: 680px;
	float: left;
	margin: 4px;
}
.forumpost .header{
	float: left;
	width: 680px;
	margin: 4px;
	border-bottom: 1px dotted #ffffff;
}
.forumpost .avatar img{
	margin-left: 31px;
	margin-right: 31px;
	margin-top: 10px;
}

.postnew{
	float: left;
	width: 840px;
}