/* CSS Document */

body{
	margin:0px;
	background-color:#DCEAB3;
	}
	
div#geral{
	width:779px;
	margin:0 auto;
	}	
	
div#topo{
	width:779px;
	height:200px;
	clear:both;
	background-image:url(imagens/topo.jpg);
	background-repeat:no-repeat;
	}	

div#menu{
	width:679px;
	height:30px;
	clear:both;
	border-bottom:#D1DA93 1px solid;
	padding-left:100px;
	}	
	
div#conteudos{
	width:779px;
	clear:both;
	}
	
div#rodape{
	width:779px;
	height:80px;
	clear:both;
	color:#5B8869;
	line-height:38px;
	background-image:url(imagens/rodape.jpg);
	background-repeat:no-repeat;
	}		
	
div#rodape1{
	width:480px;
	float:left;
	padding-left:20px;
	}
div#rodape2{
	width:259px;
	float:left;
	text-align:right;
	}	
div#rodape a{
	color:#5B8869;
	text-decoration:none;
	}
div#rodape a:hover{
	color:#F5863A;
	}	
		