body{
	margin:0px;
	background-image:url('../layout/fundobody.jpg');
	background-attachment:fixed;
	background-repeat:no-repeat;
}

table{
	border:0px;
}

#geral{
	width:100%;
}

#topo{
	width:950px;
	height:110px;
	background-color:#fff;
}

#menu{
	width:946px;
	height:40px;
	background-image:url('../layout/fundomenu.jpg');
	margin-top:12px;
}

#ilustra{
	width:800px;
	height:350px;
	text-align:center;
	background-color:#fff;
}

#corpo{
	width:800px;
	background-color:#fff;
}

#dados{
	width:100%;
	background-color:#000;
}

#rodape{
	width:100%;
	background-color:#fff;
}

#campos{
	width:600px;
	padding:10px;
	border:1px solid #bbb;
	background-color:#ccc;
	margin-bottom:5px;
	float:right;
}

#campL{
	width:190px;
	float:left;
}

#campR{
	width:399px;
	float:right;
}
