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

#titulo{
	width:460px;
	height:40px;
	border-bottom:1px solid #ccc;
	font-family:"Times New Roman", Times, serif;
	font-size:32px;
	font-style:italic;
	font-weight:bold;
	color:#be0027;
	margin-bottom:20px;
}

#titulo2{
	width:760px;
	height:40px;
	border-bottom:1px solid #ccc;
	font-family:"Times New Roman", Times, serif;
	font-size:32px;
	font-style:italic;
	font-weight:bold;
	color:#be0027;
	margin-bottom:20px;
}

#enfeite1{
	width:808px;
	border:4px solid #000;
}

#menu{
	height:60px;
	background-image:url('../layout/fundomenu1.jpg');
	background-repeat:repeat-x;
	text-align:center;
	padding:0px 0px 0px 90px;
}

#corpo{
	width:760px;
}

#dados{
	width:800px;
	height:130px;
	text-align:center;
	background-color:#e77817;
	margin-top:40px;
}

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


/* CONTAINERS DO FORMULÁRIO */

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

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

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

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