body{
	background-image:url('../layout/grama.jpg');
}

#geral{
	width:100%;
	height:100%;
	text-align:center;
}

#corpo{
	width:927px;
	background-color:#fff;
	text-align:center;
}

#menu{
	width:920px;
	height:21px;
	background-image:url('../layout/fundomenu.jpg');
	margin-bottom:20px;
}

#miolo{
	width:920px;
}

#dados{
	width:920px;
	border-top:1px solid #bbb;
}

#rodape{
	width:920px;
	background-color:#ddd;
	border:1px solid #bbb;
}

#titulo{
	border-bottom:1px solid #deac20;
}

/* CONTAINERS DO FORMULÁRIO */

#divisor{
	width:20px;
	height:200px;
}

#caixa{
	width:700px;
	border:1px solid #ddd;
	padding:5px;
	margin-top:20px;
	float:right;
	text-align:left;
	background-color:#eee;
}

#caixaE{
	width:160px;
	float:left;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	text-align:justify;
}

#caixaR{
	width:390px;
	float:left;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	text-align:justify;
}