body {
	margin:0px 0px; 
	padding:0px;
	text-align:center;
	color: #ffffff;
	background: transparent url(img/bg.jpg) repeat-x;
	/*overflow: hidden;*/
}
#boxcentro {
	width:768px;
	margin:0px auto;
	padding-top: 50px;
	text-align: center;
}
/* ------------- architettura pagina principale ---------------- */
#header {
	position: absolute;
	z-index: 101;
	top:0px;
	width: 768px;
	height: 120px;
	padding: 0px 0px 0px 0px;
	left: 50%;
	margin-left: -385px;
	color: #ffffff;
	background-color: #ffffff;
	border-top: 1px solid #9C9C9C;
	border-left: 1px solid #9C9C9C;
	border-right: 1px solid #9C9C9C;	
}

* html #header {
  margin-left: -383px;
}
#headerup {
	top: 0px;
	width: 768px;
	height: 120px;
	background: #06205C url(img/headerindex.jpg) no-repeat;
	text-align: left;
}
#container {
	position: absolute;
	top:121px;
	left:50%;
	width: 768px;
	min-height: 380px;
	margin-left: -385px;
	color: #000000;
	background: transparent url(img/sfindex.jpg) no-repeat top;
	border-left: 1px solid #9C9C9C;
	border-right: 1px solid #9C9C9C;
}
* html #container {
	width: 770px;
	margin-left: -383px;
	height:380px;	
	/*overflow: scroll;
	background: url(img/sfsindex.jpg) no-repeat top left fixed;*/
}
#corpo {
	position: absolute;
	margin-top: 0px;
	left:50%;
	margin-left: -385px;
	padding: 0px 0px 0px 0px;
	width:770px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:  12px;
	line-height: 17px;
}
* html #corpo {
	margin-left: -390px;
	width: 770px;
}
/* -------------------- fasce laterali -----------------------*/
#sidebar1 {
	width: 120px;
	margin: 50px 0px 0px 10px;
	padding: 0px 0px 0px 0px;
	text-align: left;
	float: left;
	color: #ffffff;
	background-color: transparent;
}
#sidebar2 {
	width: 133px;
	margin: 50px 9px 0px 0px;
	float: right;
	right: 0px;
	overflow: hidden;
}
* html #sidebar2 {
	margin-right: 2px;
}
#sidebar2 a:link, #sidebar2 a:visited {
	display: block;
	width: 133px;
	height: 140px;	
}
#sidebar2 a:hover, #sidebar2 a:active {
	display: block;
	text-indent: -133px;
}

/* ----------------- colonna centrale --------------------*/
#column12 {
	width: 460px;
	margin: 35px 0px 20px 25px;
	padding: 0px 0px 30px 0px;
	float: left;
	color: #000000;
	background-color: transparent;
}
* html #column12 {
	width: 455px;
	margin: 35px 2px 0px 25px;
	padding: 5px 3px 20px 0px;
}
#column12 p {
	color: #000099;
	background-color: transparent;
}
.sinistra img {
	float: left;
	margin: 0px 10px 0px 0px;
	border: 1px solid #83A2C1;
	padding: 0px 0px 0px 0px;
}
/* ------------------- Footer --------------------*/
#footer {
	z-index: 103;
	position: absolute;
	left:50%;
	margin-left: -385px;
	top: 473px;
	width:770px;
	height: 60px;
	color: #ffffff;
	background: transparent url(img/footerindex.gif) no-repeat;
	text-align: center;
}
* html #footer {
	margin-left: -383px;
}
#credits img {
	margin: 28px 0px -10px 50px;
}
#credits {
	color: #ffffff;
	background: transparent;
	font-family: 'Small Fonts', VT100, Arial, Helvetica,sans-serif;
	font-size: 8.5px;
	/*line-height: 12px;*/
	padding-top: 5px;
	margin-top: 0px;
	margin-left: 310px;
	text-align: left;
	text-transform: uppercase;
}
* html #credits {
	padding-top: 5px;
	margin-left: 335px;
}
/* ------------------------------------------------- */
a:link, a:visited {
	color: #99CCFF;
	background-color: transparent;
	text-decoration:none;
}
a:hover, a:active {
	color: #FFFFFF;
	background-color: transparent;
}
H1 {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 26px;
	color: #ffffff;
	background-color: transparent;
	text-align: center;
	font-weight : bold;
	font-style: italic;
	margin: 0px;
}	
H2 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ffffff;
	background-color: transparent;
	text-align: center;
	font-weight: bold;
	font-style: italic;
	margin: 5px;
}	
p	{
	font-family: verdana, arial, helvetica, sans-serif;
	color: #ffffff;
	background-color: transparent;
	text-align: center;
}
.copy {
	font-weight: normal; 
	font-size: .8em;
	line-height: 1.4em;
	color: #ffffff; 		
	background-color: transparent;
	font-family: verdana, arial, helvetica, sans-serif; 	
	text-align: center;
}
.copy img {
	margin-top: 5px;
}
.link {
	font-family: verdana, geneva, arial, helvetica, sans-serif;
	font-size: 22px;
	text-align: right;
	/*margin-top: 30px;*/
}
* html .link {
	/*margin-top: -15px;*/
}
.sinistra {
	text-align: left;
}
img {
	border: 0px;
}
h1.titolo {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 20px;
	font-weight: normal;
	text-align: center;
	font-style: normal;
	color: #FF6600;
	background-color: transparent;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}