body {
	margin:0px;
	background-image:url('../layout/fundobody3.jpg');
	background-attachment:fixed;
}

#ilustra{
	width:800px;
	text-align:center;
	margin:20px 0px 20px 0px;
	
}

#menu{
	width:800px;
	text-align:center;
	margin:0px 0px 20px 0px;
	padding-left:5px;
}

#produto{
	width:200px;
	height:300px;
	padding:10px;
	margin:10px;
	border:1px solid #ddd;
	float:left;
}

#titulo{
	color:#392b80;
	border-bottom:1px solid #ccc;
	font-family:"Times New Roman", Times, serif;
	font-size:29px;
	font-weight:bold;
	text-align:left;
	width:800px;
}

#corpo{
	width:800px;
	text-align:center;
}

#dados{
	width:800px;
	text-align:center;
	background-color:#36a7e8;
	margin-top:40px;
}

#rodape{
	width:800px;
	text-align:center;
	background-image:url('../layout/fundorodape.jpg');
	background-repeat:repeat-x;
}

/* CONTAINERS DO FORMULÁRIO */

#divisor{
	width:20px;
	height:200px;
}

#caixa{
	width:500px;
	border:1px solid #36a7e8;
	background-color:#daebfa;
	margin-top:20px;
	float:right;
	text-align:left;
	padding:10px;
}

#caixa2{
	width:500px;
	border:1px solid #ddd;
	margin-top:20px;
	float:right;
	text-align:center;
	background-color:#ccc;
}

#caixa3{
	width:300px;
	border:1px solid #ddd;
	float:right;
	text-align:left;
}

#caixaE{
	width:120px;
	float:left;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	text-align:justify;
}

#caixaR{
	width:370px;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	text-align:justify;
}