@charset "utf-8";
/* CSS Document */

body{
	margin:0px;
	background-color:#91be69;
	}
	
div#geral{
	margin:0 auto;
	width:800px;
	background-color:#f1f8ea;
	}	
	
div#topo{
	width:800px;
	height:140px;
	clear:both;
	}
	
div#menu{
	width:770px;
	height:35px;
	clear:both;
	background-color:#9c6733;
	margin-left:15px;
	}		
	
	
div#topflash{
	width:770px;
	height:390px;
	clear:both;
	margin-left:15px;
	margin-top:1px;
	}	
	
div#conteudos{
	width:770px;
	margin-left:15px;
	clear:both;
	background-color:#FFFFFF;
	border-top:#9c6733 4px solid;
	border-bottom:#CCCCCC 1px solid;
	display:table;
	}
	
	
div#rodape{
	width:800px;
	height:50px;
	clear:both;
	border-bottom:#91be69 50px solid;
	font-size:10px;
	color:#666666;
	}
	
div#rodape1{
	width:610px;
	padding-left:20px;
	padding-top:15px;
	float:left;
	}
	
div#rodape2{
	float:left;
	padding-top:15px;
	}	
	
div#rodape2 a{
	color:#666666;
	text-decoration:none;
	}
div#rodape2 a:hover{
	color:#CCCCCC;
	}		
