/* comune a tutte le pagine */
  body  {
    margin: 0px;
    margin-top: 50px;
	font-family: Verdana;
	font-size: 13px;
  }
#footer	{
    margin-top: 50px;
	border-top: 1px solid rgb(179,179,179);
	clear: both;
	padding-left: 240px;
	color:	rgb(179,179,179);
	color:	rgb(0,144,128);
	font-size: 1.05em;
}

	.langbar	{
		margin-right: 5px;
		font-size: 11px;
		font-weight: bold;
	}
	.elenco	li	{
		margin-left: 0px;
		list-style-image: url('../img/list_item_home.gif');
	}

	.elenco	{
		margin-left: 10px;
	}


    #header_container {
           border-bottom: 4px solid rgb(179,179,179);
		   height: 34px;
			background-image: url('../img/sfondo4.gif');
			background-repeat: repeat-x;
			background-position: bottom;	  
    }

    #logo_cell {
			float: left;
			margin: 10 0 30 30;
    }
	#head	{
			margin-top: 50px;
			margin-left:150px;
			border: 1px solid red;
			width: 250px;
			float: left;
	}
	.title	{
			text-align: right;
			padding-top: 16px;
			padding-right: 10px;
	}
	.clear	{
			clear: both;
	}
  
   .header_gradient1 {
			background: white;
			background-image: url('../img/sfondo1.gif');
			background-repeat: repeat-x;
			background-position: bottom;	  
			height: 153px;
   }

   .header_gradient2 {
			background-image: url('../img/sfondo2.gif');
			background-repeat: repeat-x;
			background-position: bottom;	  
			height: 153px;
   }

   .white_separator_vertical  {
			background-color: white;
			height: 40px;
   }
	

	#col1	{
			float: left;
			width: 240px;
	}
	#col2	{
			float: left;
			width: 2px;
	}
	#col3	{
			float: left;
			width: 320px;
	}
	#col4	{
			float: left;
			width: 2px;
	}
	#col5	{
			float: left;
			width: 100px;
	}
	.cols	{
		float: left;
	}
	#row3_col1	{
		width: 240px;
		padding-top: 15px;
		padding-right: 15px;
		color: #266B6F;
		font-size: 10px;
		text-align: right;
	}

	#row3_col2	{
		width: 310px;
		padding-top: 15px;
		padding-left: 2px;
		padding-right: 15px;
		color: #616161;		
		font-family: Verdana;
		font-size: 12px;
		text-align: left;
	}

	.sub_navilink	{
		color: #266B6F;
		text-decoration: none;
		font-size: 1.3em;
	}

	.active	{
		font-weight: bold;
	}


	.gallery div	{
		float: left;
	}
	.gallery img	{
		border: 4px rgb(234,235,222) solid;
		margin-left: 4px;
		margin-top: 4px;
	}
	
	
	
	
	
