/* CSS Document */
body{
	margin: auto;
	padding: auto;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #2D3044;	
	line-height: 22px;
}
h1, h2, h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	margin: 0;
	padding: 0;
}
h1{
	color: #e7f6fd;
	font-size: 130%;
}
h2{
	font-size: 140%;
	color: #2e5e94;
	margin-bottom: 15px;
}
h3{
	font-size: 110%;
	color: #2e5e94;
	margin: 20px 0 5px;
	font-weight: bold;
}
a{
	text-decoration: underline;
	color: #013986;
	font-size: 12px;
}
.corsivo{
	font-style: italic;
	display: inline;
}
.caption{
	font-size: 110%;
	color: #2e5e94;
	font-style: italic;
}
div#wrapper{
	margin: auto;
}
div#head, div#head img, div#menu, ul#nav, div#sub_menu, div.top, div.contatto{
	display: none;
}
div#head h1{
	display: visible;
	visibility: visible;
}
div#pagine{
	width: auto;
	text-align: justify;
}
div#footer{
	background:url(../img/ombra_footer.gif) 0 0 no-repeat;
	clear: both;
	padding-top: 15px;
	text-align: center;
	font-size: 14px;
	line-height: 18px;
}
