body {
	background-color: #1A568F;
	margin: auto;
}
#contenuto {
  	border: 1px;
	width: 782px;
	min-height: 600px;
	margin: 0px auto;
	border-style: groove;
	border-color: Black;
	background-color: White;
}

#logo {
	float: left;
}
h1 {   	
	padding-top: 50px;
	font-family: Arial, Helvetica, sans-serif, Geneva;
	font-size:18px;
	color: #A1001F;
	text-align: left;
}
h2{
   width: 100%;
	min-height: 40px;
	border-top: 1px dashed black;
	border-bottom: 1px dashed black;
	background-color: #A1001F;
	color: White;
	text-align: center;
	padding: 14px 0px 8px 0px;
	font-family: Arial, Helvetica, sans-serif, Geneva,;
	font-size: 22px;
	clear: left;
}

#menu{
	width: 210px;
	float: left;
	border-bottom: 1px;
	border-bottom-style: dashed;
	}
	
#menu ul{
	list-style-type: none;
	padding: 5px 0px 5px 10px;	
	margin: 0px 0px 10px 0px;
}
#menu li{
	padding-top: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	padding-left: 10px;
	margin-left: 0px;
}
#menu li a{
	text-decoration: none;
	color: #1A568F;
}

#menu li a:hover{
	color: #A20000;
}

#box{
   float: right;
	width: 540px;
	border-left: 1px dashed black;
	padding: 13px 14px 20px 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: left;
}
#box ul {
	list-style-type: square;
}
#box ul a {
	color: Black;
	font-weight: bold;
}
#box ul a:hover{
	color: Black;
}

#lista {
	float: left;
   width: 210px;
}
#lista ul{
	list-style-type: none;
	padding: 10px 0px 10px 10px;	
	margin: 0px;
}
	
#lista li{
	padding-top: 17px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	padding-left: 10px;
	margin-left: 0px;
}

#lista li a {
	text-decoration: none;
	color: #1A568F;
}

#lista li a:hover {
	color: #A20000;
}

#footer{
   width: 100%;
	padding: 10px 0px 10px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	border-top: 1px dashed black;
	color: #1A568F;
	clear: both;
}
#footer a {
	text-decoration: none;
	color: #1A568F;
	padding-right: 5px;
	padding-left: 5px;
}
#footer a:hover{
	color: Black;
}