@charset "utf-8";

.main {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFCC;
	height: 100%;
	width: 1000px;
	clip: rect(auto,auto,auto,auto);
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	margin: 0 auto 0 auto;
}
.mainTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-style: italic;
	text-align: center;
}
.catenaSx {
	height: 15em;
	background-attachment: fixed;
	background-image: url(../images/catena.gif);
	background-repeat: repeat-y;
	background-position: left;
	margin-left: 21em;
	width: 2.5em;
	float: left;
	margin-top: -15em;
	z-index: 1;
}

.catenaDx {
	height: 600px;
	background-attachment: fixed;
	background-image: url(../images/catena.gif);
	background-repeat: repeat-y;
	background-position: left;
	margin-left: 240px;
	width: 40px;
}

.palo {
	margin-left: 10px;
	background-image: url(../images/insegna.gif);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center top;
	z-index: 2;
}

body {
	background-color: #fdf4bf;
	background-image: url(../images/bck.jpg);
	background-repeat: repeat;
}

.contentTitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	text-align: center;
	font-size: 36px;
	position: absolute;
	left: 415px;
	top: 241px;
	width: 374px;
	z-index: 0;
}
.content {
	position:absolute;
	left:237px;
	top:284px;
	width:731px;
	height:717px;
	z-index:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: justify;
	margin: 0em;
	padding: 0.5em;
	font-style: normal;
}
.logo {
	position:absolute;
	left:10px;
	top:0px;
	width:327px;
	height:284px;
	z-index:0;
	background-image: url(../images/Logo-sf-sfondo.jpg);
	background-repeat: no-repeat;
}

.footer {
	width: 809px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	z-index: 1;
	left: -2px;
	top: 792px;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #E6B906;
	border-right-color: #E6B906;
	border-bottom-color: #E6B906;
	border-left-color: #E6B906;
	
}

