*{
	margin:0;
	padding:0;
	list-style:none;
}
body {
	font-family:  'Helvetica', sans-serif;
	font-size: 12px;
	background-image:url(../img/bkg.png);
	background-position:center;
	background-repeat:repeat-y;
	background-color:#ffffff;
	color:#FFFFFF;
	text-align:center;
	
}
#contenitore{
width:960px;
height:100%;
margin:0 auto;
text-align:center;
background-image:url(../img/bkg_top.png);
background-position:top;
background-repeat:no-repeat;
min-height:380px;

}
#menu{
width:820px;
height:40px;
top:130px;
left:75px;
font-family: 'helvetica', sans-serif;
font-size:15px;

position:relative;

}
#menu li
{
display: inline;
margin: 0;
padding: 0;
list-style-type: none;
text-transform:uppercase;
}
#menu a:link, #menu a:visited
{
font-weight: 500;
margin:0 1em;
text-decoration: none;
color: #000;
}
#menu a:link#evidenziato, #menu a:visited#evidenziato, #menu a:hover
{
border-top: 2px solid #88a843;
color: #88a843;
}

#main{
width:788px;
min-height:350px;

margin-top:140px;
margin-left:86px;

}
#main img{
padding:10px;
background-color:#FFFFFF;
-moz-box-shadow: 0 0 8px #888;
-webkit-box-shadow: 0 0 8px#888;
box-shadow: 0 0 8px #888;
-moz-border-radius: 5px;
border-radius: 5px;
border:1px solid #88a843;
}
#main_gallery{
width:788px;
min-height:350px;

margin-top:140px;
margin-left:86px;

}
#main_gallery img{
-moz-box-shadow: 0 0 8px #888;
-webkit-box-shadow: 0 0 8px#888;
box-shadow: 0 0 8px #888;
-moz-border-radius: 5px;
border-radius: 5px;
padding:10px;
background-color:#FFFFFF;
float:left;
margin-left:15px;
margin-top:15px;

border:1px solid #88a843;
}
#main_gallery img:link{
padding:10px;
background-color:#FFFFFF;
float:left;
margin-left:15px;
margin-top:15px;

border:1px solid #88a843;
}
#main_gallery img:hover{
-moz-box-shadow: 0 0 2px #888;
-webkit-box-shadow: 0 0 2px#888;
box-shadow: 0 0 2px #888;
padding:10px;
background-color:#FFFFFF;
float:left;
margin-left:15px;
margin-top:15px;

border:1px solid #000000;
}
.testi-giustificati{
font-size:16px;
text-align:justify;
color:#000000;
line-height:16px;

}
h1{
font-size:22px;
font-family: 'Helvetica', sans-serif;
font-weight:500;
color:#88a843;
display:block;
border-bottom:1px solid #88a843;
padding-bottom:6px;
}
h2{
font-size:18px;
font-family: 'Helvetica', sans-serif;
font-weight:500;
color:#88a843;
display:block;
border-bottom:1px solid #88a843;
padding-bottom:6px;
}

#footer{
width:788px;
font-size:13px;
text-align:center;
margin-top:40px;
margin-bottom:20px;

}

.testi_footer a:link{
color:#000000;
}
.testi_footer a:hover, .testi_footer a:visited {

color:#88a843;
}
.clear{
clear:both;
}
