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

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

#titpag{
	width:800px;
	height:50px;
	text-align:left;
	border-bottom:1px solid #e97619;
	margin-top:10px;
	margin-bottom:15px;
	font-family:"Times New Roman", Times, serif;
	font-size:30px;
	font-style:italic;
	font-weight:bold;
	color:#e97619;
}

#menu{
	width:800px;
	text-align:center;
	margin:0px 0px 20px 0px;
	margin-top:10px;
	border-top:1px solid #e97619;
}

#corpo{
	width:800px;
	padding:10px;
	text-align:center;
	background-color:#fff;
	border:20px solid #301e74;
	margin-top:10px;
}

#linha{
	width:800px;
	text-align:left;
}

#dados{
	width:800px;
	text-align:center;
	background-color:#e97619;
	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;
}

#caixa{
	width:900px;
	border:1px solid #ccc;
	background-color:#fff;
	margin-top:20px;
	float:left;
	text-align:left;
	padding:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	text-align:justify;
	color:#000;
}

#caixa2{
	width:500px;
	border:1px solid #ddd;
	margin-top:20px;
	float:right;
	text-align:center;
	background-color:#ccc;
}

#caixa3{
	width:300px;
	border:1px solid #ddd;
	float:right;
	text-align:left;
}

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

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