/* CSS Document */

body{
	margin:0px;
	background-color:#DFDFE0;
	background-image:url(imagens/fundo.jpg);
	background-repeat:repeat-x;
	}
	
div#geral{
	width:779px;
	margin:0 auto;
	}
	
div#topo{
	width:779px;
	height:120px;
	background-image:url(imagens/topo.jpg);
	background-repeat:no-repeat;
	border-top:#283C5A 8px solid;
	clear:both;
	}	
	
div#menu{
	width:779px;
	height:40px;
	background-color:#283C5A;
	border-top:#B7D9EA 0px solid;
	clear:both;
	}		
	
div#conteudos{
	width:779px;
	clear:both;
	background-color:#FFFFFF;
	clear:both;
	}	
	
div#rodape{
	width:779px;
	height:25px;
	clear:both;
	background-color:#283C5A;
	color:#BDC6D5;
	font-size:10px;
	border-top:#076398 1px solid;
	background-image:url(imagens/rodape.jpg);
	background-repeat:no-repeat;
	}	

div#rodape1{
	width:400px;
	float:left;
	line-height:22px;
	padding-left:8px;
	}	

div#rodape2{
	width:360px;
	float:left;
	line-height:22px;
	text-align:right;
	}	
	
div#rodape a{
	text-decoration:none;
	color:#BDC6D5;
	}
div#rodape a:hover{
	color:#FFFFFF;
	}	