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

#topo{
	width:900px;
	height:280px;
	background-image:url('../layout/topo.jpg');
	background-repeat:no-repeat;
}

#menu{
	width:900px;
	height:22px;
	text-align:center;
	background-image:url('../layout/fundomenu.jpg');
}

#corpo{
	width:900px;
	text-align:center;
	background-image:url('../layout/fundocorpo.jpg');
	background-repeat:repeat-x;	
}

#dados{
	width:900px;
	height:290px;
	text-align:center;
	background-color:#6738c6;
	margin-top:40px;
}

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

#titulo{
	width:800px;
	text-align:right;
	border-bottom:1px solid #6738c6;
	font-family:"Times New Roman", Times, serif;
	font-size:34px;
	font-style:italic;
	color:#6738c6;
}

/* CONTAINERS DO FORMULÁRIO */

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

#caixa{
	width:500px;
	border:1px solid #ddd;
	margin-top:20px;
	float:right;
	text-align:left;
	background-color:#eee;
}

#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;
}