
/* Reset */

* {
	border: 0;
	font-size: 100%;
	margin: 0px;
	padding: 0px; }

/* Body (tre sezioni orizzontali) */

body {
	background-color: #A9A9A9; }

div#top,
div#middle,
div#bottom {
	clear: both;
	text-align: center;
	background-position: center top;
	background-repeat: repeat-x; }

div#top {
	background-color: #E9E9E9; }

div#middle {
	background-color: #EEEEEE;
	background-image: url("/img/sf.middle.gif"); }

div#bottom {
	background-color: #A9A9A9;
	background-image: url("/img/sf.bottom.gif"); }

/* Contenuti delle tre sezioni */

div#header,
div#menu,
div#contents,
div#footer {
	clear: both;
	width: 780px;
	overflow: hidden;
	margin: 0px auto 0px auto;
	text-align: left; }

/* Header */

div#header {
	height: 78px; }

div#header img.title {
	margin-top: 1px; }

/* Menu */

div#menu div.menu {
	text-align: right;
	height: 52px;
	overflow: hidden; }

/* Colonna di sinistra */

div#middlecol {
	float: left;
	height: 52px;
	width: 273px;
	background-image: url("/img/sf.middlecol.gif");
	background-position: left top;
	background-repeat: no-repeat; }

div#middlecol h2 {
	padding: 26px 18px 0px; }

div#contents div#col {
	float: left;
	width: 273px; }

/* Contenuti */

div#contents.wcol {
	background-image: url("/img/contcol.gif");
	background-repeat: no-repeat;
	background-position: 0px 0px; }

div#contents.wcol div#main {
	margin-left: 273px;
	width: 507px !important;
	width: 504px; }

/* Footer */

div#footer p#bottomcol {
	float: left;
	height: 78px;
	width: 273px;
	margin: 0px;
	background-image: url("/img/sf.bottomcol.gif");
	background-position: left top;
	background-repeat: no-repeat; }

div#footer p.note {
	text-align: center;
	font-size: 12px;
	color: #666666;
	margin: 0px;
	padding: 20px 0px; }
