
body {
	/*font: 90%  "Times New Roman", Times, serif; */
	font-size: 90%;
	font-family:Verdana, Geneva, sans-serif;
	background-color:#000;
	background-image:url(../img/bgbody.jpg);
	background-position:top right;
	background-repeat:repeat;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #fff;
	line-height:20px;
}
 #container {
	 
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
		margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	
}
 #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}


p{
	text-align:justify;
	line-height:16px;
	width:780px;
	}
	
a img{
	border:none;
}

a{
	text-decoration:none;
	color:#eee;}
	
a:hover{
	

}


/*******************   TOP   *********/



#nav {
	background-image:url(../images/menu/bg-menu.png);
	background-repeat:no-repeat;
	height:250px;
	width:114px;
	padding-top:32px;
	padding-left:20px;
	float:left;
	margin-top:15px;
	line-height:14px;
	
}
 li,ul{
	list-style:none;
	margin:0px;
	padding:0px;
	}
ul{padding:0px; margin:0px; border:0px;}
li{padding:0px; margin-top:-5px; border:0px;}
a:hover img{
	filter:alpha(opacity=50);
-moz-opacity: 0.5;
opacity: 0.5;
}



/******** FINE TOP  *********/

.clear{
	width:100%;
	height:12px;
	clear:both;
}
#leftdiv{
	width:460px;
	padding:0px;
	float:left;
	text-align:justify;
	/*border: 1px solid #F00;*/
}
#leftdivhome{
	width:425px;
	height:470px;
	padding-left:18px;
	padding-right:20px;
	padding-top:10px;
	float:left;
	font-size:11px;	
	text-align:justify;
	background-image:url(../img/paper1.jpg);
	background-repeat:no-repeat;
	/*border: 1px solid #F00;*/
}


#rightdiv{
	width:450px;
	padding:0px;
	float:right;
	text-align:justify;
/*	border: 1px solid #550;*/
}


.inright{
	width:210px;
	padding:5px;
	float:right;
	text-align:justify;
/*	border: 1px solid #550;*/
}

.inleft{
	width:210px;
	padding:5px;
	float:left;
	text-align:justify;
/*	border: 1px solid #550;*/
}

#prox{
	width:195px;
	height:220px;
	background-image:url(../img/proxbg.png);
	background-repeat:no-repeat;
	text-align:center;
	padding-top:54px;
	padding-left:5px;
	color:#000;	
	
		}
#prox a{
			text-decoration:none;
			color:#000;
		}
#prox a:hover{
			color:#333;
			
		}
		
#proxen{
	width:195px;
	height:220px;
	background-image:url(../img/EN/proxbg.png);
	background-repeat:no-repeat;
	text-align:center;
	padding-top:54px;
	padding-left:5px;
	color:#000;	
	
		}
#proxen a{
			text-decoration:none;
			color:#000;
		}
#proxen a:hover{
			color:#333;
			
		}
	
#news{
	width:195px;
	height:220px;
	font-size:78%;
	background-image:url(../img/news.png);
	background-repeat:no-repeat;
	text-align:center;
	padding-top:54px;
	padding-left:5px;
	padding-right:10px;
	color:#000;
	line-height:13px;
/*	margin-top:44px;*/
	
}
#news a{
color:#000;
}

#news a:hover{
color:#333;
text-decoration:none;
}


.leftlong{
	width:450px;
	float:left;
	clear:left;
	text-align:justify;
		
}
.rightlong{
	width:450px;
	float:right;
	clear:right;
	text-align:justify;
	
	
}

#footer{
	background-image:url(../img/striscia.png);
	background-repeat:no-repeat;
	background-position:left;	
	width:100%;
	height:40px;
	padding-left:50px;
	padding-top:5px;
	color:#000;
	text-align:center;
	font-size:10px;
}

#footer a{
	color:#000;
}

#footer a:hover{
	text-decoration:underline;
	
}
#page{
	width:auto;
	height:auto;
	text-align:justify;

}
#contatti{
	background-image:	url(../img/contattibg.jpg);
	height:280px;
	width:790px;
	margin:0 auto;
	padding-left:40px;
	
}

table a img{
	border:	#333 4px solid;
}
