/* CSS Document */
#container{
	width:774px;
	margin:auto;
}
#container:after{
	clear:both;
	height:0;
	visibility:hidden;
	content:"";
	display:block;
}
#sub_menu{
	width:774px;
	height:22px;
	padding-top:8px;
	margin-bottom:10px;
	background:#fff;
	font-family:Verdana;
	font-size:10px;
	font-weight:bold;
	color:#de7100;
	text-align:center;
}
.submenu_divisa{ margin:0px 2px 0px 2px; }
#sub_menu a:hover{ color:#433117; }
.sub_menu_ativo{ color:#433117; }

#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;
}
#reservas{
	width:300px;
	height:140px;
	padding:30px 25px 0px 25px;
	margin-top:10px;
	background:#fff;
	font-family:Arial;
	font-size:12px;
	color:#77542b;
}
#descricao{
	width:355px;
	padding:30px;
	background:#77542b;
	font-family:Arial;
	font-size:12px;
	color:#fff;
}
#descricao img{ margin-bottom:20px; }

p{ padding:10px 0px 10px 0px; }

p b{
	color:#DE7100;
}