body {
	margin:0px;
}

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

#menu{
	width:100%;
	height:40px;
	text-align:center;
	background-image:url('../layout/fundomenu.jpg');
	margin-top:10px;
	border-top:1px solid #000;
}

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

#eventos{
	background-image:url('../layout/fundoeventos.jpg');
	background-repeat:repeat-y;	
}

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

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

#titulos{
	border-bottom:3px solid #aaa;
	background-image:url('../layout/fundotitulo.jpg');
	background-repeat:repeat-x;
	color:#d48625;
	font-family:Times,Arial, Helvetica, sans-serif;
	font-size:32px;
	font-weight:bold;
	font-style:italic;
	margin-bottom:30px;
	padding-bottom:10px;
	text-align:right;
	width:645px;

}

/* 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;
}