body{
	background:url("../imagens/body-background.png") top left repeat-x;
}

#container{
	width:966px;
	margin:0 auto;
	background:url("../imagens/body-background.png") top left repeat-x;
}

#topo{
	margin-bottom:10px;
}

#topo_logo{width:212px;}

#corpo{
	width:100%;
	overflow:hidden;
	border-bottom:1px solid #d1d1d1;
	padding-bottom:12px;
}

.front #principal{
	width:775px;
	float:left;
}

.front #direita{
	width:165px;
	float:right;
}

.interna #esquerda{
	width:175px;
	float:left;
}

.interna #principal{
	width:594px;
	float:left;
	margin-left:16px;
}

.interna.duas-colunas #principal{
	width:775px;
	float:left;
	margin-left:16px;
}

.interna.duas-colunas-direita #principal{
	width:769px;
	float:left;
	margin-left:16px;
}

.interna #direita{
	width:168px;
	float:left;
	margin-left:13px;
}

#rodape{
	background:#fbfbfb;
	width:auto;
	overflow:auto;
	padding:11px 0 11px 11px;
	padding-bottom:20px;
	margin-top:30px;
}