/* Formatação da página de contato*/

#image {
	vertical-align: middle;
	text-align: center;
	width: 100%;
	padding: 30px 0px 0px 0px;
}

#endereco {
	padding: 22px 15px 10px 10px;	
	font-size: 70%;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	color: #555555;
	text-align: left;
	line-height: 1.15;
}

#text {
	padding: 0px 40px 10px 40px;
}

#text p {
	text-align: center;
	line-height: 2.25;	
}

#text a {
	color: #B61C21;
	text-decoration: none;
	line-height: 2.50;
}

#text a:hover {
	color: #004020;
}
