/* CSS Document */

html, body {
	height:100%;
	} 
body {
	margin:0;
	padding:0;
	text-align:center;
	background-color: #666666;
	background-image: url(../imagens/bg.gif);
	background-repeat: repeat;
	}
body.popup {
	margin:0;
	padding:0;
	background-color: #000000;
	background-image: none;
	}
#corpoTudo { 
	width:761px;
	position:relative;  /*Contexto de posicionamento */
	background:#000000;
	margin:0 auto;
	text-align:left;
	min-height:100%;/**/
	border:1 solid #999;
	}
* html #corpoTudo {height: 33px;}
#corpoConteudo {
	padding-bottom:30px;
	height: auto;
	width: 760px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
#cabecalho {
	background:url(../imagens/cabecalho2009.jpg) no-repeat center;
	width:760px;
	height:100px;
	border-bottom:1px dotted #999;
	text-align:center;
	padding-top:1px;
	}
#principal {
	float:left;
	padding-top:10px;
	text-align:justify;
	padding-left: 5px;
	width: 590px;
	height: auto;
	margin-left: 160px;
	left: 5px;
	margin-right: 0px;
	right: 0px;
	position: static;
	border: none;
	padding-right: 0px;
	padding-bottom: 0px;
	}
#corpoMenu {
	width: 150px;
	float: left;
	padding-top: 10px;
	height: auto;
	padding-left: 10px;
	visibility: visible;
	left: 0px;
	margin-left: 0px;
	overflow: visible;
	padding-right: 0px;
	padding-bottom: 0px;
	border: none;
	list-style-type: none;
	position: absolute;
	top: 100px;
	right: 0px;
	text-align: left;
	}
ul#menu {
	width: 150px;
	margin: 0;
	padding: 0;
	list-style: none;
	}
ul#menu li {
	margin: 1px 0;
	list-style-image: none;
	list-style-type: none;
	}
ul#menu li a:link, ul#menu li a:visited {
	height: 1%;
	font: 11pt Tahoma, Verdana, serif;
	display: block;
	background: #333333;
	color: #FFCC33;
	text-decoration: none;
	padding: 5px 10px 5px 13px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #666666;
	border-right-width: 5px;
	border-right-style: solid;
	border-right-color: #666666;
	}
ul#menu li a:hover {
	background: #000000;
	color: #FFEBAE;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #333333;
	border-right-width: 5px;
	border-right-style: solid;
	border-right-color: #333333;
	}
#menu li.topo {
	font-size: 10px;
	text-align: center;
	color: #CCCCCC;
	font-family: Tahoma, Verdana, serif;
	font-weight: bold;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}
#menu li.abaixo {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #333333;
}
#rodape {
	background: #333333;
	width: 760px;
	height: auto;
	position: absolute;
	bottom: 0;
	border: dotted #999;
	border-width: 1px 0;
	text-align: center;
	font-family: Tahoma, Verdana, serif;
	font-size: 8pt;
	color: #FFFFFF;
	padding-top: 5px;
	padding-bottom: 5px;
	left: 0px;
	right: 0px;
	}
.clear {clear:both;}
#caixa {
	padding: 5px;
	height: auto;
	width: 98%;
	border: 1px solid #999999;
	background-color: #333333;
	position: relative;
	margin: 15px 0px;
	clear: none;
	float: none;
}
#versiculo {
	padding: 5px;
	height: auto;
	width: auto;
	margin: 5px 10px 5px 20px;
	border-bottom: 1px solid #666666;
	background-color: #333333;
	background-image: url(../imagens/versiculo_fundo.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#funcoes {
	float: right;
	margin: 10px 20px 0px 0px;
	visibility: visible;
	border: none;
	clear: left;
}
