/* CSS Document */

body{
	margin:0px;
	background-color:#DBD3AB;
	background-image:url(imagens/fundo.jpg);
	background-repeat:no-repeat;
	}
	
	
div#geral{
	width:779px;

	}
	
div#topo1{
	width:779px;
	height:60px;
	background-color:#FFFFFF;
	border-bottom:#CEB48D 1px solid;
	border-right:#7E7A6E 0px solid;
	}	
	
div#topflash{
	width:779px;
	height:140px;
	background-color:#FFFFFF;
	border-bottom:#AEA15D 8px solid;
	}	
	
div#conteudos{
	width:779px;
	}
	
div#esquerda{
	width:236px;
	height:200px;
	float:left;
	}
	
div#menu{
	width:236px;
	float:left;
	}	
	
	
	
div#centro{
	width:541px;
	background-color:#FFFFFF;
	float:left;
	border-left:#CCC5B2 1px solid;
	border-right:#CCC5B2 1px solid;
	border-bottom:#CCC5B2 1px solid;
	}
	
	
div#rodape{
	width:779px;
	height:20px;
	clear:both;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#B4A378;
	margin-top:5px;
	}
	
div#rodape1{
	padding-left:236px;
	width:350px;
	float:left;
	}	
	
div#rodape2{
	width:193px;
	float:left;
	text-align:right;
	}	
	
div#rodape a{
	color:#B4A378;
	text-decoration:none;
	}
	
div#rodape a:hover{
	color:#666666;
	}		
		
		