body {
	background-color: #EDE6D8;
	margin-top: 0px;
	margin-left: 10px;
	margin-right: 10px;
}

#topoE {
	position:absolute;
	width:188px;
	left: 10px;
	z-index:3;
}


#topoC {
	position:relative;
	width:auto;
	margin-left:110px;
	margin-right:220px;
	background:url('../img/School_r1_c5.jpg');
	z-index:1;
	background-image: url(../img/School_r1_c5.jpg);
}


#topoD {
	position:absolute;
	width:581px;
	right:10px;
	z-index:2;
}

#conteudo {
	width:auto;
	height:auto; 
	border:1px solid #003366;
	background-color:white;
	min-height:500px;
	margin-top:10px;
	padding:5px;
	
}

#conteudoInterno {
	position:relative;
	padding-left:200px;
	padding-right:48px;
	width:auto;
	font-family:Verdana, Arial;
	font-size:0.8em;
	text-align: justify;
	top:15px;
	z-index: 0;
	}



#rodape {
	margin-top:10px;
	border-top:2px solid #8F251C;
	width:auto;
	height:20px;
	background-color:#D4C09F;
}



#topoE,#topoC,#topoD{
	border-top:1px solid #003366;
	height:70px; 
	top:5px;

	}

