@charset "utf-8";
/* CSS Document */
body{
	background-image:url('../../images/fundoPages.jpg');
	background-repeat:repeat;
}

#menuEsquerdo{
	margin-top:50px;
	float:left;
}

#textoCima{
	font-family:"Accidental Presidency";
	font-size:35px;
	text-decoration:underline;
	float:right;
	margin-bottom:15px;
	color:#fceddb;	
}
#transp {
	padding: 40px;
	font-size: 18px;
	font-weight: bold;
	color:#fceddb;
	background-color:#42352d;
	opacity: 0.75;
	filter: alpha(opacity=75); /*Hack para funcionar transparencia no IE*/
	width:475px;
	height:400px;
	margin-bottom:20px;
	float:left;
	z-index:1;
}

#conteudoTransp{
	font-size: 14px;
	color:#fceddb;
	z-index:1;
	float:right;
	margin-right:25px;
	width:500px;
	height:440px;
	margin-top:-480px;
	z-index:2;
	position:relative;
	overflow: auto;
}

#conteudo{
	margin-left:auto;
	margin-right:auto;
	width:700px;
}