	* {
	    padding: 0px;
		margin: 0px;
	}
	
	img {
	    border: 0px;
	}
	
	#conteudo{
	    width:800;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size: 13px;
		position:absolute;
		left: 10px;
		top: 10px;
		border-right: 10px solid #E6F2FA;
		border-left: 10px solid #E6F2FA;		
	}
	
	#conteudo #frente{
	    float:left;
		margin-right: 20px;
		margin-bottom: 20px;
	}
	
	#conteudo p{
	    padding: 10px;
	}
	
	#endereco {
	    border: 1px solid black;
		width: 500px;
	}
	
	#topo{
		background: #E6F2FA;
		clear: both;		
		text-align: center;
	}
	
	#topo img{
	    margin-top: 10px;
	}

	#corpo{
		clear: both;
		padding: 20px;
	}
	
	#rodape{
		background: #E6F2FA;
		clear: both;
	}
	
	#rodape p{
	    text-align: center;
		margin: 0px;
		padding: 5px;
		font-size: 10px;
	}
	
	
	#menu{
		display: table;
	}
	
	.barra {
	    background: #E6F2FA; 
	}
	
	/* LOCALIZAÇÃO */	
	#mapa {
	    cursor:pointer;
	}
	
	
	/* INICIO FORMATAÇÃO FORMULÁRIO */
	
	form label{
	    width: 100px;
		height: 30px;
		clear:left;
		display: block;
		float:left;
		vertical-align:top;
	}
	
	form input{
	    display: block;
		float:left;
		width: 300px;
		border: 1px solid #0099FF;
	}	
	
	form textarea{
	    width: 400px;
		height: 300px;
		border: 1px solid #0099FF;
		display:block;
		float:left;
		overflow: auto;
	}	
	
	form #submit {
	    margin: 10px 0px;
	}
	
	/* FIM FORMATAÇÃO FORMULÁRIO */
	
	#ampliada {
	    border: 30px solid black;
		position: absolute;
		left: 30px;
		top: 140px;
		background: black;
		text-align: right;
	}
	
	#ampliada a {
	    color: white;
		font-weight:bold;
	}
	
	.tb {
	    float:left;
		width: 160px;
		height: 160px;
		text-align:center;
		vertical-align:middle;
	}
	
	li { list-style-type: square; }	