html{
	height:100%;	
}

body{
	height:100%;	
	width:100%;
	margin:0px;
	background-image:url('../layout/fundobody2.jpg');
	background-repeat:repeat-x;
}

/* CONTAINERS INTEIROS */
#geral{
	position:relative;
	min-height:100%;
	text-align:center;
}

#topo{
	text-align:center;
	height:150px;
	width:830px;
}

#menu{
	text-align:center;
	height:50px;
	width:100%;
	background-image:url('../layout/fundomenu2.jpg');
}

#separador{
	width:100%;
	height:20px;
	background-color:#ffffff;
}

#corpo{
	width:830px;
	background-color:#ffffff;
	padding-bottom:30px;
	position:absolute;
	left:50%;
	margin-left:-405px;
	border-left:1px #ddd solid;
	border-right:1px #ddd solid;
}

/* CONTAINERS CORPO */
#colEsq{
	height:50%;
	float:left;
	margin:20px 0px 0px 40px;
}

#contLinha{
	float:right;
	margin:10px 40px 0px 0px;
}

/* CONTEÚDO DOS CONTAINERS CORPO */
#contEsq{
	width:350px;
	margin:2px;
}

#cont{
	width:350px;
	margin:2px;
	text-align:justify;
}

#cont2{
	width:350px;
	margin:2px;
	text-align:justify;
}

#cont3{
	width:100%;
	background-color:#009ee0;
	padding:10px;
	margin-top:20px;
}

#inteira{
	width:600px;
	margin:2px;
	text-align:justify;
}

/* RODAPÉ CORPO */

#dados{
	text-align:center;
	width:100%;
	float:right;
	margin-top:40px;
}

#rodape{
	text-align:center;
	width:100%;
	float:right;
	margin-top:40px;
	border-top:1px #ddd solid;
	border-bottom:1px #ddd solid;
}