/* CSS Document */
body{
	font-family: "Courier New", Courier, monospace;
	color: #000000;
	background-color: #C0C0C0;

}
div#centrato {
  display:     block;
  width:       850px;
  position:    absolute;
  left:        50%;
  margin:      0 0 0 -425px;

}

div#content {
  margin-top: 20px;
}
div#menu {
  float: left;
  width:       130px;
}
div#corpo {
  width:       700px;
  padding-left: 20px;
  float: left;
}
div#header{
	text-align: right;
}
.testopiccoloheader{
	font-size:10px;
}
.testograndeheader{
	font-size:17px;
	font-wieght: bold;
	font-weight: bold;
}
.vocimenu {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	list-style-image: none;
	background-color: #660000;
	text-align: right;
	margin-bottom: 5px;	
	
}
a.vocimenu:hover {
	color: #CCCCCC;
	background-color: #2F0000;
	text-decoration:none;
	
}
.titolopagina{
	width: 150px;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #660000;
	text-align: left;
	text-decoration: underline;
}

.titolosezioneblu{
	width: auto;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #336699;
}

.titolosezioneviola{
	width: auto;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #800080;
}

.titolosezionearancio{
	width: auto;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #FF9900;
}

.titolosezioneverde{
	width: auto;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #669900;
}
.testobold{
	font-weight: bold;
	font-size: 13px;
}
.copyright {
	font-size: 10px;
	color: #000000;
	background-color: #FFFFFF;
	text-align: right;
	margin-bottom: 5px;	
	
}
div#foto{
 	margin-top: 5px;	
	width: 200px;
				float: left;

}

.testo{

	background-color: #FFFFFF;
	font-size: 13px;

}
.testomedio{
	font-size: 12px;

}

.titoloviola {
	color: #800080;
	font-weight: bold;
	text-decoration: underline;
}
.titoloverde {
	color: #669900;
	font-weight: bold;
	text-decoration: underline;
}

