body {
	background-color:#8fc795;
	margin:0px;
}

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

#envolta{
	width:965px;
	background-color:#fff;
	border:5px solid #fff;
}

#corpo{
	width:940px;
}

#conteudo{
	width:930px;
	margin-left:10px;
}

#menu{
	height:40px;
	width:940px;
	background-image:url('../layout/fundomenu.jpg');
	margin-bottom:15px;
}

#ilustra{
	width:940px;
	height:180px;
}

#esq{
	width:159px;
	height:560px;
	background-image:url('../layout/esq.jpg');
}

#titulopag{
	width:930px;
	height:30px;
	color:#00782e;
	font-family:Arial, Helvetica, sans-serif;
	font-size:26px;
	text-align:left;
	margin-bottom:30px;
	border-bottom:2px dotted #ccc;
}

#dados{
	width:940px;
	text-align:center;
	background-image:url('../layout/fundodados.jpg');
	background-repeat:no-repeat;
	margin-top:30px;
}

#rodape{
	width:950px;
	text-align:center;
	background-image:url('../layout/fundorodape.jpg');
	background-repeat:repeat-x;
}

/* CONTAINERS DO FORMULÁRIO */

#divisor{
	width:20px;
	height:200px;
}

#caixa{
	width:900px;
	border:1px solid #ddd;
	margin-top:20px;
	float:right;
	text-align:left;
	background-color:#eee;
	padding:5px;
}

#caixa2{
	width:370px;
	border:1px solid #eee;
	margin-top:20px;
	float:left;
	text-align:justify;
	background-color:#fff;
	padding:5px;
}