body{
	margin:0em;
}
#topo{
	background: url('imagens/toporepeat.png') center center repeat-x;
	height: 111px;
	
	position: relative;
	z-index: 2;
}
#logo{
	background: url('imagens/logo.jpg') left center no-repeat;
	width: 238px;
	height: 71px;
	padding: 20px 0 20px 20px;
	float: left;
}
#menu{
	width: 650px;
	float: left;
	padding-top:0;
}
#banner{
	background: url('imagens/bannerrepeat.jpg') left center repeat-x;
	height: 243px;
	
	position: relative;
	margin-top: -11px;
	z-index: 1;
}
#corpo{
	background: url('imagens/corporepeat.png') left top repeat-x;
	/*height: 452px;*/
	
	position: relative;
	margin-top:-7px;
	z-index:2;
}
#esquerdo{
	position: relative;
	float: left;
	width: 276px;
	padding: 34px 0px 23px 10px;
}
#centro{
	position: relative;
	float:left;
	width: 400px;
	padding: 39px 24px 24px;
	
	text-align: center;
}
#centro2{
	position: relative;
	float:left;
	width: 580px;
	padding: 39px 24px 24px;
	
	text-align: center;
}
#direito{
	position: relative;
	float:left;
	width: 168px;
}
#noticias{
	background: url('imagens/noticiasrepeat.jpg') left center repeat-x;
	height: 230px;
	
	position: relative;
	margin-top:-6px;
	z-index:1;
}
#rodape{
	background: url('imagens/rodaperepeat.png') left center repeat-x;
	height: 202px;
	
	position: relative;
	margin-top:-5px;
	z-index:2;
}