body {
	text-align:center; /*centraliza no IE*/
	margin: 0;
	padding: 0;
    font-family:Arial, Helvetica, sans-serif;
	background-color: #FF9900;
}
#tudo {
    margin: 0 auto; /*centraliza em navegadores padrão*/
	text-align:left; /* retorna alinhamento texto para a esquerda*/
	position:relative;
	width:780px;
	height:auto;
	background:url(imagens/fundotudo.jpg) repeat;
	}
#corpo {
	width:780px;
	height:auto;
	background: url(imagens/fundocorpo.jpg) 0 210px no-repeat;
	}
	
#topo {
position:relative;
width:780px;
height:210px;
background:url(imagens/cabe.jpg);
}
#esq {
	position:absolute;
	background:url(imagens/esq.jpg);
	width:110px;
	height:400px;
	top:0;
	left:-110px;
}
#dir {
	position:absolute;
	background:url(imagens/dir.jpg);
	width:110px;
	height:400px;
	top:0;
	left:780px;
}
#submenu{
	position:relative;
	width:auto;
	height:360px;
	float:left;
	border-right: 1px solid  #fff;
	margin:6px;
	padding:6px;
	text-align:right;
	line-height:200%;
	color:#CC0000;
}
#submenu a{color: #CC0000;}
#submenu a:hover{color: #FF9900;}
#flutuaesq{
	position:relative;
	width:140px;
	height:170px;
	float:left;
	border: 1px solid #FFF;
	border-width:2px 2px 4px 1px;
	margin:10px;
	padding:6px;
	font-size:11px;
	text-align:center;
	overflow:hidden;
}

#flutuaesq a{color:#fff;}
#flutuaesq a:hover{color: #fff;}
#flutuaesq a:visited{color: #fff;}

#menu{
	width:210px;
	height:auto;
	float:left;
	
}

#principal{
	text-align: justify;
	padding: 15px 20px 15px 0;
	width: 540px;
	float:right;
}

#rodape {
    clear: both;
	padding:10px;
	text-align:center;
	width:760px;
	height: 80px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:170%;
	background:url(imagens/fundorodape.jpg) bottom no-repeat;
}
#parceiros {
	position:relative;
	width:760px;
	height:70px;
	overflow:auto;
	text-align:center;
	font-size:90%;
	scrollbar-base-color:#fff;
}