/*-----------------------------
CSS Documento
Desenvolvido por: DC soluções web 
Data: 20/09/2007
------------------------------*/



/*----------ESTRUTURA DA PÁGINA-----------*/



body { 
	color: #000;
	 
	font-size: 11px; 
	
	font-family: Verdana, sans-serif; 
	
	margin: 0;
	text-align:center;
	 
	
		
	
}


#geral {  

  	width: 400px; height: 200; margin: auto; border:2px solid #000; background: #fff; top: 50px;

	   
}


#topo { 
	
	height:120px;
	width:400px;
	background: #fff url(../img/life_resort_admin.jpg) no-repeat;
	
	
}

#conteudo { 
	float: left; 
	
	width: 400px; 
			
	margin-top:10px; 
	
	
	background:#FFF;  
	
	
	
	}
	
.texto{font-size:10px; font-weight:bold;}
.caixa{font-size:10px;}
	
