/* CSS Document */

body {
	text-decoration:none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #000000;
	
	background-color: #aaaaaa;
	background-image: url(imagens/fundo_palito.jpg);
	background-repeat: repeat-y;
	background-position: center;
	
	margin: 0px 0px 0px 0px;

}

#pai {
	
	position: absolute;
	left: 50%;
	width: 790px;
    z-index:1;
    padding: auto;
  	margin : 0px 0px 0px -390px;
    text-align: center;				
		
}

#logo {
	position:absolute;
	left: 0px;
}


#jujuba {
	position:absolute;
	width:528;
	height:109;
	z-index:1;
	left: 252px;
	top: 57px;
	background-image: url(imagens/fundo_jujuba.jpg);
}

#titulo {

	text-align: left;
	text-decoration:none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 31px;
	color: #FFFFFF;	

	position:absolute;

	height:42;
	z-index:1;
	left: 252px;
	top: 97px;
	
	background-color: #F1AE1D;
	
	padding-right: 15px;
	padding-left: 22px;

}

#subtitulo {

	text-align: left;
	
	position:absolute;
	width:528;
	height:43;
	z-index:1;
	left: 252px;
	top: 166px;	
	background-color: #E3E3E3;

	
	
}


#subtitulo p {

	padding-right: 20px;
	position: absolute;
	top: -3px;
	_top: 7px;
	left: 22px;
	
}

#conteudo {

	position: absolute;
	left: 275px;
	top: 251px;
	width: 470px;
	text-align: left;
}

div#endereco {

	font-size: 11px;
	position: relative;
	left: -100px;
	top: 30px;
	width: 500px;
	color: #666666;
	
}



#menu {
	width: 170px;
	position: absolute;
	left: -38;
	top: 246;	
	text-align: right;
	font-size: 13px;
	font-weight: bold;
	_padding-top: 7px;
	z-index: 15;


}


#menu li {
	list-style-type: none;
	height: 26px;	
	
}

#menu a {

	text-decoration: none;
	color: #D00000;
	background-color: F1AE1D;
	padding: 2px;
	padding-left: 5px;
	border-right-width: 3px;
	border-right-style: solid;
	border-right-color: #D00000;
				
}

#menu a:hover {

	text-decoration: none;
	color: #FFFFFF;
	background-color: D00000;
	border-right-color: #F1AE1D;		

}


#palito {
	width: 10px;
	position: absolute;
	left: 138;
	top: 245;	

}

.foto {
	position: absolute;
	left: 120px;
	top: 40px;	

}

.titfoto, h1 {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	FONT-SIZE: 17px; 
	BORDER: 0px; 
	position: relative; 
	left: 0px; 
	top: 0px;
	color: #D00000;
	
	background-color: #FFFFFF;
	width: 430px;
}

.miniaturas {
	VISIBILITY: visible; 
	OVERFLOW: auto; 
	WIDTH: 105px; 
	HEIGHT: 280px; 
}

a {

	text-decoration:underline;
	color: #D00000;
}

a:hover {

	text-decoration:none;
	color: #000000;
}



.desthome {

	text-decoration: none;
	color: #D00000;
	background-color: #eeeeee;
	padding: 2px;
	padding-left: 5px;
	border-left-width: 6px;
	border-left-style: solid;
	border-left-color: #F1AE1D;
	font-weight: bold;
	font-size: 14px;	
				
}

#esquerda, #direita {
	width: 215px;	
				
}

#direita {
	position: absolute;
	left: 260px;
	top: 0px;
}


#esquerda a, #direita a {
	text-decoration: none;
	font-size: 12px;
	color: #666666;

}

#esquerda a:hover, #direita a:hover {
	text-decoration: underline;
	font-size: 12px;
	color: #000000;

}


/* 

div {
	border: solid;
	border:color:#444444;

}
*/	