*
{
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #383431;
	text-decoration: none;
	list-style: none;
	border: none;
	text-align: left;
}

html
{
	background-color: #f8f8f8;
}



body
{
	margin: 0 auto;
	text-align: center;
	width: 765px;
}

#detalhe-top
{
	margin: 10px 0px 0px 0px;
	background: url(img/borda.jpg) no-repeat top center;
	width: 765px;
	height: 10px;
	text-align: center;	
}

#geral
{
	*margin: -5px 0px;
	width: 751px;
	border-right: 2px solid #ccc;
	border-left: 2px solid #ccc;
	padding: 0px 5px;
	background-color: #fff;
}

#topo
{
	height: 410px;
	width: 751px;
	text-align: center;	
}
	
#rodape
{
	background-color: #33629b;	
	padding: 3px 10px;
	margin: 0px 0px 0px 0px;	
	text-align: center;
	clear: both;
}

	#rodape p
	{
		font-size: 10px;	
		color: #ddd;
		text-align: right;
	}

	#rodape a.rodape_destaque
	{
		font-size: 10px;	
		color: #ddd;
		text-align: right;
	}

#detalhe-bottom
{
	margin: 0px 0px 10px 0px;
	background: url(img/borda_bottom.jpg) no-repeat bottom center;
	width: 765px;
	height: 7px;
	text-align: center;	
}







