/* 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;
	margin:0px;
	border:Opx;
	padding:0px;
}

	#TOPO{
		width:770px;
		height:150px;
		margin:0px;
		border:Opx;
		padding:0px;
		background:url(../img/bg_topo.jpg) no-repeat;
	}

	#TOPO_LEFT{
		float:left;
		width:300px;
		height:150px;
		padding:0px;
		background:url(../img/topo_left.jpg) no-repeat;
	}

	#TOPO_RIGHT{
		float:right;
		width:470px;
		height:150px;
		padding:0px;
	}

	#DIVISAO{
		width:755px;
		height:23px;
		padding:5px 15px 0px 0px;
		background:url(../img/bg_menu.jpg) no-repeat;
		text-align:right;
		color:#FFF;
		font-weight:bold;
	}

	#CONTENT{
		width:770px;
		height:auto;
		background:url(../img/bg_content.jpg) no-repeat;
		display:table;
	}
	
	#LATERAL{
		width:200px;
		height:auto;
		float:left;
		padding:0px 0px 0px 0px;
		margin:0px;
	}

	#CONTEUDO{
		width:560px;
		height:auto;
		display:table;
		padding:20px 5px 10px 5px;
		float:right;
	}

#RODAPE{
	clear:both;
	width:760px;
	height:60px;
	padding:20px 5px 0px 5px;
	background:url(../img/bg_rodape.gif) no-repeat;
	margin:0px;
}

/* SITE */
#BOTH{
	clear:both;
}

#CONSULTA_DETRAN{
	background:url(../img/bg_consulta.gif) no-repeat;
	width:260px;
	height:135px;
	padding:10px 5px 5px 5px; 
	float:left;
	color:#FFF;
}

#CONSULTA_PROVA{
	background:url(../img/bg_consulta.gif) no-repeat;
	width:260px;
	height:135px;
	padding:10px 5px 5px 5px; 
	float:right;
	color:#FFF;
}
