@charset "UTF-8";
/* CSS Document */
body{
	margin: 12px 0 0 55px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 78%;
	line-height: 130%;
	}
div#header{
	height: 90px;
	width: 885px;
	background-image: url(../img/variante.gif);
	background-repeat: no-repeat;
	}
div#content{
	width: 570px;
	float: left;
    }
div#navigation{
	padding-top:10px;
	margin-left: 600px;
	width: 285px;
	border-top-color: #333;
	border-top-style: solid;
	border-top-width: 1px;
    } 
iframe {
	margin: 0;
	height: 600px;
	width: 570px;
	visibility: visible;
	border-top-color: #333;
	border-top-width: 1px;
	border-top-style: solid;
	}
div#footer{
	margin-top: 20px;
	padding-top: 5px;
	left: 35 px;
	width: 885px;
	line-height: 130%;
	font-size: 1em;
	color:#333;
	letter-spacing: 0.01em;
	position:relative;
	border-top-color: #333;
	border-top-style: solid;
	border-top-width: 1px;
	}
#box{
	margin: 42px 0 0 2px;
	position: absolute;
	overflow: hidden;
	font-size: 1em;
	letter-spacing: 0.01em;
	color:#333;
	}
h1 {
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 160%;
	font-weight: normal;
}
p	{
	font-family: Georgia, "Times New Roman", Times, serif;
	}
p#logo {
	margin-left: 600px;
	display: inline-block;
}
b	{
color:#333;
}
/*tabella*/		
table {
	border-width: 0px 0px 0px 0px;
	border-collapse: collapse;
	text-align: right;
	vertical-align:bottom;
	width: 285px;
	height: 575px;
	border: none;
	border-spacing: 0;
	}
th {
	border-width: 0px 0px 0px 0px;
	width : 95px;
	height : 115px;
	border: none;
	border-spacing: 0;
	}
td {
	width: 95px;
	height: 115px;
	border: none;
	border-spacing: 0;
	}
	
/*immagini*/		
a img {
	border-width: 0;
	background: white;
	}
a img:hover{
	opacity:0.4;filter:alpha(opacity=40);
	}
a img:visited{
	opacity:1;filter:alpha(opacity=100);
	}
	/* link testo*/		
a {
	color:#333;
	text-decoration:none;
	border: none;
}
a:visited {
	color:#333;
	text-decoration:none;
	border: none;
}
a:hover {
	color:black;
	text-decoration:none;
	border: none;
}
