/* Layout */ 
body{
 margin: 0;
 padding:0; 
 background:url(../imagens/fundo_quad_m.gif);
 }	 
#centro {
	width:738px;
	margin:auto;
	position: relative;
 }	 
#menu_esq {
	top:140px;
	left:20px;
	width:110px;
	z-index:3;
	background:#cad3d8;
	color: #000000;
	float: left;
	margin: 5px;
	position: absolute;
	}

#menu_dir{
	top:99px;
	right:0;
	width:127px;
	z-index:5;
	color: #333333;
	left: 608px;
	float: right;
	padding: 10px 0px 0px 5px;
	position: absolute;
	visibility: visible;
	
	
}
#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:104px;
	border-bottom:0px none;
	width:737px;
	background: url(../imagens/fundo_topo.gif) no-repeat center;
	color: #000000;
	margin:0;
	text-align: right;
	padding-right: 5px;
	
}

#meio{
	margin:22px 70px 20px 140px;
	position:relative;
	background:#DDE2E6;
	color: #000033;
	z-index:4;
	
 }
 #meio_i{
	margin:10px 0px 0px 200px;
	position:relative;
	background:#cad3d8;
	color: #000033;
	z-index:4;
	
 }

#rodape {
	width:737px;
	clear:both;
	height:23px;
	background: url(../imagens/fundo_rod.gif) no-repeat;
	margin-bottom: 10px;
	padding-top: 5px;
	
 }
 
