* html img/**/ {  
filter:expression(  
this.alphaxLoaded ? "" :  
(  
this.src.substr(this.src.length-4)==".png"  
?  
(  
(!this.complete)  
? "" :  
this.runtimeStyle.filter=  
("progid:DXImageTransform.Microsoft.AlphaImageLoader(src='"+this.src+"')")+  
(this.onbeforeprint="this.runtimeStyle.filter='';this.src='"+this.src+"'").substr(0,0)+  
String(this.alphaxLoaded=true).substr(0,0)+  
(this.src="Imagens/blank.gif").substr(0,0)  
)  
:  
this.runtimeStyle.filter=""  
)  
);  
} 

body {
	font-family: Helvetica, sans-serif, Verdana;
	font-size: 12px;
	color: #333333;
	text-align: center;
	background-attachment: scroll;
	background-color:;
	background-image: none;
	background-repeat: repeat-x;
	background-position: center top;
	margin: 0;
	padding: 0;
	height: auto;
	width: auto;
}

#layout {
	width: 1000px;
	height: auto;
	padding: 0;
	margin: 0 auto;
	background-color: #FFFFFF;
	}
#layout div {
	float: left;
	text-align: left;
	padding: 0;
	margin: auto;
}

.esphzt {
	position:relative;
	height:8px;
	width:100%;
}

#layout #topo {
	width: 1000px;
	height: auto;
}

#layout #lateralesquerda {
	width: 177px;
	height: auto;
	overflow: hidden;
	float: left;
	margin-left: 6px;
	display:inline;
}

#layout #conteudo {
	width: 600px;
	height: auto;
	overflow: hidden;
	background-color: #FFFFFF;
	margin-top: 12px;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 10px;
	padding: 0px;
	display:inline;
}

#layout #lateraldireita {
	width: 177px;
	height: auto;
	float: right;
	margin-top: 20px;
	margin-right:18px;
	overflow: hidden;
	display:inline;
}

#rodape {
	text-align:center;
	width: 100%;
	clear: both;
	padding: 0;
	height: auto;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-attachment: scroll;
	background-repeat: repeat-x;
	background-position: left top;
	background-image: url(../Imagens/fundo-rodape.jpg);
}
#rodapedentro {
	width: 1000px;
	padding: 0;
	height: auto;
	border-top-width: 1px;
	border-top-style: none;
	border-top-color: #6C006E;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#rodapedentro div {
	float:left;
}

