/* layout para todas as paginas internas */

BODY {
	margin-top: 0px;
	background: #fff;
	PADDING: 0px;
	MARGIN: 0px;
	text-align:left;
	font-family: Verdana;
	font-size: 8pt;
}


#categorias{background-color: #526E9E; width:154px; height:23px; padding:0 0 0 5px;}

#tituloBlog {
	position:relative;
	left:140px;
	top:40px;
	width:520px;
	height:60px;
	z-index:1;
}
.tituloBlog {
	font-size: 30px;
	color: #FFFFFF;
}
#menuGlobal {
	position:absolute;
	left:100px;
	top:138px;
	width:542px;
	height:16px;
	z-index:2;
}




/*-------layout------------*/
#conteudoBlog {
	position: relative;
	width:771px;
	left: 50%;
	bottom:0;
	text-align: left;
	z-index:auto;
	overflow:visible;
	top: 0;
	position: relative;
	background-image:url(/blog/images/imgMeio.gif);
	padding: 0px;
	margin-top: 0;
	margin-right: 50%;
	margin-bottom: 0;
	margin-left: -380px;
	}
	
#cabecalhoBlog {
	position: relative;
	width:771px;
	left: 50%;
	margin: 0 50% 0 -380px;
	bottom:0;
	text-align: left;
	z-index:auto;
	overflow: auto;
	top: 0px;
	position: relative;
	height: 170px;
	padding: 0;
	}	

#categoria {
	padding-left: 20px;
	display: block;
	top:0;
	margin: 0;
	padding-top: 10px;
	padding-bottom:15px;
	float:left;
	
	
}
#imagem {
	background-image:url(../images/marca_rep.gif);
	background-repeat:repeat-x;
	display: block;
	height:17px;
	width:540px;
	float:left;
	
}
#nome {
	display: block;
	padding-bottom:2px;
	float:left;
	
}

#nome2 {
	display: block;
	float:left;
	
}
#data {
	padding:5px 0px 0px 0px;

	
}
#direita {
	position: relative;
	width:540px;
	top:15px;
	margin: 0px;
	overflow:hidden;
	float:left;
	padding: 0px;
	height: auto;
	left: 25px;
	background-color: #DDF2FD;
}
#esquerda {
	float:left;
	position: relative;
	width:162px;
	top:0px;
	left:5px;
	margin: 0 0 0 20px;
	top:15px;
	text-align: left;
	overflow:hidden;
	clear: both;
	display: inline;
}
#inventario {
	padding: 20px 0 8px 154px;
 	width:552px;
  	float:left;
	overflow:visible;
	margin:0px;
  	background-image:url(../images/azulClaro.gif);
}

#rodapeBlog {
	width:771px;
	height:34px;
	left: 50%;
	margin: 0 50% 0 -380px;
	position: relative;
	padding-left:0px;
	padding-right:0px;
	padding-top:10px;
	padding-bottom:0px;
	background-image:url(/blog/images/imgMeio.gif);
	background-repeat:repeat-x;
	background-repeat:repeat-y;
	
	 }
#limpa{
	clear:both;
}

HTML > BODY #rodapeBlog {MARGIN-BOTTOM:0px}
