/* Basic */

@import url("Header.css");
@import url("Tags.css");

#Container {
	position: relative;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	margin-top: 10px;
	width: 972px;
	height:auto;
	background: url(../Img/SF_Lato.gif) repeat-y right 100px;
}

/* CONTENT */

#SFContent{
	position:relative;
	width: 758px;
	height:auto;
	padding: 10px 10px 0px 9px;
	background: #FFF;
}

#ContentiFrame{
	left: 0px;
	position:relative;
	width: 758px;
	height:auto;
}

#ContentIndex{
	position:relative;
	left: 200px;
	width: 528px;
	height:auto;
	text-align: justify;
	background: url(../Img/SF_Gioel.gif) no-repeat right center;
}

#Content{
	position:relative;
	left: 200px;
	width: 528px;
	height:auto;
	text-align: justify;
}

#ColonnaSin{
	position:absolute;
	left: 2px;
	top: 10px;
	width: 194px;
	height: 387px;
	color: #666;
	text-align:center;
	border-right: 1px solid #666666;
}

/* SEDI */

#Sedi {
	position:relative;
	width: 577px;
	height: 100px;
	background: #DFDFDF;
	padding-top: 10px;
	margin-left: 200px;
	margin-bottom: 10px;	
	color:#333333
}

#SediLinkUtili {
	position:relative;
	width: 777px;
	height: 100px;
	background: #DFDFDF;
	padding-top: 10px;
	margin-bottom: 10px;	
	color:#333333
}

#Sedi a{
	color: #333333;
	text-decoration: underline;
}

/* VETRINA */

#SFVetrina{
	position: absolute;
	top: 300px;
	right: 0px;
	width: 177px;
	padding-right: 7px;
	padding-bottom: 7px;
}

#SFVetrinaRicerca{
	position: absolute;
	top: 118px;
	right: 0px;
	width: 177px;
	padding-right: 7px;
	padding-bottom: 7px;
}

/* FOOTER */

#Footer{
	position:relative;
	width: 758px;
	height: 40px;
	padding: 10px;
	color: #333;
	font-size: 11px;
	text-align: center;
	background: #C9C9C9;
}

#Footer a{
	font-size: 11px;
	color: #333;
	text-decoration: none;
}

#Footer a:hover{
	text-decoration: underline;
}


