html{
	height:100%;	
}

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

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

#corpo{
	text-align:center;
	width:840px;
}

#logo{
	width:830px;
	height:170px;
	text-align:left;
	background-image:url('../layout/fundotopo.jpg');
}

#topo{
	width:830px;
	height:260px;
	margin-top:3px;
}

#cont{
	width:830px;
	float:left;
}

#dados{
	text-align:center;
	width:100%;
	margin-top:50px;
	padding-top:15px;
	border-top:1px solid #006d59;
	float:right;
}

#rodape{
	text-align:center;
	width:100%;
	margin-top:20px;
	background-color:#eee;
	float:right;
}

#esq{
	width:200px;
	float:left;
}

#dir{
	width:590px;
	margin-left:20px;
	text-align:justify;
	float:right;
}

#dir2{
	width:630px;
	text-align:justify;
	float:right;
	margin-bottom:5px;
}

