/* CSS Document */

body{
	margin:0px;
	background-image:url(imagens/fundo00.jpg);
	background-repeat:repeat-x;
	background-color:#343E86;
	}
	
div#geral{
	width:779px;
	margin:0 auto;
	background-color:#FFFFFF;
	}	
	
div#topo{
	width:779px;
	height:140px;
	background-image:url(imagens/topo.jpg);
	background-repeat:no-repeat;
	clear:both;
	}
	
div#menu{
	width:779px;
	height:30px;
	background-color:#ffffff;
	clear:both;
	margin-top:1px;
	border-bottom:#F2BA27 1px dotted;
	}
	
div#conteudos{
	width:779px;
	background-color:#FFFFFF;
	clear:both;
	}	
	
	
div#rodape{
	width:779px;
	height:25px;
	background-color:#cccccc;
	clear:both;
	line-height:24px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#676EA4;
	background-image:url(imagens/rodape.jpg);
	background-repeat:no-repeat;
	}	
	
div#rodape1{
	width:400px;
	float:left;
	padding-left:20px;
	}	
	
div#rodape2{
	width:337px;
	float:left;
	text-align:right;
	}		
	
div#rodape a{
	color:#676EA4;
	text-decoration:none;
	}
div#rodape a:hover{
	color:#FBF6E8;
	}	
