html, body, div, ul,
li, table, tr, td {

	margin:0;
	padding:0;
	border:0;
	
	}

#geral {

	width:1000px;
	height:100%;
	position:relative;
	left:50%;
	margin-left:-500px;
			
	}
	
#fachada {

	width:1000px;
	height:405px;
			
	}
	
#lateral {

	width:250px;
	float:left;
		
	}

#centro {

	width:750px;
	float:right;
				
	}
	
#rodape {

	width:1000px;
	height:72px;
	clear:both;
	
	}
	
p {

font-family:Verdana;
font-size:12px;

	}	



