body {
	background-image:url('../layout/fundobody.jpg');	
	background-attachment:fixed;
	background-repeat:repeat-x;
}

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

#fundo2 {
	background-image:url('../layout/fundobody2.jpg');	
	background-repeat:no-repeat;
	background-position:top;
	background-attachment:scroll;
}

#envolta{
	width:970px;
	padding:10px;
	border:1px solid #ccc;
	background-color:#fff;
}

#corpo{
	width:950px;
}

#titulo{
	width:940px;
	height:30px;
	color:#016f30;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:26px;
	text-align:left;
	margin-top:20px;
	margin-bottom:30px;
	border-bottom:1px solid #ddd;
}

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

#topo{
	margin-bottom:15px;
}

#titulopg{
	width:950px;
	color:#0a6495;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:26px;
	text-align:left;
	margin-bottom:10px;
	padding-left:10px;
}

#dados{
	width:950px;
	text-align:center;
	background-color:#016f30;
	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:850px;
	border:1px solid #ddd;
	margin-top:20px;
	float:right;
	text-align:left;
	background-color:#eee;
	padding:5px;
}

#caixaE{
	width:130px;
	float:left;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	text-align:justify;
	padding:5px;
}

#caixaR{
	width:500px;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	text-align:justify;
	padding:5px;
}
