/* --------- GERAL ---------- */

body {
	background-image:url(../layout/bg_stripes.jpg);
	background-repeat:repeat;
	}

a:link, a:active, a:visited {color:#988d79;}
a:hover {text-decoration:underline; background-color:#d7ccb8;}

/* -------- CONTEÚDO --------- */

#grade{
	margin: 0 auto;
	width:1000px;
	}

#menu_imovel{
	width:200px;
	float:left;
	}

#menu_decorar{
	width:200px;
	float:right;
	}
	
#conteudo{
	width:600px;
	float:left;
	margin-bottom:30px;
	}

/* -------- CENTRO --------- */

#top_banner{
	width:600px;
	height:210px;
	}
	
#col_esq{
	width:255px;
	float:left;
	background-image:url(../conteudo/imovel/bg_imovel.jpg);
	padding-left:30px;
	padding-right:15px;
	}

#col_dir{
	width:255px;
	float:right;
	background-image:url(../conteudo/decorar/bg_decorar.jpg);
	padding-right:30px;
	padding-left:15px;
	}
	
#col_unica{
	width:555px;
	float:left;
	background-image:url(../conteudo/1coluna/bg_1coluna.jpg);
	padding-left:30px;
	padding-right:15px;
	}

#rodape{
	width:600px;
	height:20px;
	background-color:#FFFFFF;
	clear:both;
	}

/* -------- CENTRO --------- */

.texto{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color: #988d79;
	font-size:12px;
	}

.titulo{
	font-family:Impact, Helvetica, Arial;
	color: #988d79;
	font-size:20px;
