/* Layout */ 
body{
 margin: 0;
 padding:0; 
 background:url(../imagens/fundo.gif);
 }	 
#centro {
	width:738px;
	margin:auto;
	position: relative;
 }	 

#dest_artigo {
	top:140px;
	left:12px;
	width:150px;
	z-index:3;
	background:#cad3d8;
	color: #000000;
	float: left;
	margin: 5px;
	position: absolute;
	}

#c-block {
	width:737px;
	z-index:1;
	background:#DDE2E6;
	margin-top: 15px;
	margin-bottom: 15px;
	border: 1px solid #000000;
	
}
#topo {
	height:125px;
	border-bottom:0px none;
	width:738px;
	color: #000000;
	margin:0;
	text-align: right;
	padding-right: 5px;
	clear:both;
	
}

#rodape {
	width:737px;
	clear:both;
	height:23px;
	background: url(../imagens/fundo_rod.gif) no-repeat;
	margin-bottom: 10px;
	padding-top: 5px;
	
 }
 

