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

#topo{
	width:950px;
	height:310px;
}

#envolta{
	width:970px;
	padding:10px;
	background-color:#fff;
	margin-top:8px;
	border:1px solid #61adda;
}

#menu{
	width:950px;
	height:40px;
	text-align:center;
	background-image:url('../layout/fundomenu.jpg');
	background-repeat:no-repeat;
}

#corpo{
	width:950px;
	margin-top:10px;
	text-align:center;
	background-image:url('../layout/fundocorpo.jpg');
	background-repeat:repeat-x;	
}

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

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

#titulos{
	width:950px;
	text-align:left;
	border-bottom:1px solid #ccc;
}

#enfeite1{
	padding:10px;
	border:1px solid #eee;
	margin-bottom:5px;
	text-align:justify;
}

#enfeite2{
	padding:10px;
	border:1px solid #ddd;
	margin-bottom:5px;
	text-align:justify;
	background-color:#eee;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	font-size:13px;
	color:#720049;
}

/* CONTAINERS DO FORMULÁRIO */

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

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