 /*-------------------------------------------------|
| ESTILOS DO SITE ANO DA BÍBLIA                     |
|---------------------------------------------------|
| Copyright(c) 2007 Página Digital                  |
|--------------------------------------------------*/


 /*-------------------------------------------------|
| GERAL                                             |
|--------------------------------------------------*/
.input{
	border: 1px solid #ECD4B2;
	font-family: Verdana, Arial, Helvetica, Sans-serif;
	font-size: 10px;
	color: #000000;
 height:19px;
	background:#F9F5EF
}

body{
	background-image: url(../imgs/geral/fundo.jpg);
	background-position: top;
	background-repeat: repeat-x;
 margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FDF6EE;	
}

#miolo{
	background-image: url(../imgs/geral/conteudo.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-left: 55px;
	padding-right: 55px;
}

.linha_pontilhada{
	background-image: url(../imgs/geral/linha_pontilhada.gif);
	background-repeat: repeat-x;
	width:100%;
}
 /*-------------------------------------------------|
| FIM: GERAL                                        |
|--------------------------------------------------*/


 /*-------------------------------------------------|
| TABULAÇÃO DOS BULLETS                             |
|--------------------------------------------------*/
dd{
	margin-left : 0px;
}
 
dl{
	margin-left : 0px;
}

dt{
	margin-left : 0px;
}
 
ul{
 list-style:none;
 margin:0px;
 padding:0px;
}

li{
 padding:0em 1em 0.9em 2em;
 background:url("../imgs/icones/sim.gif") 0px 0px no-repeat;
 display:block;
}
 /*-------------------------------------------------|
| FIM: TABULAÇÃO DOS BULLETS                        |
|--------------------------------------------------*/


 /*-------------------------------------------------|
| SCROLL GALERIA DE FOTOS                           |
|--------------------------------------------------*/
div#hold{ 
	position:relative; overflow:hidden;
	width:415px; height:89px; z-index:100;
}

div#wn{ 
	position:absolute; 
	left:1px; top:0px; 
	width:415px; height:89px; 
	clip:rect(0px, 415px, 89px, 0px); 
	overflow:hidden;	
	z-index:1;
	background-color:#FCF3E6
	}

div#lyr1{ 
	position:absolute; visibility:hidden; 
	left:0px; top:0px; 
	z-index:1; 
}
	
.img_foto{
 margin:6px;
	border:#DFD6B7 solid 1px;
}
 /*-------------------------------------------------|
| FIM: SCROLL GALERIA DE FOTOS                      |
|--------------------------------------------------*/

