/* 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:745px;
	border:Opx;
	padding:0px;
	margin:0px;
}

	#TOPO_LEFT{
		width:353px;
		height:62px;
		float:left;
		background:url(../img/top_left.jpg) no-repeat;
	}	

	#TOPO_RIGHT{
		width:354px;
		height:15px;
		float:right;
		background:url(../img/top_right.jpg) no-repeat;
		padding:47px 0px 0px 38px;
	}	

	#CONTENT{
		width:745px;
		border:Opx;
		padding:0px;
		margin:0px;
		float:left;
	}

	#LATERAL{
		width:353px;
		height:452px;
		background:url(../img/img_home.jpg) no-repeat;
		float:left;
		padding:0px;
		margin:0px;
	}
	
	#AREA{
		width:378px;
		height:432px; /* FIREFOX */
		_height:430px; /* IE */
		background:url(../img/bg_home.jpg) no-repeat;
		display:table;
		text-align:left;
		padding:20px 7px 0px 7px; /* FIREFOX */
		_padding:22px 7px 0px 7px; /* IE */

		float:right;
	}

#RODAPE{
	clear:both;
	background:url(../img/bg_rodape.jpg) no-repeat;
	background-position:bottom;
	width:745px;
	height:75px;
	padding:5px 0px 0px 0px;
	text-align:center;
}