body {
  margin: 0px;
  padding: 0px;
  font-family: "Lucida Sans Unicode", Sans-Serif, Verdana;
  font-size: 14px;
  color: #666;
  text-align: center;
  background: #fff;
}

div.page {
	width: 980px;
	margin: 10 auto;
	background: #fff;
}

div.container {
	width: 980px;
	text-align: left;
}

.corpo{
	width: 982px;
	text-align: left;
}

.header{
	margin-bottom:10px;
}

.clear {
	clear: both;
}

img {
	border:0px;
}

.menuLink  {
	float:left;
	padding-left: 10px;
	padding-right: 6px;
	color: #8b5;
	font-size: 16px;
}
.menuLink A:link, .menuLink A:visited {
	text-decoration: none;
	font-weight: bolder;
	color: #8b5;
}

.menuLink A:hover {
	/*color: #30c;*/
	text-decoration:underline;
}

.centro{
	padding-left: 16px;
	float:left;
	width: 980px;
	color: #666;
	text-align:justify;
}


.titolo1{
	font-size: 18px;
	color: #555;
	font-weight: bolder;
	margin-bottom: 20px;
}

.titolo2{
	font-size: 14px;
	color: #8b5;
	font-weight: bolder;
}
.titolo3{
	font-size: 12px;
	color: #666;
}

.footer{
	/*background:url(../img/footer.jpg) top left no-repeat;*/
	text-align:center;
	width: 100%;
	height:220px;
	
}
