html,body {
	font: 10px Verdana; 
	color: #000;
	text-align: center;
	background: #DCDCDC url(v3.images/sf.gif) repeat-y center;
	padding: 0;
	margin: 0;
	height: 100%;
}
a:link {
	text-decoration: none;
	color: Blue;
}
a:visited {
	font-weight: normal;
	text-decoration: none;
	color: #666;
}
a:hover, a:active {
	text-decoration: underline;
	color: Purple;
}
acronym {
	cursor: help;
}
#container {
	text-align: left;
	margin: auto;
	width: 550px;
	position: relative;
	height: 100%;
}
#top {
	background: url(v3.images/sf_top.jpg) repeat-x;
	height: 120px;
}
#menu {
	text-align: left;
	background-image: url(v3.images/sf_menu.jpg);
	height: 29px;
}
#tabella {
	margin-top:8px;
}
#tabella a {
	padding: 1px 2px 2px 2px;
}
#tabella a:link,
#tabella a:visited {
	text-decoration: none;
	color: #000;
	background-color: inherit;
	
}
#tabella a:hover,
#tabella a:focus,
#tabella a:active {
	text-decoration: none;
	color: #000;
	background-color: #FFB5FF;
	border: 1px solid #000;
}
#image {
	margin:0;
	position:relative;
	width: 550px;
	height:153px;
}
img {
	border:none;
	padding:0;
	margin:0;
}
#image a span{
	text-decoration: none;
	position: absolute;
	left: -9999px;
}
#image a:hover span {
	color: #000;
	background-color: #fff;
	padding: 5px 0 5px 5px;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 545px;
	height: 50px;
} 
* html #main {
	padding-left: 15px;
}
body>div#container{height: auto; min-height: 100%}
#main {
	line-height: 20px;
	text-align: justify;
	padding-left: 20px;
	padding-top: 20px;
	width: 350px;
	float: left;
}
#main h3 {
	font: bold 12px Verdana;
	background: url(v3.images/pin.jpg) no-repeat left;
	border-bottom: 1px solid #A8A8A8;
	padding-bottom: 5px;
	padding-left: 25px;
}
* html #info {
	padding-left: 15px;
}
#info {
	line-height: 20px;
	text-align: left;
	padding: 20px 0 0 20px;
	width: 160px;
	float: left;
}
#info h3 {
	font: bold 12px Verdana;	
	border-bottom: 1px solid #A8A8A8;
	padding: 0 0 5px 25px;
}
#rec {
	background: url(v3.images/rec.jpg) no-repeat left;
}
#ref {
	background: url(v3.images/ref.gif) no-repeat left;
}
#sis {
	background: url(v3.images/att.gif) repeat;
	border: 1px solid #000;
	padding: 5px 10px 5px 10px;
	width: 220px;
}
#footer {
	text-align: center;
	background: url(v3.images/sf_footer.gif) no-repeat bottom;
	padding: 20px 0 20px 0;
	width: 100%;
	float: left;
}
#footer hr {
	width: 500px;
}
#footer a {
	padding-left: 5px;
}
#footer a:link,
#footer a:visited {
	text-decoration: none;
	color: Purple;
	background-color: inherit;
	
}
#footer a:hover,
#footer a:focus,
#footer a:active {
	text-decoration: none;
	color: #C71585;
	background-color: inherit;
}