html {
	margin: 0;
	padding: 0;
	}
body {
	background: url(images/bg.gif) repeat-x #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font: normal 1.3em;
	line-height: 1.88889;
	color: #000;
	text-align:left;
	}
/* ------- stili di carattere -------- */
p { 
	font:  normal 0.8em verdana, sans-serif;
	letter-spacing: 0px; 
	color: #666;
	text-align: justify;
	margin-bottom: 0px;
	margin-top: 0px;
	text-decoration: none;
	}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font:  normal 1.5em;
	letter-spacing: 1px;
	color: #0555a5;
	margin-top: 25px;
	margin-bottom: 0px;
	}
h2 { 
	font:  normal 0.8em verdana, sans-serif;
	letter-spacing: 0px; 
	color: #666;
	text-align: justify;
	margin-bottom: 30px;
	margin-top: 0px;
	text-decoration: none;
	}
h3 { 
	font: normal 1em verdana, sans-serif;
	letter-spacing: 0px; 
	font-weight: bold; 
	color: #0555a5;
	margin-bottom:10px;
	margin-left:25px;
	margin-right:25px;
	margin-top:15px;
	text-transform:uppercase;	
	}
info { 
	font:  normal 0.6em verdana, sans-serif;
	letter-spacing: 0px; 
	color: #666;
	text-align: justify;
	text-decoration: none;
	}
/* ------- stili di link -------- */
a:link {
	font-weight: normal;
	text-decoration: none;
	color: #0555A5;
	}
a:visited {
	text-decoration: none;
	color: #0555A5;
	}
a:hover, a:active { 
	text-decoration: none; 
	color: #0555a5;
	border-top:dashed 1px #0555a5;
	border-bottom:dashed 1px #0555a5;
	}
acronym {
	border-bottom: none;
	}
/* ----------------------------- DIVS -------------------------------*/
#contenitore {
	margin: 0px;
	padding: 25px;
	position: relative;
	width: 480px;
}
#card {
	background: #fff url(images/sfondo.gif) repeat;
	padding: 0;
	margin: 0px;
	position: relative;
	width: 600px;
	height: 560px;
	border:solid 1px #ccc;
	float:left;
	}
#card p, h1, h2{
	margin-left: 50px;
	}
#card p3{
	position: absolute;
	bottom: 10px;
	margin-left: 50px;
	margin-bottom: 25px;
	}
#ombra {
	float:left;
	padding: 0;
	position: relative;
	width: 600px;
	background:url(images/ombra_bottom.jpg) center top repeat-x;
}
img {
	padding-top: 20px;
	padding-right: 60px;
	display: inline;
	background: url(;
}
