body {
	display: block;
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-image: url('../imagens/fundo_body.jpg');
	background-repeat: repeat;
}

#wrapper_tronco {
	display: block; 
	opacity: .0;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; 
	filter: alpha(opacity=0);
	
}

#wrapper_menu_topo {
	display: block;
	width: auto;
	height: 120px;
	background-color: #d7d6d4;
	background-image: url('../imagens/sombra_menu.png');
	background-repeat: no-repeat;
	background-position: center 42px;
}

#wrapper_menu_topo_interior {
	width: 887px;
	height: 120px;
	margin: auto;
}

#logo {
	float: left;
	width: 282px;
	height: 120px;
	background-image: url('../imagens/logo.png');
	background-repeat: no-repeat;
	background-position: center 36px;
}

#menu_topo {
	position: relative;
	top: 60px;
	left: 45px;
	float: left;
	width: 547px;
	height: 60px;
	visibility: hidden;

/*border-color: #ff0000;
border-style: solid;
border-width: 1px;*/
}

#wrapper_banner {
	display: block;
	width: auto;
	height: 282px;
	background-image: url('../imagens/fundo_menu_hor.jpg');
	background-repeat: repeat-x;
	background-position: 0px 0px;
}

#banner {
	width: 885px;
	height: 282px;
	margin: auto;
/* 	
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='../imagens/quemsomos_teste.png'); 
	background-image: url('../imagens/quemsomos.png');
	background-repeat: no-repeat;
	background-position: 0px 4px;
*/
}

#sub_menu {
	float: right;
	position: relative;
	top: 140px;
	right: 10px;
	width: 200px;
	height: 40px;

/*border-color: #ff0000;
border-style: solid;
border-width: 1px;*/
}

#wrapper_conteudo {
	display: block;
	width: auto;
	/*height: 200px;*/
	background-color: #ffffff;
}

#centro {
	width: 820px;
	/*height: 198px;*/
	margin: auto;
	background-color: #ffffff;

/*border-color: #ff0000;
border-style: solid;
border-width: 1px;*/
}

#wrapper_centro_topo_home {
	display: block;
	width: auto;
	height: 248px;
	background-image: url('../imagens/fundo_menu_hor_home.jpg');
	background-repeat: repeat-x;
	background-position: 0px 0px;
}

#centro_topo_home, #centro_fundo_home {
	width: 900px;
	margin: auto;
}

#centro_fundo_home {
	height: 445px;
}

#sombra_conteudo {
	width: auto;
	height: 34px;
	margin: auto;
	margin-bottom: 0px;
	background-color: #ffffff;
	background-image: url('../imagens/sombra_conteudo.jpg');
	background-repeat: no-repeat;
	background-position: center center;
}

#wrapper_rodape {
	display: block;
	width: 887px;
	height: 60px;
	margin: auto; 
 	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='../imagens/fundo_rodape.png'); 
	background-image: url('../imagens/fundo_rodape.png');
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#rodape, #rodape_home {
	width: 820px;
	height: 40px;
	margin: auto; 
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	color: #ffffff;

/*border-color: #ff0000;
border-style: solid;
border-width: 1px;*/
}

#rodape {
	position: relative;
	top: 50px;
}

#rodape_home {
	position: relative;
	top: 10px;
}

.buttonheading img {
	outline-style: none;
	border: 0px;
}

.clear {
	display: block; 
	height: 0px; 
	width: 100%;
	clear: both; 
	visibility: hidden;
}