/*ESQUELETO*/
#cabecalho{
	float:left;
	overflow:hidden;
	width:100%;
	margin-bottom:4px;
	background-image: url(bgCabecalho.jpg);
	background-repeat: repeat-x;
}
	
#direita{width:160px; float:right; margin:0 0 0 5px; overflow:hidden; }

#esquerda{width:160px; float:left; margin-right:5px; overflow:hidden;}

#conteudo{overflow:hidden; height:100%; float:left; width:645px; margin:0 0 0 3px; }

#conteudoFull{overflow:hidden; height:100%; float:right; width:815px; margin:0 0 0 3px;}

