/*XXXXXXXXXXXXXXXXXXXX Layout Header */
#header{
	background:transparent url(../img/header/1.jpg) 0 0 no-repeat;	
	width:100%; 
	height:239px;	
	position:absolute;	
	padding: 10px 0px 0px 0px;
}
#elastic_top{	
	background:transparent url(../img/header/2.jpg) 0 0 repeat-x;	
	height:239px;
}
#float_top{	
	background:transparent url(../img/header/3.jpg) 0 0 no-repeat;	
	width:32px; 
	height:239px;	
	float:right;
}	

/*XXXXXXXXXXXXXXXXXXXX Layout Laterais */
#lay_left{	
	background:transparent url(../img/content/4.jpg) 0 0 repeat-y;	
	background-position:left;	
	float:left;	width:100%;
	margin: 0px 0px 0px 0px;

}
#lay_right{
	background:transparent url(../img/content/5.jpg) 0 0 repeat-y;	
	background-position:right;	
	float:right;	
	width:100%;

}

/*XXXXXXXXXXXXXXXXXXXX Layout Footer */
#footer{
	background:transparent url(../img/footer/6.jpg) 0 0 no-repeat;	
	width:865px; 
	height:189px;	
	position:absolute;	
	padding: 0px 0px 0px 10px;
	font-size:80%; 
}
#elastic_footer{	
	background:transparent url(../img/footer/7.jpg) 0 0 repeat-x;	
	height:189px;	
	clear:both;
}
#float_footer{	
	background:transparent url(../img/footer/8.jpg) 0 0 no-repeat;	
	width:32px; 
	height:189px;	
	float:right;	
	clear:both;
}

/*XXXXXXXXXXXXXXXXXXXX Layout Imagens */
img{
	margin:0px 0px 0px 0px;
}

