body {
	background: #fbbd01 url(imagens/fundo_principal.jpg) repeat-x;
	margin: 0;
	padding: 0;
}

#wrapper {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border:0;
	width: 948px;
}

#container {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border:0;
	width: 948px;
}


#header {
	margin: 0 0 15px 0;
	background: yellow;
}

#meio { 
	float: left;
	width: 948px;
	height: 100%;
    background: url(imagens/fundo_topo.png) no-repeat;
}

#meio_conteudo {
	float: left;
	width: 938px;
	height: 100%;
	margin-top: 0px;
	margin-bottom: 3px;
	padding: 5px 5px 5px 5px; 
	background: #ffefd7;
}

#conteudo { 
	float: left;
	width: 750px;
	height: 100%;
	background: url(imagens/fundo_conteudo.jpg) repeat-y;
    padding: 0px 0px 0px 10px;
}

#endereco { 
	float: left;
	width: 948px;
	height: 100%;
	margin-top: 25px;
}

#flash { 
	float: left;
	width: 948px;
	height: 100%;
	margin-top: 0px;
}

#rodape {
	width: 948px;
	height: 150px;
	clear: both;
	background: url(imagens/fundo_rodape.png) no-repeat;
	margin-left: 0px;
	margin-bottom: 20px;
}

.textoendereco {
	color: #FFFFFF;
	font: 10px "Trebuchet MS";
	text-align: center;
}

#menu {
	position:relative;
	width: 804px;
	height: 25px;
	margin-top: 178px;
	background: #6b1501;
	padding: 8px 0px 0px 145px;color: white;
	font: 14px  "Trebuchet MS";
}

.menu {
	color: white;
	font: 14px  "Trebuchet MS";
	text-decoration: none;
}
.menu:hover {
	color: #FC0;
	font: 14px "Trebuchet MS";
	text-decoration: underline;
}


.textogeral {
	color: #000000;
	font: 13px "Trebuchet MS";
	text-align: justify;
}

.titulosinternas {
	color: #900;
	font: 26px "Trebuchet MS";
	text-align: justify;
}








