/* CSS Document */

body {
	margin:0;
	padding:0;
	background: #f2f2ed;
}

a:focus { -moz-outline: none -moz-mac-focusring; }

#content {
	padding:0;
	margin:200px auto 50px;
	width:721px;
	height:150px;
}

#index_vila {
	float:left;
	padding:0;
	margin:0;
	width: 360px;
	height: 150px;
	background: url('img/index_vila.gif') top no-repeat;
	border-right:1px solid #c0c0a9;
	text-indent: -9000px; 
}

#index_tara {
	float:right;
	padding:0;
	margin:0;
	width: 360px;
	height: 150px;
	background: url('img/index_tara.gif') top no-repeat;
	text-indent: -9000px; 
}

#contact {
	padding:0;
	margin:0 auto;
	width:721px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:normal;
	color:#94947b;
}

#contact div {
	border-top:1px solid #e0e0cf;
	width: 750px;
	padding:10px 0;
	margin:0;
}




