
body
{
	font-family: Arial,Trebuchet MS ,Arial, Helvetica, sans-serif; 

	font-size:12px;
	background-color: #fafafa;
	
}

/*----------*/

div#wrappercontainer
{
	/*
	margin: auto;
	width:966px;
	background-color: #fafafa;	
	
	width:1300px;
	background-color: Green;
	*/
	
  /*
  margin: auto;
	width:966px;
	background-image: url(immagini/struttura/bordigrigisito.gif);
	background-repeat: repeat-y;	
	*/
}

div#container
{
	 width:972px;
	 
	 margin:0 auto; 
   text-align:left;
	 background-color: White;
	 overflow: hidden;
	 

	 
	 /*
	   width:966px;
	 	background-color: Blue;
	*/
}

div#header
{
	margin: auto;
	margin-bottom: 0px;
	text-align: center;
	width: 974px;
	width: 100%;
	height: 210px;
	border-bottom: 2px solid #1E4B78;
	
}

div#wrappercontent_
{

	
	/*overflow: hidden;
	background-position: center;
	background-image: url(immagini/struttura/bordigrigisito.gif);
	background-repeat: repeat-y;
	
	text-align: left;
	margin: auto;
	padding:0px;
	width:966px;	
	
	padding: 0px;
	background-color: Fuchsia;
	*/
}

div#sidebar
{
	/* test
	margin-left:10px;
	padding: 0px;
	background-color: Fuchsia;
	*/

  /* per liquido
	position: absolute;	
	width:230px;
	*/

  float:left;
  width:230px;
  overflow: hidden;
  margin-left:0px;
  padding-top:3px;

}

div#content
{

	
  /* per liquido
	position: relative; 	
	padding-left:250px;
	width:90%;
	*/
	
	float:left; 
	width:500px;  
  padding:0px;
  overflow: hidden;
  margin-left:14px;
	margin-right:14px;
	
}

div#sidebar2
{
  /* per liquido
  right:0px;
	position: absolute;	
	width:230px;
  margin-left:7px;
  */  

  
  float:left;
  width:214px;
  
  overflow: hidden;
    
}

div#footer
{
	clear: both;
	width: 950px;
	width: 100%;
	margin: auto;
	margin-top:0px;
	background-color: #01156B;
	background-color: #E8F2FF;
	padding-top:8px;
	height: 25px;
	overflow: hidden;
	text-align: center;
	color: #1E4B78;
}


div#footer2
{
	clear: both;
	width:950px;
	margin: auto;
	margin-top:0px;
	background-color: #fafafa;
	overflow: hidden;
	color: White;
}


.clear_tricks
{
	clear: both;
	height: 1px;
	overflow: hidden;
}