body{
	background-image:url(../slices/bg-Corpo.jpg);
	background-repeat:repeat-y;
	background-color:#F0F0F0;
	background-position:center;
}

#Bg{}

/* Linha 1*/
#Linha1{
	width:100%;
	float:left;
}

#Linha1 #ConteudoLinha1{}

/* Linha 2*/
#Linha2{
	width:100%;
	float:left;
}

#Linha2 #Pagina{
	width:990px;
	margin:auto;
}

/* Conteudo interno*/
#Pagina #ColunaEsquerda{}

#Pagina #ColunaEsquerda #Topo{}

#Pagina #ColunaEsquerda #CorpoConteudo{}

#CorpoConteudo #BarraLateralEsquerda{}

#CorpoConteudo #BarraLateralDireita{}

#CorpoConteudo #ConteudoPrincipal{}

#CorpoConteudo #ConteudoPrincipal #MargemConteudoPrincipal{}

#Pagina #ColunaEsquerda #Rodape{}

#Pagina #ColunaExterna{}

/* Linha 3*/
#Linha3{
	width:100%;
	float:left;
	margin:0 0 10px 0;
}

#Linha3 #Rodape{
	width:990px;
	height:74px;
	margin:auto;
	background-color:#240B6F;
}


/* Div microformats*/
#microformat{
  display:none;
}
/************************
	@->Palavras Chaves
**********************/
#PalavrasChaves {
	clear:both;
	position:relative;
	margin:10px 0 0 0;
	display:table;
}
#PalavrasChaves #scroller_container {
	position: relative;
	overflow: hidden;
	width:980px;
	margin:auto;
	clear:both;
	height: 12px;
}
#PalavrasChaves #scroller {
	white-space: nowrap;
	line-height: 10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #FFFFFF;

}
#PalavrasChaves #scroller {
	
}
#PalavrasChaves #scroller a {
	color: #CCCCCC;
	text-decoration:none;
}
#PalavrasChaves #scroller a:hover {
	color: #CCCCCC;
	text-decoration:underline;
}
