body {
	margin:0px;
}

#topo{
	width:100%;
	height:130px;
	background-image:url('../layout/fundotopo.jpg');
	background-repeat:repeat-x;
}

#ilustra{
	height:260px;
	width:100%;
	margin-top:20px;
}

#menu{
	width:100%;
	text-align:center;
	margin-top:10px;
}

#titulo{
	width:900px;
	color:#000;
	font-family:"Century Gothic", Arial, Helvetica, sans-serif;
	font-size:26px;
	font-style:italic;
	text-align:left;
	margin-bottom:10px;
	border-bottom:1px solid #ccc;
}

#corpo{
	width:100%;
	background-color:#fff;
	text-align:center;
	margin-top:45px;
}

#base{
	width:100%;
	height:10px;
	border-top:1px solid #ccc;
}

#dados{
	width:100%;
	text-align:center;
	background-color:#000;
}

#rodape{
	width:100%;
	text-align:center;
	background-color:#000;
}


/* CONTAINERS DO FORMULÁRIO */

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

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

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