html {
	margin: 0px;
	height: 100%;
	width: 100%;
}
p {
	margin-top: 0px;
	padding-top: 0px;
}

.clear {
	clear: both;
}
body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	height: 100%;
	width: 100%;
	background-color: #9BAFB8;
	background-image: url(../images/layout/sf.jpg);
	background-repeat: repeat-x;
}

.wrapper_bg {
	height: auto;
	width: auto;
	margin: 0px;
	padding: 0px;
}


.wrapper {
	width: 690px;
	height: auto;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

.wrapper .testata {
	width: 690px;
	height: 130px;
	display: block;
}
.wrapper .testata .spazioalto{
	background-image: url(../images/layout/alto.jpg);
	background-repeat: no-repeat;
	height: 20px;
	width: 690px;
	display: block;
}

.testata .left {
	width: 50px;
	float: left;
	height: 118px;
	background-image: url(../images/layout/testata-lati.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin: 0px;
	padding: 0px;
}
.testata .center {
	width: 590px;
	float: left;
	height: 118px;
	background-image: url(../images/layout/mail_r1_c2.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
}
.testata .center .link a{
	width: 130px;
	position: relative;
	top: 20px;
	left: 10px;
	height: 45px;
	float: left;
	display: block;
}
.testata .center .data {
	position: relative;
	top: 21px;
	left: 425px;
	font-size: x-large;
	color: #FFF;
	font-weight: normal;
	text-align: right;
	width: 130px;
	line-height: 22px;
	margin: 0px;
	padding: 0px;
	height: 46px;
	float: left;
	position: relative!important;
	top: 21px!important;
	left: 310px!important;
}


.testata .right {
	width: 42px;
	float: left;
	background-image: url(../images/layout/testata-lati.jpg);
	height: 118px;
	background-repeat: no-repeat;
	background-position: -50px 0px;
	margin: 0px;
	padding: 0px;
}
.wrapper .testata .center .menu {
	width: 300px;
	position: relative;
	top: 31px;
	left: 280px;
}
/* menu */
.menu ul{
margin: 0;
padding: 0;
}


.menu li {
	display: inline;
}

.wrapper .testata .center .menu ul li a,  .wrapper .testata .center .menu ul li a:visited {
	float: left;
	color: #000000;
	text-decoration: none;
	margin: 0px;
	padding-right: 10px;
	padding-left: 10px;
	text-align: center;
	background-image: url(../images/layout/sfmenu.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	font-family: Arial, Helvetica, sans-serif;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000;
	font-size: medium;
}

.wrapper .testata .center .menu ul li a:hover {
	color: #F39300;

}

/* / menu */
.wrapper .content {
	background-image: url(../images/layout/content-lati.jpg);
	background-repeat: repeat-y;
	overflow: visible;
	height: auto;
	width: 690px;
}
.content .contenuti  {
	font-size: small;
	background-repeat: repeat-x;
	background-position: left bottom;
	margin-right: auto;
	width: 590px;
	margin-left: auto;
	background-image: url(../images/layout/sf-contenuti-articolo.jpg);
	min-height:300px;
	height:auto !important;
	height:300px;
	background-color: #FFF;
}

.contenuti .sinistra {
	width: 570px;
	margin-left: auto;
	margin-right: auto;
	min-height:300px;
	height:auto !important;
	height:300px;
}
.contenuti .sinistra a:link, .contenuti .sinistra a:visited {
	color: #000;
	text-decoration: none;
}
.contenuti .sinistra a:hover {
	color: #022869;
}
.contenuti .sinistra .box {
	height: auto;
	background-color: #FFF!important;
	clear: both;
	overflow: visible;
	width: 570px;
}
.contenuti .sinistra .box .apri {
	background-color: #F29400;
	width: 150px;
	float: left;
	height: 20px;
}

.contenuti .sinistra .box img {
	padding-right: 5px;
	float: left;
}
.contenuti .sinistra .box .titolo {
	font-size: medium;
	color: #022869;
	text-align: left;
	width: 400px;
	float: left;
	padding-left: 6px;
	margin-bottom: 15px;
	height: auto;
}
.contenuti .sinistra .box .testo {
	font-size: x-small;
	text-align: justify;
	line-height: 12px;
	overflow: visible;
	width: 400px;
	margin-bottom: 10px;
	margin-right: 5px;
	float: left;
	padding: 0px;
	margin-top: 0px;
	margin-left: 0px;
	vertical-align: top;
}
.contenuti .sinistra .box .commento {
	color: #333;
	text-align: left;
	float: left;
}

.chiudi a:link, .chiudi a:visited {
	color: #F29400;
	text-decoration: none;
}
.chiudi a:hover {
	color: #022869;
}
.foot  {
	width: 690px;
	background-image: url(../images/layout/foot.jpg);
	background-repeat: no-repeat;
	font-size: 9px;
	text-align: center;
	vertical-align: middle;
	height: 25px;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	padding-top: 25px;
}

