/* DIV'S ****************************************************************************** */
/* ************************************************************************************ */
#HIDEPAGE{
	position: absolute;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	left:0px;
	top:0px;
	background-color: #0099CC;
	color: #FFFFFF;
	width:100px;
	display:block;
}

#CONTAINER{
	width:750px;
	height:auto;
	margin:auto;
	border:Opx;
	padding:0px;
	text-align:left;
}

	#TOPO{
		width:750px;
		height:152px;
		margin:0px;
		padding:0px;
	}	

	#MENU{
		width:744px;
		height:27px;
		_height:27px; /*IE*/
		padding:10px 5px 0px 0px;
		background:url(../img/bg_menu.jpg) no-repeat;
		float:left;
		margin:0px;
		text-align:right;
	}

	#CONTENT{
		width:749px;
		height:auto;
		background:url(../img/bg_lateral.jpg) repeat-y!important;
		float:left;
	}

	#LATERAL{
		width:175px;
		height:auto;
		float:left;!important
		background-color:#F5F5F5;
	}

	#CONTEUDO{
		width:550px;
		height:auto;
		padding:10px;
		
		display:table;
		float:right;
	}

#RODAPE{
	clear:both;
	background:url(../img/bg_rodape.jpg) no-repeat;
	width:749px;
	height:auto;
	padding:40px 0px 0px 0px;
}

#BOTH{
	clear:both;
}	