* {
	padding: 0;
	margin: 0;
	border: 0;
	font-family: Arial, Helvetica, sans-serif;
}
body {
	background: url(../imgs/bg.jpg);
	background-color: #e9b501;
	background-position: center top;
	background-repeat: no-repeat;
}
a:link, a:visited, a:hover, a:active {
	color: #000000;
	text-decoration: underline;
}
/* estrutura			================================================================================================================================================ */

/* container */
#container {
	width: 1000px;
	margin: 0 auto;
	text-align: left;
}
#header {
	position: relative;
	float: left;
	width: 1000px;
}
#footer {
	position: relative;
	float: left;
	width: 1000px;
	background-color: #e9b500;
	font: 10px Arial, Helvetica, sans-serif;
	text-align: center;
	padding-bottom: 10px;
}
#contato {
	position: relative;
	float: left;
	width: 921px;
	height: 362px;
	padding: 11px 0 0 79px;
	background: url(../imgs/contato_01.jpg);
	background-repeat: no-repeat;
	color: #172855;
	font: 14px Arial, Helvetica, sans-serif;
}
/* imoveis */
/*#imoveis td {
	background: url(../imgs/imoveis_01.jpg);
	background-repeat: no-repeat;
}*/
#imoveis .bairro {
	font: bold 12px Arial, Helvetica, sans-serif;
	color: red;
	margin-top: 10px;
	text-transform: uppercase;
}
#imoveis .descricao {
	font: 10px Arial, Helvetica, sans-serif;
	margin-bottom: 7px;
	width: 210px;
	margin-left: 10px;
	text-align: center;
}

