* {
	list-style:none;
	margin:0;
	padding:0;
}
BODY {
	margin:0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #c8c8b8;
	text-align: center;
	line-height: 1.5em;
	background-color: #FFF;
	background-image: url(img/bg.gif);
	background-position: center;
	background-repeat:no-repeat;
	border: 0px dotted #666;
}
#conteudo_geral{
	width: 1000px;
	height: 100%;
	text-align: left;
	margin: auto;
	padding: 0;
	border: 0px dotted red;
}
#topo{
	width: auto;
	/*float: left;*/
	margin: auto;
}
#conteudo_corpo			{ margin: 10 0 10 0px; }
#lateral_left				{ width: 213px; background-color: #fff; float:left; }
#principal{
	background-color: #ffffff;
	padding: 4 4 4 4px;
	width: 457px;  
	float: left;
	border:0px dotted orange;
}
#lateral_right			{ width: 120px; background-color: #fff; float: right; }
#rodape{
	width: 1000px;
	float: left;
	margin: 0;
	background-color: #fff;
	/*padding: 3 10 3 10px;*/
	text-align:right;
	clear: both;
	border:0px dotted green;
}

#derecha						{ margin: 0 0 0 170px; } 




/* **************************************************** 
DIV POST FORMATAÇÃO
**************************************************** */
.post {
	width: 472px;
	float: left;
	margin-top: 20px;
	background-color:#FFF;
	clear: both;
}

.tdata {
	font-size: 16px;
	font-weight: bold;
	color: #fc2033;
	clear: both;
	float: left;
	padding: 6px 6px 6px 6px;
	border: solid 1px #030032;
	margin-left: 16px;
	margin-bottom: 6px;
}
.tdia {
	font-size: 12px;
	color: #c8c8b8;
	clear: both;
	float: left;
	padding: 2px 0px 20px 16px;
	font-style: italic;
}
.ttitulo {
	font-size: 21px;
	color: #030032;
	clear: both;
	float: left;
	padding: 2px 0px 20px 16px;
}
.foto {
	font-size: 11px;
	color: #c8c8b8;
	clear: both;
	float: left;
	padding: 0px 0px 0px 9px;
	font-style: italic;
	text-align: center;
	width: 457px;
}
.ttexto {
	width: 443px;
	color: #030032;
	clear: both;
	float: left;
	text-align: justify;
	margin-top: 2px;
	margin-right: 9px;
	margin-bottom: 15px;
	margin-left: 16px;
}
.ttexto a:link, .ttexto a:visited, .ttexto a:active {
	color:#fff;
	text-decoration:none;
	background-color: #030032;
	padding: 1px;
}
.ttexto a:hover {
	color:#fff;
	text-decoration:none;	
	background-color: #fd2e3e;
	padding: 1px;	
}
.ttitulo {
	font-weight: bold;
	font-size: 21px;
	color: #030032;
	clear: both;
	float: left;
	padding: 2px 0px 10px 16px;
}
.formulario {
	height: 38px;
	background-color:#FFF;
	border: 1px solid #fd666c;
	color: #02052e;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	width: 100%;
}
#comentarios {
	clear:both;
	margin-left:20px
}
#comentarios a:link,#comentarios a:hover, #comentarios a:visited {
	text-decoration:none;
	color:white;
}



/* **************************************************** 
MENU FLUTUANTE 
**************************************************** */
#divStayTopLeft{
	position:absolute;
	margin:0;
	margin-top: 175px;
	width:280px;
	left:50%;
	margin-left:221px;
	background-color:#FFF;
	border:0px solid red;
}   
#direita {
	width: 280px;
	float: right;
	text-align:right;
	margin-top: 10px; /* 200 */
}