body {
	background-attachment: fixed;
	background-image: url(imagens/bg_imprensa.jpg);
	background-repeat: no-repeat;
	background-color: #580000;
}
.texto_termos {
	text-align: justify;
}

#menu_esq {
	position:absolute;
	left:32px;
	top:264px;
	width:231px;
	height:441px;
	z-index:2;
}
#menu_esq h1 {
	font-size: 16px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #FBF7AA;
}
#menu_esq p {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 13px;
}
#menu_esq  #giz  {
	position: absolute;
	left: 39px;
	top: 271px;
}



#texto_corpo {
	position:absolute;
	left:378px;
	top:108px;
	width:580px;
	height:560px;
	z-index:1;
	overflow: auto;
	padding-right: 60px;
}

#texto_corpo p {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
}
#texto_corpo h1 {
	font-size: 18px;
	color: #540000;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}


#menu_esq a {
	color: #FFFFFF;
	text-decoration: none;
}
#menu_esq a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#menu_esq a:hover {
	color: #FBF7AA;
	text-decoration: none;
}

#texto_corpo a {
	color: #000000;
	text-decoration: none;
}
#texto_corpo a:visited {
	color: #000000;
	text-decoration: none;
}
#texto_corpo a:hover {
	color: #000000;
	text-decoration: underline;
}

