/* CSS Document */
<!--

body {
	background-color: #CCCCCC;
	margin-top:0;
	margin-bottom:0;
	margin-left:0;
	margin-right:0;

}


#wrapper {
	margin:auto;
	width:760px;
	height:800px;
	background-color: #FFFFFF;
	}
	
img {
    border:0px;
}

#topo {
	background-color: #FFFFFF;
	float: left;
	height: 126px;
	width: 760px;
	overflow: hidden;
	position: relative;
}

#menu_esquerdo {
	background-color: #FFFFFF;
	float: left;
	height: 641px;
	width: 151px;
	overflow: hidden;
	position: relative;
	top: 10px;
}

#menu_esquerdo2 {
	background-color: #87B2D8;
	height: 632px;
	width: 151px;
	overflow: hidden;
	position: relative;
}

#menusite {
    width:151px;
}
#menusite a {
    font-family: Arial, Helvetica, sans-serif;
    font-size:12px;
	font-weight:bold;
    color:#FFFFFF;
    text-decoration:none;
	background-attachment: scroll;
	background-image: url(../imagens/btn_azul2.png);
	background-repeat: no-repeat;
    padding:5px;
    display:block;
    width:151px;
}

#menusite a:hover {
    color: #FFFF00;
}

#conteudo {
	background-color: #FFFFFF;
	float: left;
	height: 651px;
	width: 444px;
	overflow: hidden;
	position: relative;
}

#conteudo_2 {
	background-color: #dde6f3;
	float: left;
	height: 651px;
	width: 590px;
	overflow: hidden;
	position: relative;
	left: 10px;
	top: 10px;
}



#banner1 {
	background-color: #FFFFFF;
	height: 167px;
	width: 424px;
	overflow: hidden;
	position: relative;
	left: 10px;
	top: 10px;
}

#banner2 {
	background-color: #FFFFFF;
	height: 96px;
	width: 424px;
	overflow: hidden;
	position: relative;
	left: 10px;
	top: 21px;
}

#bloco1 {
	background-color: #FFFFFF;
	overflow: hidden;
	position: relative;
	height: 151px;
	width: 206px;
	left: 10px;
	top: 44px;
}

#bloco2 {
	background-color: #FFFFFF;
	height: 151px;
	width: 206px;
	overflow: hidden;
	position: relative;
	left: 228px;
	top: -107px;
}

#biblia {
	background-color: #FFFFFF;
	height: 184px;
	position: relative;
	width: 424px;
	overflow: hidden;
	background-image: url(../imagens/biblia.jpg);
	position: relative;
	left: 10px;
	top: 32px;
}

#biblia_texto {
    font-family: Arial, Helvetica, sans-serif;
    font-size:14px;
	font-weight:bold;
    color: #000000;
   	height: 130px;
	position: relative;
	width: 380px;
	overflow: auto;
	top: 35px;
	left:25px;
}

#subtitulo{
	color: #0000FF;
}

#ltdireito1 {
	height: 108px;
	width: 154px;
	overflow: hidden;
	position: relative;
}

#ltdireito2 {
	overflow: hidden;
	position: relative;
	height: 108px;
	width: 154px;
	top:10px;

}

#ltdireito3 {
	overflow: hidden;
	position: relative;
	height: 108px;
	width: 154px;
	top:20px;
}

#ltdireito4 {

	overflow: hidden;
	position: relative;
	height: 108px;
	width: 154px;
	top:30px;
}



#menu_direito {
	background-color: #DDE6F3;
	height: 632px;
	width: 155px;
	overflow: hidden;
	position: relative;
	float: left;
	top: 10px;

}

#base {
	background-attachment: scroll;
	background-image: url(../imagens/base2.png);
	background-repeat: no-repeat;	
	float: left;
	height: 25px;
	width: 760px;
	overflow: hidden;
	position: relative;
}

#base2 {
    font-size: 12px;
	color: #FFFFFF;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	height: 20px;
	width: 760px;
	overflow: hidden;
	position: relative;
	top:4px;
}

#base2 a {
   color: #FFFF00;
   text-decoration: none;
}

#base2 a:hover {
  color: #FFFFFF;
}


-->