html>body #mainBlock{
	padding-top: 7px;
	float: right;
	width: 531px;
	margin-left: 5px;
	margin-right: 10px;
}
#mainBlock{
	padding-top: 7px;
	float: right;
	width: 531px;
	margin-right: 5px;
	z-index:auto;
}
html>body #mainBlock #flash{ width: 531px; }/*HACK para Mozzila*/
	#mainBlock #flash{
		padding-top:0px;
		float: right;
		/*align: center;*/
		clear: both;
		width: 531px;
		height: 132px;
		/*
		background-image: url(img/template/temp_flash.jpg);
		background-repeat: no-repeat;
		display: none;
		*/
		position: relative;
		overflow: hidden;
		margin-bottom: 10px;
		margin-top: 3px;
	}
	#mainBlock #flash object{
		position: relative;
		padding: 0px;
		margin: 0px;
	}
	#flash h1{
		/*background-image: url(img/template/temp_flash.jpg);
		background-repeat: no-repeat;*/
		width: 527px; 
		height: 141px;
		clear: both;
		position:relative;
	}
	
	#mainBlock #breadcrumb{
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 9px;
		line-height: 12px;
		display: none;
		margin-bottom: 10px;
	}
	
	#mainBlock a:link { 
		text-decoration: none;
		color: #000000;
	}
	#mainBlock a:visited { 
		text-decoration: none; 
		color: #000000;
	}
	#mainBlock a:hover, a:active { 
		text-decoration: underline;
	}
	
	#mainBlock #destaques{
		clear: both;
		vertical-align:middle;
		float:right;
		width:531px;
		background-color:#FFFFFF;
	}
	html>body #mainBlock #destaques{ width: 531px; }/*HACK para Mozzila*/
	
	#mainBlock #destaquesRodape{
		vertical-align:bottom;
		clear: both;
		width:531px;
		float: right;
		display:none;
	}
	#mainBlock #separadorDestaques{
		background-image: url(img/template/dest.gif);
		background-position: center center;
		background-repeat: no-repeat;
		width: 531px;
		height: 24px;
	}