/*  */ 
html, body{ 
 margin:0; 
 padding:0; 
 text-align:center;
 background-color:#D8D8D8;
}

#site{
	width:796px;
	margin:0 auto;
	margin-top:10px;
	margin-bottom:10px;
	background:url(../../imagens/borda_bg.gif) repeat-y;
}

.espaco{
	width:796px;
	height:10px;
}

#rodape{
	width:796px;
	margin:0 auto;
	text-align:center;
	padding:20px 0;
	font:10px Verdana, Arial, Helvetica, sans-serif;
}

#wrapper{
	 background:#FFFFFF;	
 }
 
#pagewidth{ 
 width:759px; 
 text-align:left;  
 margin-left:auto; 
 margin-right:auto;
 padding-top:5px;
} 
 
#header{
 position:relative; 
 height:182px;
 background:url(../../imagens/fundologohome.jpg);
 background-color:#FFFFFF; 
 width:100%;
 margin: 0 0 0 0;

} 
 
#leftcol{
 width:160px;
 height:366px;
 float:left; 
 position:relative; 
 background:#F2F2F2 url(../../imagens/transp.gif) repeat-y 50% 0;	
 margin: 0 0 0 0;
 padding: 0 0 0 0;
 }
 
#twocols{
 width:599px; 
 float:right; 
 position:relative; 
 background:#FFFFFF;	
 margin: 0 0 0 0;
 padding: 0 0 0 0;
  }
 
#rightcol{
 width:182px; 
 float:right; 
 position:relative; 
 background-color:#FFFFFF;
 margin: 0 0 0 0;
 padding: 0 0 0 0;
 }
 
#maincol{
 background:url(../../imagens/fundohome_miolo.jpg) no-repeat top;
 background-color: #FFFFFF;  
 float: left; 
 display:inline;
 position: relative; 
 width:417px; 
 margin: 0 0 0 0;
 padding: 0 0 0 0;
 }
 
#footer{
 background:url(../../imagens/fundo_rodape1.jpg) no-repeat top;
 background-color:#FFFFFF; 
 height:142px; 
 clear:both;
 margin: 0 0 0 0;
 padding: 0 0 0 0;
 } 
 
 
 /* *** Float containers fix:
 *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
 height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  


 
 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#header{display:none;} 
#leftcol{display:none;} 

/*hide the right column when printing*/ 
#rightcol{display:none;} 
#twocols, #maincol{float:none;}
}

