body 
{
	background-color: #fff;
	margin: 0px;
	padding: 0px;
	
	
}

#sfondo2
{
	background-image: url(sfondobody.jpg);
	background-repeat: repeat-y;
	background-position: center ;
}

#container 
{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	background-color: #F2FAFF;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	
}
#head 
{
	height: 200px; 
	color: #111;
	
}

#sfondo
{
	padding-left: 205px;
	padding-top: 130px; 
	margin-right: 9px;
	background-image: url(Marco.jpg);
	background-repeat: no-repeat;
	
	
}

#menu
{
	color: #483D8B;
	text-align: right;
	text-decoration: inherit;
	text-shadow:#333333
	padding-left: 205px;
	padding-top: 30px;  /*Regola la distanza dal header*/
	margin-right: 9px;
		
}
#menu a
{
	font-weight: bold;
	color: Black;
	text-decoration: none;
}
#menu a:hover 
{
	color: Teal;
	text-decoration: underline;
}
#menu a#active 
{
	color: Green;
}
ul
{
	font: normal bold 1em/1.7em Geneva, Arial, Helvetica, sans-serif;
	margin-top: 20px;
	margin-bottom: 40px;
}
ul a
{
	color: #5af;
}
ul a:hover 
{
	color: #666666;
	text-decoration: underline;
}
#content 
{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	width: auto;
	margin-right: 20px;
	margin-left: 20px;
	min-height: 375px;
}

#content  a
{
	color: #5af;
}
#content  a:hover 
{
	color: #666666;
	text-decoration: underline;
}

div#content h2
{
		border-bottom: solid 1px;
	border-color: #bcf;
}
div#content h3
{
	font: 16px/0em Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-top: 15px;
}

#footer 
{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: Black;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	width: auto;
	background-color: #CCCCCC;
	margin: 20px 0px 0px;
	background-repeat: no-repeat;
}
#footer a
{
	color: #483D8B;
	text-decoration: none;
}
#footer a:hover 
{
	color: Navy;
	text-decoration: underline;
}

.grafica
{
	padding:10 px;
	width:130px;
	height:130px;
	border:1px solid #c7c7c7;
	
	
}

.graficaMax
{
	padding-left: 205px;
	padding-top: 30px; 
	margin-right: 9px;
	width:1000px;
	height:auto;
	border:1px solid #c7c7c7;
	
	
}
