*{
	margin:0px;
	padding:0px;
	font-family:Verdana,Arial,Tahoma;
}
body{
	background:#8A8A8A;
	font-size:12px;
}
a:link, a:visited{
	text-decoration:none;
	color:#000;
}
a:hover{
	text-decoration:underline;
}
#moldura{
	margin:auto;
	width:900px;
/*//	border-left:solid 2px #FFF;*/
/*	border-right:solid 2px #FFF;*/
}
#site{
	background:#FFF;
	width:900px;
	padding-bottom:10px;
}
#topo{
	height:150px;
}
#menu-topo{
	width:100%;
	height:33px;
	background:url(imagens/menu-topo.jpg) repeat-x;
	color:#FFF;
	font-weight:bold;
	text-align:center;
	font-size:12px;
}
#menu-topo a{
	color:#FFF;
}
#menu-topo ul{
	padding:8px 5px 0 5px;
}
#menu-topo li{
	display:inline;
	padding:0 15px 0 15px;
}
#conteudo{
	padding:3px;
}
h1{
	font-size:16px;
	color:#333333;
	margin-bottom:12px;
}
h3{
	font-size:13px;
	color:#333333;
}
h3:hover{
	text-decoration:none;
}
p{
	margin-bottom:3px;
}
#legenda{
	font-size:13px;
	color:#333333;
	font-weight:bold;
	padding:0 4px 0 3px;
}
fieldset{
	padding:4px;
}
#categorias{
	background:url(imagens/menu-topo.jpg) repeat-x;
	padding-left:3px;
	color:#FFF;
	font-weight:bold;
	height:30px;
}
#categorias a{
	color:#FFF;
}
#subcategorias{
	width:176px;
}
#subcategorias a{
	color:#333333;
	text-decoration:none;
	font-weight:bold;
	display:block;
	width:171px;
	height:25px;
	line-height:25px;
	padding-left:5px;
}
#subcategorias a:hover{
	background:#F7D5D2;
	color: #A10908;
}
#imoveis{
	border:	#000 1px dotted;
	padding: 3px;
	text-align: center;
	width: 145px;
}
#imoveis a:link, #imoveis a:visited{
	color:#333;
	text-decoration:none;
}
#imoveis a:hover{
	text-decoration:underline;
}
img{
	border: 0px;
}
#rodape, #rodape a{
	width:900px;
	height:33px;
	line-height:33px;
	background:url(imagens/menu-topo.jpg) repeat-x;
	color:#FFF;
	font-weight:bold;
	text-align:center;
	font-size:12px;
}
#rodape a:hover{
	text-decoration: underline;
}