/* CSS Document */

body{
	margin:0px;
	background-color:#FCF8DC;
	
	}
	
div#geral{
	width:779px;
	margin:0 auto;
	}	
	
div#topo1{
	width:779px;
	height:80px;
	float:left;
	clear:both;
	background-image:url(imagens/topo.jpg);
	background-repeat:no-repeat;
	}	

	
	
	
div#menu{
	width:779px;
	height:24px;
	float:left;
	clear:both;
	background-color:#405987;
	margin-top:2px;
	}
	
div#menu1{
	width:160px;
	height:24px;
	float:left;
	background-color:#5E77A4;
	}	

div#menu2{
	width:505px;
	height:24px;
	float:left;
	margin-left:50px;
	}


div#flash{
	width:779px;
	height:180px;
	float:left;
	clear:both;
	margin-top:1px;
	}
	
div#conteudo{
	width:779px;
	float:left;
	clear:both;
	}	
	
	
/* Formatar Rodape */	
	
div#rodape{
	width:779px;
	height:25px;
	float:left;
	clear:both;
	background-color:#F7EEB5;
	background-image:url(imagens/pixel.jpg);
	background-repeat:repeat;
	border-top:#CCC272 1px solid;
	margin-top:2px;
	
	}	
	
div#rodape1{
	width:400px;
	height:20px;
	float:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#7387AB;
	padding-top:5px;
	padding-left:10px;
	}	
	
div#rodape2{
	width:340px;
	height:20px;
	float:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#7387AB;
	padding-top:5px;
	padding-left:10px;
	text-align:right;
	}	
	
div#rodape a{
	color:#7387AB;
	text-decoration:none;
	}
	
div#rodape a:hover{
	color:#2F456C;
	}	
			
