/* CSS Document */
body {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	background-color: #E3E3E3;
	text-align: center;
	font: normal 12px Arial;
	color: #554000;
}
a:link {text-decoration: none; color:#554000; font: bold 12px Arial;}
a:visited {text-decoration: none; color: #554000; font: bold 12px Arial;}
a:hover {text-decoration: underline; color: #554000; font: bold 12px Arial;}
a:active {text-decoration: none; color: #554000; font: bold 12px Arial;}

div#tudo {
	
	background-color: #ffffff; 
	width: 837px;
	text-align:left; /*evita que o conteudo da div herde o centralizar do body */
	margin:0 auto;
	/* background-image: url("../imagens/globo.jpg"); */
	background-position: bottom right;
	background-repeat: no-repeat;
}
div#topo {
	background-color: #ffffff;
	width: 837px;
	height: 89px;
}
div#data{
	font: bold 12px Arial;
	color: #ffffff;
	margin-top: 3px;
	/*background-color: #c19e4b; */
	background-color: #5f92ad; 
	width: 837px;
	height: 18px;
	text-align:right;
}
div#menu{
	margin-top:12px;
	margin-left:15px;
	float:left;
}
div#menuTopo{
	background-image: url("../imagens/menuTitulo.jpg");
	background-repeat: no-repeat;
	width:170px;
	height:25px;
}
div#menuTopoForum{
	background-image: url("../imagens/menuforum.jpg");
	background-repeat: no-repeat;
	width:170px;
	height:25px;
}
#menuLista{
	list-style:none;
	margin: 0;
	padding: 0;
	width:170px;
}

#menuLista li{
	margin-top:5px;
}
#menuLista a{
	background-image: url("../imagens/menuFundo.jpg");
	background-repeat: repeat-y;
	font: bold 12px Arial;
	color: #FFFFFF;
	padding-left:45px;
	padding-top:3px;
	padding-bottom:3px;	
	display:block;
}
#menuLista a:hover{
	font: bold 12px Arial;
	color: #C19E4B;
	text-decoration:none;
}
div#conteudo{
	float:left;
	width: 600px;
	height: 700px;
	font: normal 14px Arial;
	margin-top:15px;
	margin-left: 30px;
	color: #554000;
}
div#rodape{
	margin-top:20px;
	
}
div#logos{
    padding-left:15px;
	float: left;
	width:200px;
	height:100px;
}
div#creditos{
	width: 806px;
	height:30px;
	padding-top:30px;
	float:left;
	text-align:center;
	font: bold 10px Arial;
}
h1{
	font: normal 18px Arial;
	color: #554000;
	text-align:justify;;
}
img{
	border:0px;
}
/* ------- CLASSES GLOBAIS ------------------------------------------ */
.limpar_float { /* usado para limpar floats */
	clear: both;
}