@charset "UTF-8";
/* CSS Document */


body{
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	font-family: Arial, "Helvetica", sans-serif, Trebuchet MS;
	font-size: 10pt;

}


#tutto{
	margin-left: -20px;
	height: 602px;
}

#menu{
	width: 230px;
	height: auto;
	margin-top: -10px;
	


}

#menu ul{
list-style: none;


}

#menu ul li a{
text-decoration: none;
width: auto;
height: 25px;
display: block;
color: #FFFFFF;
line-height: 25px;
background: #FF9933;
/*border-bottom: #FFFFFF thin dotted;*/
margin-bottom: 2px;

padding-left: 5px;


}

#menu ul li a:hover{
text-decoration: none;
width: auto;
height: 25px;
display: block;
color: #FFFFFF;
background-color: #FF6600;
padding-left: 10px;
font-weight: bold;


}
#menu ul li.current a{
text-decoration: none;
width: auto;
height: 25px;
display: block;
color: #FFf;
font-weight: bold;
background-color: #FF6633;
padding-left: 10px;
z-index: 20;

}





#immagine{
	width: 700px;
	height: 525px;
	margin-bottom: 30px;
}

a.sito{

	text-decoration: none;
	color: #CCCCCC;
	font-weight: bold;


}

a.sito:hover{

	color: #999999;



}
