/* CSS Document */
#container{
	width:774px;
	margin:10px auto auto auto;
}
#container:after{
	clear:both;
	height:0;
	visibility:hidden;
	content:"";
	display:block;	
}
#sub_menu{
	width:774px;
	height:22px;
	padding-top:8px;
	margin-bottom:15px;
	background:#fff;
	font-family:Verdana;
	font-size:11px;
	font-weight:bold;
	color:#de7100;
	text-align:center;
}
.submenu_divisa{
	margin:0px 5px 0px 5px;
}
#col_esquerda{
	width:350px;
	float:left;
	clear:left; 
	margin-bottom:10px;
	margin-right:10px;
}
#col_esquerda:after{
	clear:both;
	height:0;
	visibility:hidden;
	content:"";
	display:block;	
}
#col_direita{
	width:412px;
	float:left;
	clear:right;
	margin-bottom:10px; 
}
#col_direita:after{
	clear:both;
	height:0;
	visibility:hidden;
	content:"";
	display:block;	
}
#foto_a_casa{
	width:350px;
	height:232px;
}
#descricao{
	width:353px;
	height:172px;
	padding:30px;
	background:#77542b;
	font-family:Arial;
	font-size:12px;
	color:#fff;
}
#descricao img{ padding-bottom:10px; }

.eventos{ 
	width:773px; 
	height:80px; 
	clear:both;
	margin-bottom:5px;
	background:#77542b;
	font-family:Arial;
	font-size:12px;
	color:#fff;
}
.eventos_foto{width:120px; height:80px; float:left;}
.eventos_descricao{ 
	width:613px;
	height:60px;
	padding:10px 20px 10px 20px;; 
	float:left; 
}
.eventos_destaque{
	font-family:Georgia;
	font-size:14px;
	font-weight:bold;
	color:#fa8e19;
}