
#tudo {

background-color:#E2E2E2;
width: 1894px;
height: auto;
font: 12px Arial;
}

#cabecalho {
width: 100%;
height: 130px;
margin: auto;
position: relative;}

#menu {
width: 100%;
height: 35px;
margin: auto;
background-color: #438437;	
}


#lateral_esq {
float:left;
width: 200px;
background-color: #E2E2E2;
margin-right: 5px;
border-right: 1px dashed #00248E;	
}

#lateral_dir {
float: right;
width: 200px;
height: 440px;
margin: auto;
background-color: #E2E2E2;	
}

#rodape {
clear: both;
position:relative;
background: #254767; background: -moz-linear-gradient(top, #3A658E 0%, #273D5E 100%); background: -webkit-gradient(linear, 10% 10%, 10% 100%, from(#3A658E), to(#254767));
height: 7px;
}
.rodapeinterno {
margin-top: 0px;
padding: 5px 5px 5px 5px;
background: #254767; background: -moz-linear-gradient(top, #3A658E 0%, #273D5E 100%); background: -webkit-gradient(linear, 10% 10%, 10% 100%, from(#3A658E), to(#254767));
width: 99.5%;
color: #FFFFFF;
text-align: center;
font-family: arial;
font-size: 12px;
position:relative;	
}

#principal {

background-color: #E2E2E2;
width: 100%;
}
