body{
	margin:0px;
	font-family: Arial;
	color: #826F48;
	font-size: 12px;
	text-decoration:none;
	background-image: url('../imagens/fundo.jpg');
	background-attachment:fixed
 }
	
.submenu {
	height:23px;
	padding-left:20px
	}

.submenu_hover {
	background-position:center bottom;
	background-image: url('../imagens/submenu_fundo.jpg');
	background-repeat: no-repeat;
	height:23px;
	padding-left:20px;
	}

.informacoes {
	font-size: 11px;
	margin-top: 0;
	margin-bottom: 0;
	padding-left:35px
	}
	
.fundo_lado_esq{
	width: 22px;
	background-image: url('../imagens/fundo_lateral_esq.jpg'); 
	background-repeat: repeat-y;
	background-position-x:right;
	}
	
.espaco {
	height: 20px;
	width: 20px;
	}

.fundo_lado_dir{
	width: 22px;
	background-image: url('../imagens/fundo_lateral_dir.jpg'); 
	background-repeat: repeat-y;
	background-position-x:left;
	}

.menu_lateral_baixo{
	height: 52px;
	background-image: url('../imagens/barra_esq_baixo.png'); 
	background-repeat: repeat-x;
	background-position: left bottom
	}
	
.menu_lateral_fundo{
	height: 243px;
	background-image: url('../imagens/barra_esq_fundo.png'); 
	background-repeat: no-repeat;
	background-position:  center top; 
	}
               
.comentariolivrovisitas{
	font-size: 13px
	}
    
.ladolivrovisitas{
	background-color: #ECE4CE;
	}
		
p{
	margin:0px;
	font-family: arial;
	font-size: 13px;
	text-decoration:none;
	}
.texto_baixo{
	font-family: arial;
	font-size: 11px;
	text-decoration:none;
	margin-left:0px;
	margin-right:0px;
	margin-top:10px;
	margin-bottom:3px
	}

a {
	color: #826F48;
	text-decoration:underline
	}

a:hover {
	color: #D6C593;
	text-decoration:underline
	}

a:active {
	color: #826F48;
	}

a:visited {
	color: #826F48;
	}

.menu_topo {
	background-image:url('../imagens/menu_fundo.png');
	height: 27px;
	background-repeat:repeat-x;
	background-position-y:top
	}
	
.menu_topo_sombra {
	background-image:url('../imagens/sombra.png');
	height: 6px;
	background-repeat:repeat-x;
	background-position-y:top
	}
	
.space {
	height: 2px;
	width: 2px;
	}
	
.links {
	background-image:url('../imagens/links.gif');
	background-repeat:no-repeat;
	margin-left:15;
	background-position-x:left;
	padding-left:21;
	margin-top:4;
	margin-bottom:5
	}

.ver_tambem {
	margin-top: 6;
	margin-bottom: 3;
	padding-left: 16px
	}
	
.pdf {
	background-image:url('../imagens/pdf.gif');
	background-repeat:no-repeat;
	margin-left:15;
	background-position-x:left;
	padding-left:21;
	margin-top:4;
	margin-bottom:5
	}
	
#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 6px;
background:#ECE4CE;
visibility:hidden;
z-index:10;
cursor:pointer;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
color: #826F48;
text-align: right;
font-style:normal;
font-variant:normal;
font-weight:bold;
font-size:13px;
font-family:arial;
padding-top:3px;
}


#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color: white;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
visibility: hidden;
background-color: #ECE4CE;
padding: 20px;
z-index: 5;
}