@font-face {
	font-family: "TrajanProRegular";
	src: url('../fonts/TrajanProRegular.eot');
	src: url('../fonts/TrajanProRegular.eot?#iefix') format('embedded-opentype');
	src: local("TrajanPro-Regular"), url("../fonts/TrajanProRegular.otf") format("opentype");
}

	*{
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		color:#333;
		padding:0px;
	}	

	body {
		width:100%;
		margin:0px auto 0;
		height:99%;
	}

	html, body {
		height:100%;
		background:#8D6F41;
	}

	.limpar_css{
		clear:both;
	}
	
	
	#fundo_topo_conteudo{
		width:100%;
		min-width:1024px;
		min-height:585px;
		background:url(../../imagens/background_topo_conteudo.jpg) left top repeat-x #FFF;
	}
		#fundo_topo_conteudo #div_topo{
			width:1024px;
			height:165px;
			background:url(../../imagens/branco_fundo_topo.png) left top no-repeat;
		}
			#fundo_topo_conteudo #div_topo #logo_bellan{
				float:left;
				width:288px;
				padding:44px 0px 0px 62px;
			}
			#fundo_topo_conteudo #div_topo #area_menu_topo{
				float:left;
				width:646px;
				height:55px;
				margin:48px 0px 0px 0px;
				background:url(../../imagens/background_menu_topo.jpg) left top no-repeat #3850A3;
			}
				#fundo_topo_conteudo #div_topo #area_menu_topo .link_menu{
					color:#FFF;
					font-size:10px;
					text-decoration:none;
				}
				#fundo_topo_conteudo #div_topo #area_menu_topo .link_menu:hover, #fundo_topo_conteudo #div_topo #area_menu_topo .link_menu_pagina{
					color:#FFFF00;
					font-size:10px;
					text-decoration:none;
				}
				
				#fundo_topo_conteudo #div_topo #area_menu_topo .box_link_home{
					float:left;
					width:85px;
					height:34px;
					padding:21px 0px 0px 0px;
					margin:0px 10px 0px 0px;
					background:#FBCC34;
				}
				#fundo_topo_conteudo #div_topo #area_menu_topo .box_links{
					float:left;
					padding:21px 15px 0px 15px;
				}
		
		#fundo_topo_conteudo #div_conteudo{
			width:1024px;
			height:20px;
			margin:-61px 0px 0px 0px;
		}		
	
	
	#fundo_rodape{
		width:100%;
		min-width:1024px;
		height:78px;
		background:url(../../imagens/background_rodape_riscas.jpg) left top repeat;
	}
		#fundo_rodape_conteudo{
			width:1024px;
			height:78px;
		}
			#fundo_rodape_conteudo #selo_50_anos{
				position:absolute;
				width:116px;
				height:107px;
				margin:-15px 0px 0px 895px;
				background:url(../../imagens/selo_50_anos_rodape.png) left top no-repeat;
			}
			
			#fundo_rodape_conteudo #box_rodape{
				width:745px;
				height:78px;
				margin:0px 0px 0px 50px;
				background:url(../../imagens/background_rodape_conteudo.jpg) left top no-repeat #4A3A22;
			}				
				#fundo_rodape_conteudo #box_rodape #rodape_endereco{
					float:left;
					width:225px;
					padding:15px 0px 0px 35px;
					color:#FFF;
					font-size:10px;
				}
				#fundo_rodape_conteudo #box_rodape .rodape_divisao{
					float:left;
					width:1px;
					height:30px;
					background:#90744B;
					margin:2px 19px 0px 19px;
				}
				#fundo_rodape_conteudo #box_rodape .rodape_box_links{
					float:left;
					padding:28px 0px 0px 0px;
				}
					#fundo_rodape_conteudo #box_rodape .rodape_box_links .link_rodape{
						color:#FFF;
						font-size:10px;
						text-decoration:none;
					}
					#fundo_rodape_conteudo #box_rodape .rodape_box_links .link_rodape:hover, #fundo_rodape_conteudo #box_rodape .rodape_box_links .link_rodape_pagina{
						color:#FFFF00;
						font-size:10px;
						text-decoration:none;
					}
					
	#fundo_rodape_copy{
		width:100%;
		min-width:1024px;
		height:50px;
		padding:64px 0px 0px 0px;
		color:#FFF;
		font-size:11px;
	}
	
		