body{}

#Bg{}

#Linha1{
	width:100%;
	float:left;
	background-image:url(../slices/bg-SombraTopo.jpg);
	background-repeat:no-repeat;
	background-position:center 30px;
}

#Linha1 #ConteudoLinha1{}

#Linha2{
	width:100%;
	float:left;
	background-image:url(../slices/bg-Corpo.jpg);
	background-repeat:repeat-y;
	background-position:center top;
}

#Linha2 #Pagina{
	width:1011px;
	margin:auto;
}

#Pagina #ColunaEsquerda{
	width:990px;
	margin:auto;
}

#Pagina #ColunaEsquerda #Topo{}

#Pagina #ColunaEsquerda #CorpoConteudo{
	width:100%;
	float:left;
	margin:10px 0 0 0;
}

#CorpoConteudo #BarraLateralEsquerda{}

#CorpoConteudo #BarraLateralDireita{
	float:right;
	width:300px;
}

#CorpoConteudo #ConteudoPrincipal{
	width:680px;
	float:left;
}

#CorpoConteudo #ConteudoPrincipal #MargemConteudoPrincipal{}

#Pagina #ColunaEsquerda #Rodape{}

#Pagina #ColunaExterna{}

#Linha3{
	width:100%;
	float:left;
	background-image:url(../slices/bg-Rodape.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	height:477px;
}

#Linha3 #Rodape{
	width:990px;
	margin:auto;
}


/* Div microformats*/
#microformat{
	display:none;
}