#container {
background: #FFF;
border: none;
}
			/*TOP BANNER*/
#banner {
display: none;
visibility: hidden;
}
			/*TOP NAVIGATION*/

			/*MAIN CONTENT*/
#principal {
margin-top:auto;
height:auto;
background: #FFF; 
color: #000; 
font: 12pt serif;
margin:auto;
width:auto;
border-left:none;
}
#principal a:link, a:visited {
text-decoration : none;
background : inherit;
color : #000;
}
			/*esquerda*/
#esquerda {
display: none;
}
			/*rodape*/
#rodape {
display: none;
visibility: hidden;
}
