/* CSS Document */

body{
font-size: 62.5%;
text-align:center;
margin:0;
padding:0;
	background-image:url(../img/fundo.jpg);
	background-repeat: repeat-x;
}

#tudo {
	width: 96em;
	max-width:100%;
	margin: auto auto;
	text-align:left;

}
#topo {
	/*position:absolute;
top:0;
right:0;
z-index:1;
width:1280px;*/
height:121px;
	background-image:url(../img/topo65.jpg);
	background-color: #D9EAEC;
	max-width:1280px;
	background-repeat: no-repeat;
	
}

#conteudo {
	width: 76em;
	max-width:78%;
	height:650px;
	float: right;
	text-align:center;
	background-color:#FFFFff;


}
#navegacao {
	width: 18em;
	max-width:23%;
	text-align:left;
	background-color:#FFFFFF;
	background-image:url(../img/lado.jpg);
	padding-top:20px;
	background-repeat: repeat-y;
	height:650px;
	
	}
	

/*#mainContent {
	width: 32em;
	max-width:66%;
	float: left;
	background-color:#FFFFFF

}
/* #secondaryContent {
width: 18em;
max-width:31%;
float: right;
background-color:#FFFFFF 
}*/

#rodape{
clear:both;
height:30px;
background-color: #E77817;
}


 

