*{margin:0; padding:0;}

body {
}

#topo{
	width:100%;
	height:332px;
	background-image:url('../layout/fundotopo.jpg');	
	background-repeat:repeat-x;
}

#ilustra{
	width:990px;
	height:350px;
	background-image:url('../layout/ilustra.jpg');	
	background-repeat:repeat-x;
}

#corpo{
	width:950px;
	background-color:#fff;
	margin-bottom:20px;
	margin-top:20px;
}

#frase{
	width:100%;
	text-align:center;
	color:#b61313;
}

#menu{
	width:950px;
	height:40px;
	background-image:url('../layout/fundomenu.jpg');
	background-repeat:no-repeat;
}

#titulopag{
	width:950px;
	height:40px;
	color:#2b1367;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:26px;
	text-align:left;
	margin-top:7px;
	margin-top:10px;
	margin-bottom:10px;
	border-bottom:2px dotted #ccc;
}

#dados{
	width:930px;
	height:60px;
	text-align:center;
	background-image:url('../layout/fundodados.jpg');	
	margin-top:10px;
	margin-bottom:50px;
	padding:10px;
}

#rodape{
	width:100%;
	text-align:center;
	background-image:url('../layout/fundorodape.jpg');
	margin-top:20px;
}

#efeito{
	text-align:center;
	background-image:url('../layout/efeito.jpg');
	padding:10px;
	border:1px solid #eee;
}

/* CONTAINERS DO FORMULÁRIO */

#caixa{
	width:750px;
	border:1px solid #ccc;
	margin-top:20px;
	float:right;
	text-align:left;
	background-color:#eee;
	padding:5px;
}

