/* 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:770px;
	border:Opx;
	padding:0px;
	margin:0px;
}

	#TOPO_LEFT{
		background:url(../img/top_left.jpg) no-repeat;
		background-position:left;
		width:200px;
		height:100px;
		padding:0px;
		float:left;
	}

	#TOPO_RIGHT{
		background:url(../img/top_right.jpg) no-repeat;
		background-position:left;
		width:570px;
		height:100px;
		padding:0px;
		float:right;
	}

	#CONTENT{
		width:770px;
		border:Opx;
		padding:0px;
		margin:0px;
		float:left;
	}
	
	#LATERAL{
		background:url(../img/bg_lateral.jpg) no-repeat;
		background-position:top;
		width:163px;
		height:350px;
		padding:0px;
		float:left;
		margin:0px;
		padding:108px 15px 0px 22px;
		
	}
	
	#AREA{
		background:url(../img/bg_area.jpg) no-repeat;
		background-position:top;
		width:564px;
		text-align:left;
		float:left;
		background-color:#FFFFFF;
		padding:60px 0px 0px 5px;
		border-left:1px solid #FAF8EB;
	}

#RODAPE{
	background:url(../img/bottom.jpg) repeat-x;
	background-position:bottom;
	width:700px;
	height:23px;
	text-align:center;
	float:left;
}

#FOOTER{
	clear:both;
	padding:0px 0px 0px 10px;
}
