.forum {
	width: 400px;
	margin: 15px 10px 0px 10px;
}
.forum p {
	margin: 0px;
	padding: 0px 0px 5px 0px;
}
.post {
	width: 100%;
	padding: 10px 10px 10px 170px;
	position: relative;
	background-color: #f8f8f8;
}
.postUser {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 107px;
	background-color: #e8e8e8;
	padding: 5px 5px 5px 38px;
}
.postUser h3 {
	font-size: 8pt;
	font-weight: bold;
	margin: 0px;
}
.postUser h4 {
	font-size: 8pt;
	font-weight: normal;
	margin: 0px;
}
.postUser img {
	background-color: #808080;
	height: 28px;
	width: 28px;
	position: absolute;
	top: 5px;
	left: 5px;
}
.postContent {
	background-color: #e8e8e8;
	padding: 5px 5px 0px 5px;
}
