div#postContainer {
	float: left;
	padding: 8px 0px 0px 0px;
}
div#topicHeader {
	width: 500px;
	height: auto;
	font-size: 18px;
	font-weight: bold;
	float:left;
	text-align: center;
	/*background-color: #cccccc;*/
}
div#comment {
	width: 500px;
	background-color: green;
}
div#name {
	width: 200px;
	background-color: #999999;
	float: left;
}
div#namePadding {
	padding: 2px 2px 0px 0px;
	color: #567694;
	font-weight: bold;
}
div#post {
	width: 300px;
	background-color: #99805e;
	float:left;
}
div#commentPadding {
	padding: 2px 2px 2px 2px;
}
div#postedName {
	width: 298px;
	background-color: #ccc;
	float: left;
	padding: 0px;
}
div#datePadding {
	padding: 0px 2px 2px 0px;
	font-size: 11px;
}
div#postBtn {
	width: auto;
	height: auto;
	/*background-color: #c4c4c4;*/
	float: left;
}
div#postBtnPadding {
	padding: 4px 0px 0px 0px;
	text-decoration: underline;
}
.commentsTable {
	border: 0px solid #000000;
	align: top;
}
div#commentPadding {
	padding: 4px 0px 0px 4px;
	font-size: 12px;
}
.hr2 {
	width: 500px;
}