body {
/* Necessário para centralizar o layout no "IE" */
text-align:center; 
margin: 0 auto;
}

div {
border:0px solid black; /* Define uma borda para todas as divs */
}

#estrutura {
width:774px;
margin:0 auto; /* centraliza o layout, exceto "IE" */
text-align:left; /* Alinhando o texto a esquerda**/
}

#topo {
	width:100%;
	text-align:left;
	margin: 0 auto;
	background-image:url(../imagens/bg_topo.gif);
	background-repeat:repeat-y;
	clear:both;
	border-top-width: 6px;
	border-top-style: solid;
	border-top-color: #183196;
}
#topo2 {
width:774px;
clear:both;
}
.logo {
width:500px;

}
.tel {
width:150px;
float:left;
}


#loja {
	width:100%;
	text-align:center;
	margin: 0 auto;
	background-color:#232324;
	clear:both;
	text-align:center;
	border-top-width:1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

#meio {
width:100%;
border-bottom:#666666;
border-bottom-style:solid;
border-bottom-width:20px;
text-align:center;
margin: 0;
background-image:url(../imagens/bg_produtos.gif);
background-repeat:repeat-y;
height:440px;
clear:both;
}
#meio2 {
width:774px;
height:450px;
text-align:center;
}

#tituloprod {
width:154px;
text-align:center;
background-color:#009900;

}


#conteudo {
	width:100%;
	text-align:center;
	height: 100%;
	margin: 0;
}
#conteudo2 {
width:774px;
margin:0;
}
#content {
width:589px;

}
#menu {
width:175px;
float:left; 
}

#cont {
	width:580px;
	margin-left:185px;
	text-align:left;
}
#cont2 {
	width:580px;
	margin-left:185px;
	text-align:left;
}
#camada {
width:578px;
background-color: #CCCC99;
margin-left:185px;
text-align:left;
}

#rodape {
clear:both; /*clear:both, para não sofrer influência do Float*/
width:100%;
background-image:url(../imagens/rodape.gif);
height:40px;
background-repeat:no-repeat;
}

#cabecalho {
/*Definindo altura e largura do cabeçalho*/
height:70px; width:774px;
clear:both;
}

.branco {
background-color:#FFFFFF;
height:0px;
}
