body{
	background-image:url(../layout/fundobody.jpg); 
	background-repeat:repeat-y;
}

#slogan{
	width:950px;
	height:50px;
	text-align:center;
}

#envolta{
	width:950px;
	background-image:url(../layout/fundoenvolta.jpg); 
	background-repeat:repeat-y;
}

#envolta2{
	width:950px;
	background-image:url(../layout/fundoenvolta2.jpg); 
	background-repeat:repeat-y;
}

#topo{
	width:950px;
	height:120px;
	margin-bottom:10px;
}

#titulo{
	width:270px;
	border-left:1px solid #ac895f;
	padding-left:10px;
}

#titulo2{
	width:550px;
	border-left:1px solid #ac895f;
	padding-left:10px;
}

#item{
	width:200px;
	height:200px;
	border:1px solid #ac895f;
	padding:5px;
	margin-bottom:10px;
	float:left;
}

#item2{
	width:270px;
	padding:5px;
	margin-bottom:10px;
	float:left;
}

#nome{
	width:366px;
	float:left;
}

#menu{
	width:534px;
	float:right;
	text-align:right;
	background-color:#000;
}

#menu2{
	width:946px;
	height:50px;
	border-bottom:1px solid #000;
	text-align:center;
}

#colunas{
	width:280px;
	text-align:justify;
}

#colunas2{
	width:560px;
	text-align:justify;
}

#produtos{
	width:190px;
	height:180px;
	padding:5px;
	margin:3px;
	float:left;
}



/* DADOS ///////////////////////////////////////////// */
#dados{
	width:946px;
	height:272px;
	background-image:url('../layout/fundodados.jpg');
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:center;
}

/* RODAPÉ ///////////////////////////////////////////// */
#rodape{
	width:960px;
	margin-bottom:20px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:center;
}


/* CONTAINERS DO FORMULÁRIO */

#divisor{
	width:20px;
	height:200px;
}

#caixa{
	width:560px;
	border:1px solid #ac895f;
	margin-top:20px;
	float:right;
	text-align:left;
	padding:5px;
}


