html, body{ 
 margin:0; 
 padding:0; 
 text-align:center;
 height:690px;
 background:url(Imagens/Background.png);
} 
 
 
  #cabecalho1{ 
 height:149px; 
 width:610px;
 float:right;
 margin-left:2px;
 margin-top:0px;
 position:relative;
	 }
 
  #cabecalho{ 
 height:114px; 
 width:581px;
 float:right;
 margin-left:6px;
 margin-top:2px;
 position:relative;
	 }
	 
 
 
#pagewidth{ 
 width:1011px;
 text-align:left; 
 margin:0 auto;
 height:690px;
 background:url(Imagens/AreaTrabalho.png);
 background-position: center top;} 

#Solar{
	margin-top:10px;
	margin-left:9px;
	width:367px;
	height:235px;
	float:left;

} 
 
 

#header{
 position:relative; 
 height:255px; 
 width:995px;
 display:block;
} 
 
#leftcol{
 width:204px;
 height:400px;
 float:left; 
 position:relative;
 margin-left:1px;

  }
 

 
#rightcol{
 width:10px; 
 float:right; 
 position:relative;
  
 }
 
#maincol{ 
  width:734px;
  height:400px; 
 float:right; 
 position:relative;
 margin-right:32px;
 margin-left:16px;

 }
 
#footer{
 height:20px; 
 clear:both;
 display:block;
 overflow:auto;
 margin-top:15px;
} 
 

	
#tabelaInf{
	width:300px;
	border:1px solid #666;
	padding:2px;
	margin:2px;
	margin-left:auto;
	margin-right:auto;	

	}
	
	
#textarea{
	resize:none;}
	
#rodape{
	height:24px;
	width:400px;
	position:relative;
	float:left;
	margin-top:2px;
 
} 

#CA{
	height:24px;
	width:110px;
	position:relative;
	float:right;
	margin-right:16px;
 
} 


.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  


 
     
 @media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;} 

/*hide the right column when printing*/ 
#rightcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}
