	body
	{
		margin:0;
		background-color:#BCBCBC; 
/*		background-color:#FFFFFF; */
		font-family:Arial, Helvetica, sans-serif;
	}
	
	#mainTopo
	{
		width:100%;
		height:350px;
		background-image:url(../img/bg_topo.jpg);
		background-position:0 0;
		background-repeat:repeat-x;
	}

	#topo
	{
		width:990px;
		height:350px;
		background-image:url(../img/topo_menu.jpg);
		background-color:#FFFFFF;
		background-position:0 0;
		margin:0 auto;
	}

	/*
	#topo .televisao
	{
		width:266px;
		height:306px;
	}
	*/
	
	#mainCorpo
	{
		width:100%;
		background-image:url(../img/bg_rodape.jpg);
		background-position:bottom !important;
		background-repeat:repeat-x; 
		background-color:#FFFFFF !important;
		float:left;
		
	}

	#corpo
	{
		width:990px !important;
 		margin:0 auto;
		margin-top:0 !important;
		min-height:440px;
		
		height:auto !important;
		 height:440px;

	}
	
	
	#mainLogo
	{
		width:100%;
		float:left;
	}
	
	#logos
	{
		width:990px;
		margin:0 auto;
		background-image:url(../img/bg_rodape_logos.jpg);
		background-repeat:no-repeat;
		height:155px;
	}
	
	#logos .marca
	{
		width:925px;
		float:left;
		display:inline;
		height:133px;
		margin-top:20px;
		margin-left:30px;
	}
	
	#logos .assinatura
	{
		float:left;
		margin-top:10px;
		width:100%;
		text-align:center;
		font-size:13px;
		color:#666666;
		padding-bottom:10px;
	}
	
	#logos .assinatura a
	{
		color:#666666;
		text-decoration:none;
	}
	
	#logos .assinatura a:hover
	{
		color:#333333;
		text-decoration:underline;
	}

	
	#menu
	{
		margin-top: 235px;
		margin-left:10px;
		width:575px;
		float:left;
		display:inline;
		height:90px;
	}
	
	#menu .item a
	{
		color:#5F5F5F;
		font-size:15px;
		padding-bottom:2px;
		padding-top:2px;
		margin-bottom:4px;
		margin-right:4px;
		width:180px;
		float:left;
		display:inline;
		text-decoration:none;

	}
	
	#menu .item a img
	{
		border:0;
		visibility:hidden;
		margin-right:6px;
		margin-left:6px;

	}
	
	#menu .item a:hover
	{
		background-color:#FFFF00;

		/*
		filter:alpha(opacity=99);
		-moz-opacity:.99;
		opacity:.99;
		*/

	}
	
	#menu .item a:hover img
	{
		visibility:visible;
	}
	
	#menu .item .selecionado
	{
		background-color:#FFFF00;
		color:#D00C0C;
	}
	
	#menu .item .selecionado img
	{
		visibility:visible;
	}


	#banner
	{
		width:263px;
		height:303px;
		float:left;
		background-color:#FFFFFF !important;
		display:inline;
		margin-left:40px;
	}
