/* CSS Document */

body {
	margin: 0px;
	background-image:url(images/back_fundo.jpg);
	background-repeat:repeat-x;
	background-color:#e6e6e6;
	font-family: Verdana;
	font-size: 0.7em;
	line-height: 1.4em;
	letter-spacing: 0;
	text-align: left;
	word-spacing: 0.1em;
	text-decoration: none;
	color: #444;
}

#Principal {
	width:765px;
	left:50%;
	margin-left:-382px;
	overflow:visible;
	position:absolute;
	-position:relative;	
	background-color:#FFFFFF;
	/*padding-bottom:40px;*/
}

#Topo {
	background-image:url(images/Temp_topo.gif);
	background-position:right;
	background-repeat:no-repeat;
	height:134px;
}

#Navegacao {
	border-bottom: solid 1px #676b6c;
	border-top: solid 1px #676b6c;
	background-image:url(images/back_fundo-nav.jpg);
	background-repeat:repeat-x;
	margin:0px;
	width:100%;
	overflow:hidden;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
}

#Navegacao a {
	margin: auto;	
	display:inline;
	font-size: 11px;
	color: #2c2c2c;
	text-decoration: none;
	padding-left:5px;
	padding-right:1px;
}
#Navegacao a:hover {
	color:#0000FF;	
	text-decoration:underline;
}

#QuadroEsquerda {
	background-image:url(images/back_fundo-quadro.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
	background-color:#FFFFFF;
	border-right: solid 1px #8c8c8c;
	border-left: solid 1px #8c8c8c;
	width:299px;
	left:0px;
	float:left;
	margin-bottom:40px;
}

#QuadroEsquerda p {
	padding-top: 5px;
	padding-left: 8px;
}

#BottomImgQuadro {
	margin-bottom:-38px;
	-margin-bottom:-40px;
	margin-left:-1px;
	position:relative;
	-position:absolute;
}

#ImgSantaCasa {
	width:220px;
	left:0px;
	clear:both;
	float:left;
	margin-top:25px;
	margin-left:32px;
	display:none;
	-display:block;
}

#QuadroDireita {
	width:445px;
	position:relative;
	right:0px;
	float:right;
	padding:8px;
	/*margin-bottom:-30px;*/
}

#QuadroCentral {
	/*width:765px;*/
	right:0px;
	float:left;
	padding:8px;
	overflow:hidden;
	width:97%;
}

#ImgLogoACTA {
	margin-top:-2px;
}

#Rodape {
	width:98%;
	float:left;
	padding:5px;
	position:relative;
	overflow:visible;
	text-align:center;
	/*border-top: solid 1px #8c8c8c;*/
}