body {
	margin:					0;
	padding:				0;
	background-color:		#fff;
/*	background-image:		url("images/fundo.jpg"); */
/*	background-repeat: 		repeat-x; */
	text-align:				center; /* hack para o IE */	
}

#tudo {
	width: 					800px;
	height:					600px;
	margin:					5 auto;
	padding:	 			0px;
	background-image:		url(images/fundo.jpg);
	text-align:				left;
}

#cabecalho {
	width: 					700px;
	height:					50px;
	margin:					30px 0px 0px 30px;
	padding:	 			0px;
	font-size:				250%;
	color:					#fff;
	font-weight:			bold;
}

#cabecalho1 {
	width: 					700px;
	height:					30px;
	margin:					5px 0px 0px 30px;
	padding:	 			0px;
	font-size:				110%;
	color:					#fff;
	font-weight:            normal;

}

#corpo {
	width: 					600px;
	height:					90px;
	margin:					70px 0px 0px 150px;
	padding:	 			0px;

}

.style4 {
	font-size: 12px;
	color: #FF0000;
}

.style7 {font-size: 18px}