/* hack do topo */
body {
	margin-top:10px;
}

/* cabeçalho */
#cabecalho {
	width: 560px;
	margin-bottom: 10px;
	float: left;
	text-align: center;
}

/* lado direito */
#ladodireitoexterno {
	width: 170px;
	margin-left: 10px;
	margin-bottom: 10px;
	float: right;
	text-align: left;
}
#ladodireitointerno {
	padding: 0px 10px 0px 10px;
	background-color: white; 
	text-align: left;
}

#centro 
{
	width: 560px;
	float: left;
}


/* banner */
#cabecalho {
	width: 560px;
	margin-bottom: 10px;
	float: left;
	text-align: left;
}


/* corpo */
#conteudo {
	clear: both;
	width: 550px;
	text-align: left;
}

#conteudo_centro {
	width: 540px;
	padding: 0px 10px 0px 10px;
	background-color: white;
	color:#000000;
}


