*{
	margin:0;
	padding:0;
	font-family:"Trebuchet MS", Tahoma;
}
body{
	background:#FAD851;
}
#conteiner{
	margin:0 auto;
	width:760px;
	height:auto;
	overflow:auto;
	border:2px solid red;
}
#menu{
	width:760px;
	height:44px;
	background:url(../imagens/menu.jpg) repeat-x;
}
#menu ul{
	list-style:none;
	padding:0 0 0 20px;
}
#menu li{
	float:left;
	padding:10px 0 0 35px;
}
#menu a{
	color:#ffffff;
	text-decoration:none;
	background:url(../imagens/divisa.jpg) no-repeat center right;
	padding:0 35px 0 0;
}
#menu .divisa{
	background:none;
}
#menu a:hover{
	color:#ff0000;
}
#flash{
	width:760px;
	height:278px;
	background:url(../imagens/topo.jpg) no-repeat;
}
#corpo_index{
	width:760px;
	height:444px;
	background:url(../imagens/corpo.jpg) no-repeat;
	
}
#corpo_index img{
	margin:245px 0 0 6px;
	border:0;
}
#corpo{
	width:760px;
	height:auto;
	overflow:auto;
	background:url(../imagens/filte_corpo.jpg) repeat-y;
	
}

#texto_top{
	width:731px;
	height:34px;
	margin:10px 0 0 20px;
	background:url(../imagens/texto_top.jpg) no-repeat;
}
#texto{
	width:730px;
	height:auto;
	overflow:auto;
	margin:0 0 0 20px;
	background:url(../imagens/texto.jpg) repeat-y;
}
#texto h2{
	color:red;
	padding:0 0 0 20px;
}
#texto p{
	text-align:justify;
	color:red;
	padding:10px 20px;
	font-size:.8em;
}
#texto_bottom{
	width:731px;
	height:34px;
	margin:0 0 10px 20px;
	background:url(../imagens/texto_bottom.jpg) no-repeat;
}


#rodape{
	clear:both;
	width:760px;
	height:43px;
	background:url(../imagens/rodape.jpg) no-repeat;
}
#rodape p{
	color:#ffffff;
	float:left;
	font-size:.7em;
	padding:10px 0 0 30px
}
#rodape .copyright{
	padding:10px 0 0 280px;
}


/********** logo class********/


#divdeveloped {

 clear: both;

 width: 750px;

 margin: 0 auto 0 auto;

 text-align: right;

 text-decoration: none; }

 

#divdeveloped img {

 margin-bottom: 10px;

 float: right; }

 

#divdeveloped img a {

 text-align: right;

 text-decoration: none;
}