.content {
	position:absolute;
	top:98px;
	left:0px;
	width:725px;
}
.post {
	position:relative;
}
.post_header {
	position:relative;
	left:56px;
	padding:0px;
	width:670px;
	height:71px;
}
.post_header_img {
	width:670px;
	height:71px;	
}
.post_body {
	position:relative;
	left:56px;
	width:600px;
	background-image:url('images/post_background.jpg');
	background-repeat:repeat-y;
	padding:0px;
	padding-left:40px;
	padding-right:30px;
	padding-top:0px;
	padding-bottom:20px;
}
.post_footer {
	position:relative;
	left:56px;
	padding:0px;
	background-image:url('images/post_footer.jpg');
	background-repeat:no-repeat;
	width:670px;
	height:47px;
}
.post_date {
	position:absolute;
	top:75px;
	left:15px;
}
.post_comment {
	position:absolute;
	left:425px;
	top:-1px;
}
.post_comment_count {
	position:absolute;
	left:590px;
	top:-1px;
	height:30px;
	background-color:#009ebe;
}
.post_comment_count:hover, .navright:hover, .navleft:hover {
	background-color:#ff005a;
}
.navlinks {
	position:relative;
	left:56px;
	width:675px;
	height:70px;
}
.navleft, .navright {
	position: absolute;
	top:0px;
	height:29px;
	background-color:#009ebe;
	text-align:center;
}
.navleft {
	top:18px;
	left:25px;
	width:90px;	
}
.navright {
	left:580px;
	top:18px;
	width:75px;
}
.empty {
	position:relative;
	width:400px;
	height:100px;
}