/* CSS Document */


html {
	background-color;
	background-image: url(/imagens/fundo.jpg);
	background-position: left 170px; 
	background-position: repeat; 
	background-attachment:fixed;
}

body {
	background.color: transparent;
	background-image: url(/imagens/fundo_top.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-attachment: fixed;
	margin: 0 auto; height:100%;

	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}

#topo {
	height:140px; 
	width:860px; 
	text-align:center; 
	margin: 0 auto; 
	/*border: dotted;*/ 
	position: relative;
	z-index: 2;
}

#principal {
	width: 860px;
	background-image: url(/imagens/div_principal_fundo.jpg);
	background-repeat:repeat-y;
	margin: 0 auto;
	clear: both;
}

#principal_cima {
	width: 860px;
	height: 30px;
	background-image: url(/imagens/div_principal_topo.jpg);
	background-repeat:no-repeat;
	margin: 0 auto;
	
}

#principal_baixo {
	width: 860px;
	height: 24px;
	background-image: url(/imagens/div_principal_baixo.png);
	background-repeat:no-repeat;
	margin: 0 auto;
	clear: both;
}
#rodape { 
	background-image: url(/imagens/rodape_fundo.jpg);
	background-repeat: no-repeat; 
	background-position: 2px 0px;;
	height: 27px;
	width: 840px;
	color:#FFFFFF;
	padding-top: 13px;
	padding-left:30px;
	margin: 0 auto;
	clear: both;
}

#conteudo {
	padding-left:50px; 
	padding-top:10px; 
	vertical-align:top; 
	width:750px; 
	text-align:justify;
	clear: both;
}

#subtitulo {
	color:#a3238e; 
	font-size:12px; 
	font-weight:bold;
}

#imagem_direita {
	width: 265px; float:right;
}

#imagem_principal {
 	top:85px;
 	right:0;
 	width:50%; 
	height:100px;
 	text-align:right;
}

#aba { 
	position:absolute;
 	top:106px;
	left:0px;
 	width:140px; 
	height:52px;
 	text-align:left;
 	z-index:1;
	background-image: url(/imagens/aba.jpg);
	background-repeat: no-repeat;
	font-weight: bold;
	font-size: 12px;
	color: #666666;
	/* border: dotted; */
}

#aba_conteudo {
	width:130px; 
	height:20px;  
	text-align:center; 
	padding-top: 15px;
}

#direita { 
	position:absolute;
 	top:84px;
 	right:0;
 	width:50%; 
	height:100px;
 	text-align:right;
 	z-index:1;
	background-image: url(/imagens/fundo_direita.jpg);
	background-repeat:repeat-x;
}

#subtitulo_galeria {
	color:#a3238e; 
	font-size:16px; 
	font-weight:bold; 
	padding-left:10px;
}


h1 {
	font-size:12px;
}

