body {
	background-image:url(/image/sfondo_sito.jpg);
	background-repeat:repeat-x;
	font-family: Arial, Helvetica, sans-serif, Tahoma;
	font-size: 14px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;	
}


#pagecontainer {
	width: 1000px;
	margin: 0px auto;
	
}

#contenuto {
	margin:10px;
	
}

h1 {
color:#005fa1;
}

h2 {
color:#982621;
}

li {
margin-top:10px;
}


#menu {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 225px;
}
#menu li {
	font: 80% "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
#menu a {
	color: #92001C;
	display: block;
	margin: 0;
	padding: 5px 12px;
	text-decoration: none;
	font-weight:normal;
}
#menu a:hover {
	background: #92001C url("/image/hover.gif") left center no-repeat;
	color: #fff;
	padding-bottom: 5px;
}                    
    
