body{
	margin:0px;
	background-image:url('../layout/fundobody.jpg');
	background-repeat:repeat-x;
}

#fotos{
	padding:10px;
	float:left;
}

#topo{
	width:950px;
	height:180px;
}

#menu{
	width:950px;
	height:40px;
}

#corpo{
	width:950px;
	border:1px solid #380101;
}

#conteudo{
	width:950px;
	margin:20px 0px 30px 0px;
	text-align:justify;
}

#chamada{
	width:950px;
	height:90px;
}

#banner{
	width:950px;
	height:540px;
}

#titulo{
	width:950px;
	height:40px;
	border-bottom:1px solid #d50100;
	font-family:"Times", Arial, Helvetica, sans-serif;
	font-size:28px;
	font-style:italic;
	color:#380200;
	text-align:left;
	margin-top:20px;
}

/* DADOS ///////////////////////////////////////////// */
#dados{
	width:950px;
	margin-top:20px;
	margin-bottom:20px;
	background-color:#eee;
	border:1px solid #ccc;
	text-align:center;
}

/* RODAPÉ ///////////////////////////////////////////// */
#rodape{
	width:950px;
	margin-bottom:20px;
	text-align:center;
}


/* CONTAINERS DO FORMULÁRIO */

#divisor{
	width:20px;
	height:200px;
}