*{margin:0; padding:0;}

body {
	background-image:url(../layout/fundobody.jpg);
	background-repeat:repeat-x;
}

#topo{
	width:950px;
	height:150px;
	text-align:left;
	background-image:url(../layout/topo.jpg);
	background-repeat:no-repeat;
}

#menu{
	text-align:right;
	width:950px;
	height:40px;
	margin-top:0px;
	background-color:#fabb00;
}

#ilustra{
	width:950px;
	height:440px;
	background-image:url(../layout/ilustra.jpg);
	background-repeat:no-repeat;
	margin-top:20px;
}

#ilustra2{
	width:950px;
	height:100px;
	background-image:url(../layout/ilustra2.jpg);
	background-repeat:no-repeat;
	margin-bottom:20px;
}

#conteudo{
	background-color:#fff;
	padding:10px;
	margin-top:20px;
	margin-bottom:20px;
}

#dados{
	width:950px;
	height:200px;
	background-image:url(../layout/fundodados.jpg);
	background-repeat:no-repeat;
	margin-top:20px;
}

#rodape{
	width:950px;
	text-align:center;
	margin-top:20px;
}

#titulopag{
	width:630px;
	padding:10px;
	color:#063d1c;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:26px;
	text-align:left;
	margin-bottom:20px;
	border-bottom:1px solid #ccc;
}

#caixa{
	width:600px;
	border:1px solid #ccc;
	margin-top:20px;
	float:left;
	text-align:left;
	background-color:#eee;
	padding:5px;
}
