/* CSS Document */
body{
	font-family:"Courier New", Courier, monospace;
	font-size:12px;
	text-align:center;
	background-image:url(../img/bg.gif);
	margin:0;
}
#tudo{
	position:absolute;
	width:660px;
	left:50%;
	margin-left:-330px;
}
#topo{
	width:100%;
	min-height:50px;
	_height:50px;
}
#centro{
	width:660px;
	min-height:100px;
	_height:100px;
	text-align:left;
}
#esquerdo{
	float:left;
	width:475px;
}
#direito{
	float:right;
	width:140px;
	margin-left:20px;
}
#rodape{
	width:445px;
	padding:20px;
	clear:both;
	float:left;
}
a.rodape:hover{
	background:none;
}
a{
	text-decoration:none;
	color:#FFFFFF;
}
a:hover {
	background-color:#000000;
}
img{
	border:none;
}
.perfil{
	color: #FFFFFF;
	background-color: #8B141A;
	line-height: 17px;
}
.titulo {
	font-size: 22px;
	color: #FFFFFF;
	text-decoration: bold;
	background-color: #000000;
	line-height: 22px;
}
.texto {
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	background-color: #FFFFFF;
	line-height: 17px;
}
.comments {
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #000000;
	line-height: 10px;
}
.commentshover {
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	background-color: #ffffff;
	line-height: 10px;
}
a.comments:hover{
	background-color:#FFFFFF;
	color:#000000;
}
.data {
	font-size: 11px;
	color: #FFFFFF;
	background-color: #8B141A;
	line-height: 17px;
}
.textoverm {
	color: #8B141A;
	font-size:14px;
}
#comentarios{
	width:475px;
	padding:20px;
	text-align:left;
	float:left;
}
p{
	margin-top:10px;
}