*{margin:0; padding:0;}

#fotos{
	width:200px;
	height:150px;
	margin:15px;
	float:left;
}

body {
	height:100%;
	background-image:url('../layout/fundotopo.jpg');	
	background-repeat:repeat-x;
}

#topo{
	width:950px;
	float:left;
	height:330px;
	background-image:url('../layout/fundotopo.jpg');	
	background-repeat:repeat-x;
}

#ilustra{
	width:950px;
	float:left;
	height:350px;
	background-image:url('../layout/ilustra.jpg');	
	background-repeat:repeat-x;
}

#geral{
	position:relative;
	min-height:100%;
	text-align:center;
}

#corpo{
	text-align:center;
	width:830px;
	height:100%;
	padding-bottom:30px;
	position:absolute;
	left:50%;
	margin-left:-450px;
}

#corpo2{
	background-color:#fff;
	width:930px;
	float:left;
	margin-top:20px;
	border:1px solid #730e0f;
	text-align:left;
	padding:10px;
}

#frase{
	width:100%;
	text-align:center;
	color:#b61313;
}

#menu{
	width:950px;
	float:left;
	height:40px;
	background-image:url('../layout/fundomenu.jpg');
	background-repeat:no-repeat;
}

#titulopag{
	width:930px;
	height:40px;
	color:#9d0c15;
	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:1px solid #e2001a;
}

#conteudo{
	width:930px;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;	
	color:#000;
	text-align:justify;
	line-height:21px;
}

#dados{
	width:950px;
	float:left;
	height:60px;
	text-align:center;
	background-image:url('../layout/fundodados.jpg');	
	background-repeat:no-repeat;
	margin-top:20px;
	margin-bottom:30px;
	padding:10px;
	text-align:center;
}

#rodape{
	width:950px;
	float:left;
	text-align:center;
	background-color:#d8251b;
}

#efeito{
	text-align:center;
	background-color:#d8251b;
	padding:10px;
	border:1px solid #eee;
}

/* CONTAINERS DO FORMULÁRIO */

#caixa{
	width:750px;
	border:1px solid #ccc;
	margin-top:20px;
	float:left;
	text-align:left;
	background-color:#eee;
	padding:5px;
}

#caixa2{
	width:400px;
	border:1px solid #ccc;
	margin-top:20px;
	float:left;
	text-align:left;
	background-color:#eee;
	padding:5px;
}