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

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

#menu{
	width:800px;
	text-align:center;
	margin:0px 0px 20px 0px;
	border-bottom:1px solid #b6ddc7;
}

#corpo{
	width:800px;
	padding:10px;
	text-align:center;
	background-color:#fff;
	border:20px solid #b6ddc7;
}

#linha{
	width:700px;
	text-align:left;
}

#dados{
	width:800px;
	height:230px;
	text-align:center;
	background-color:#00728e;
	margin-top:40px;
}

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

#titulos{
	width:800px;
	text-align:right;
	border-bottom:1px solid #d48625;
	background-image:url('../layout/fundotitulo.jpg');
	background-repeat:repeat-x;
}

#enfeite1{
	width:506px;
	padding:10px;
	background-color:#eee;
	border:1px solid #720049;
}


/* CONTAINERS DO FORMULÁRIO */

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

#caixa{
	width:600px;
	border:1px solid #00728d;
	background-color:#daefe3;
	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;
}