body {
	margin:0px;
}

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

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

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

#dados{
	width:100%;
	height:230px;
	text-align:center;
	background-color:#000;
	margin-top:40px;
}

#rodape{
	width:100%;
	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;
}

/* CONTAINERS DO FORMULÁRIO */

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

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

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

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