@charset "utf-8";
html, body{
	background-image:url(../imgs/background.gif);
	margin:0;
	height:100%;
}
*{
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#644F1C;
	margin:0;
	padding:0;
	border:0;
}
p{
	line-height:18px;
}
* html #conteudo{
	height:100%;
}
#conteudo{
	width:900px;
	position:relative;
	margin:0 auto;
	min-height:100%;
	background-color:#F3EED1;
	background-image:url(../imgs/img_bottom_1.jpg);
	background-repeat:no-repeat;
	background-position:bottom right;
}
#nivel_1, #nivel_2, #nivel_3, #nivel_4{
	width:900px;
	float:left;
	clear:both;
	background:white;
}
#nivel_3{
	background-image:url(../imgs/background_nivel_3.jpg);
}
#logo{
	float:left;
	width:209px;
	height:159px;
}
#topo{
	background-image:url(../imgs/img1.jpg);
	background-repeat:no-repeat;
	width:691px;
	height:159px;
	float:right;
}
#menu{
	float:left;
}
#conteudo_central_default{
	padding:10px;
	float:left;
	width:377px;
}
#conteudo_central_default p{
	margin-bottom:10px;
}
#conteudo_adicional{
	width:294px;
	float:right;
}
#nivel_4_barra_esquerda, #nivel_2_barra_esquerda{
	float:left;
	width:209px;
	height:15px;
	background:url(../imgs/nivel_4_barra_esquerda.gif);
	background-repeat:no-repeat;
}
#nivel_4_barra_direita, #nivel_2_barra_direita{
	float:right;
	width:691px;
	height:15px;
	background:url(../imgs/nivel_4_barra_direita.gif);
	background-repeat:no-repeat;
}
#mapa_link, #msn_status, #contato{
	margin-left:467px;
}
#contato{
	text-align:right;
	margin-right:18px;
}
#receitas_home{
	background-image:url(../imgs/img_receitas_home.jpg);
	background-repeat:no-repeat;

}
#fotos_home{
	background-image:url(../imgs/img_fotos_home.jpg);
	background-repeat:no-repeat;

}
#receitas_home, #fotos_home{
	padding:85px 20px 10px 20px;
}
#endereco{
	padding:20px;
}
#receitas_home ul{
	list-style:none;
}
#receitas_home ul li{
	margin-bottom:7px;
	padding-bottom:5px;
	border-bottom:1px solid #D5C570;
}
#receitas_home ul li a, #receitas_home ul li a:link{
	text-decoration:none;
}
#receitas_home ul li a:hover{
	text-decoration:underline;
}
#fotos_home ul{
	list-style:none;
	margin-bottom:10px;
}
#fotos_home li{
	display:inline;
}
#fotos_home li a img{
	border:3px solid #D5C570;
	margin:3px;
}
.sublink_conteudo_adicional{
	text-align:right;

}
.sublink_conteudo_adicional a{
	font-size:10px;
	text-decoration:none;
}
.sublink_conteudo_adicional a:hover{
	text-decoration:underline;
}
.listagem{
	padding:5px;
	text-align:center;
}
.listagem a{
	text-decoration:none;
}
.listagem a:hover{
	text-decoration:underline;
}
.campos{
	margin-left:50;
	width:250px;
	padding:5px;
	margin-bottom:6px;
	margin-top:3px;
	border:1px solid #D5C570;
}
.botao{
	margin-left:50;
	width:80px;
	padding:3px;
	margin-bottom:6px;
	margin-top:3px;
	border:1px solid #D5C570;
	background-color:#FFFFFF;
	font-weight:bold;
}
#janela_banner{
	border:			4px solid #fff;
	height:			500px;
	left:			-176px;
	margin-left:	50%;
	position:		absolute;
	top:			170px;
	width:			352px;
	
}