#main {
	background-image: url(../images/bghome.gif);
	background-repeat: repeat-y;
	background-position: 15px 0px;
}
.post {
	width: 725px;
}

.postFoto, .postComment {
	float: left;
}
.postFoto img {
	padding: 2px;
}
.postFoto {
	/*background-image: url(../images/imgpostbottom.gif);
	background-repeat: no-repeat;
	background-position: 0px 190px;
	height: 191px;*/
	width: 190px;
}
.postComment {
	width: 460px;
	padding-right: 46px;
	padding-left: 25px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.postComment h2 {
	font-weight: bold;
}

.postCommText {
	float: left;
	width: 425px;
	padding-top: 10px;
	line-height: 20px;
}
.postautor {
	background-image: url(../images/bgpostautor.gif);
	height: 18px;
	background-repeat: no-repeat;
	clear: both;
	padding-left: 560px;
	font-weight: bold;
	padding-top: 5px;
}
.pagenav {
	width: 690px;
	padding-right: 35px;
	text-align: right;
	padding-top: 105px;
	background-image: url(../images/bgnavpost.gif);
	background-repeat: no-repeat;
	background-position: 0px 95px;
	height: 20px;
}
div.pagenav a:hover {
	color: #A5A5A5;
}

