* 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="img/blank.gif").substr(0,0)  
)  
:  
this.runtimeStyle.filter=""  
)  
);  
}

body {
	margin: 0px;
	padding: 0px;
	background-image: url(imagens/bg-topo.gif);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000;
}
p {
	margin: 0px;
	padding: 0px;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 26px;
	color: #000;
	margin: 0px;
	padding: 0px;
	letter-spacing: -1px;
}

h3 {
	color: #999;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
}



#topinho {
	height: 50px;
	text-align: right;
}
#conteudo {
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	position: relative;
}
#rodape {
	height: 55px;
	background-image: url(imagens/bg-rodape.gif);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	padding-top: 20px;
	padding-left: 5px;
	padding-right: 5px;
	float: left;
	width: 930px;
	background-color: #DD1709;
}
#topo {
	height: 155px;
	padding-top: 30px;
}
#topo-linha {
	background-color: #DD1709;
	height: 4px;
}
#paginacao {
	width: 100%;
	padding-top: 2px;
	text-align: center;
	padding-bottom: 2px;
}

#menu {
	height: 20px;
	padding-top: 20px;
	float: left;
	width: 940px;
}
#meio {
	padding-top: 20px;
	padding-bottom: 20px;
	float: left;
	width: 100%;
}
#col1 {
	float: left;
	width: 380px;
	margin-right: 15px;
}

#col2 {
	float: left;
	width: 545px;
}
#col-interna {
	float: left;
	width: 750px;
	margin-right: 15px;
}

#banner-esq1 {
	height: 130px;
	width: 380px;
}
#banner-esq2 {
	height: 132px;
	width: 365px;
	background-color: #f7f7f7;
	border: 1px solid #d2d2d2;
	padding-top: 8px;
	padding-left: 10px;
}
#banner-sky {
	float: right;
	height: 400px;
	width: 175px;
}
#banner-jornal {
	float: right;
	height: 149px;
	width: 153px;
	background-image: url(imagens/fnd-capa-jornal.jpg);
	padding-top: 35px;
	padding-left: 22px;
}

#banner-meio {
	height: 100px;
	width: 545px;
	float: left;
}

#banner-pqeno {
	height: 50px;
	width: 355px;
	float: left;
}
#banner-grande {
	width: 540px;
	float: left;
	border: 1px solid #CCC;
}
#banner-lateral {
	height: 184px;
	width: 175px;
	float: left;
}
#banner-full {
	height: 90px;
	width: 550px;
	float: left;
	margin-left: 5px;
}




#fotos {
	height: 460px;
}
#pimenta-malagueta {
	height: 310px;
}
#destaques {
	height: 245px;
}
#banner-topo {
	height: 92px;
	width: 940px;
	margin-top: 10px;
}

