@import url("estilo.css");
@import url("titulos.css");
@import url("highslide.css");
* {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
a {
outline: none;
}
body {
	background: url(../img/fundoTopo.jpg) no-repeat right top ;
}
div#geral{
	position: relative;
	width:778px;
	height:auto;
	min-height:600px;
	min-width:778px;
	margin-right: auto;
	margin-left: auto;
}
div#col_dir{
	margin: 330px 0 0 10px;
	width:590px;
	float:left;
}
*html div#col_dir{
	width:585px;
}
div#col_esq{
	width:170px;
	height:auto;
	float:left;
	position:relative;
}
div#logo {
	position: absolute;
	left: -30px;
	float:left;
}
div#menu {
	margin-top:147px;
}
div#bloco_receitas{
	width:100%;
	background:url(../img/sombra.gif) no-repeat 0px -1px;
	padding-bottom: 20px;
}
div#produto {
	width:100%;
	background:url(../img/sombra.gif) no-repeat 0px -1px;
	padding-bottom: 20px;
}
div#receitas {
	width:100%;
	background:url(../img/sombra.gif) no-repeat 0px -1px;
	padding-bottom: 20px;
}
div#saude {
	width:100%;
	background:url(../img/sombra.gif) no-repeat 0px -1px;
	padding-bottom: 20px;
}
div#noticias {
	width:100%;
	background:url(../img/sombra.gif) no-repeat 0px -1px;
	padding-bottom: 20px;
}
div#texto{
	width:370px;
	float:left;
}
div#imagens{
	widows:160px;
	float:right;
}
div#bloco_dicas{
	width:100%;
}
div#rodape{
	position: relative;
	top: 0px;
	clear:both;
	width:100%;
	height:150px;
	background: url(../img/fundoRodape.jpg) no-repeat center bottom;
	padding-top: 20px;
}
.holder {
	position: relative;
	width:778px;
	min-width:778px;
	margin-right: auto;
	margin-left: auto;
}
div#main_flash  {
	position:absolute;
	left: 160px;
	top: -10px;
}

.box_esquerda { display: block; width:370px; float: left; margin-top: 10px; }

.box_direita { display: block; width: 170px; float: right; margin-top: 10px;}


