html{height: 100%;}

body
{ font-family: verdana, arial, sans-serif;
  padding: 0px;
  margin: 0px;
  font-size: .68em;
  background: #FFF;
  color: #000;
}
/* contenitore principale */
#main
{ width: 1010px;
height:639px;
  margin-left: auto; 
  margin-right: auto;
  background: #FFFFFF url(./IT.jpg) top right no-repeat;
  color: #000;
}
#lingua{
padding-top:192px;
padding-left:24px;
width:660px;
height:38px;
}
#footer
{ margin-left: auto;
  margin-right: auto;
  padding: 5px 0px 0px 0px;
  width: 1010px;
  height: 16px;
  font-size: 94%;
  text-align: center;
  background-color: #fbdd85;
}

#footer a{text-decoration: none;background: transparent;color: #000;}
#footer a:hover{text-decoration: underline;background: transparent;color: #000;}
hr{
margin-left: auto;
  margin-right: auto;

padding:0px;
height:1px;
width:1010px;
color:944d34;
}

/* contenitore principale */
#content
{ margin-top: 5px; 
  width: 660px;
  height: auto;
  padding: 20px 0px 0px 0px;
  overflow: hidden;
} 

#content a
{ background: transparent;
  color: #944d34;
  padding: 0px 0px 2px px;
  /*text-decoration: none;*/
}
#content a:hover {color:#F00;}
#content h1
{ padding: 6px 0px 4px 0px; 
  margin: 0px 0px 6px 0px; 
  border-bottom: 1px solid #944d34;
  font-size: 150%;
  text-transform: uppercase;
  background: transparent;
	color: #944d34;
	text-align: center;
	font-size:19px;
	font-weight:bold;
}

/****************************************/
.menu{
	border: 0px;
	border-bottom: 0px;
	/*border-top:1px;*/
	text-align:center;
	padding-top:20px;
	
}
.menu li{
	/*list-style: url(bullet.png);
	list-style-position: inside;*/
	list-style: none;
	width: auto;
	margin: 0px;
	padding: 0px;
	/*line-height: 3.5em;
	line-height: 45px;*/
	line-height:300%;
}

.menu ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
	border-bottom: 0px solid;
	}

.menu a:link, .menu a:visited, .menu a:active {
	padding: 1px 10px 4px 10px;
	color: #643932;
	display: block;
	text-decoration: underline;
	font-family: times;
	font-weight:bold;
	font-size: 2.5em;
}
.menu a:hover {
	color: #F00;
	}
