html,body{
	height: 100%;
	background-image: url('/gfx/sf_esterno.png');
	background-repeat:repeat-x;
	padding:0px; margin:0px;
	font-family: Georgia, "MS Sans Serif", Geneva, sans-serif;
	font-size:13px;
	color: #FFFFFF;
	text-align: center; /*centra in IE 5.x */
}
div#contenitore{position: relative; height:100%}
body>div#contenitore{height: auto; min-height: 100%}
#contenitore{
	position:relative;
	width: 770px;
	height: auto;
	min-height: 100%;
	margin: 0px auto;   /*centra negli altri browsers*/
	text-align: left;   /*ripristina l' allineamento*/
	background-image: url('/gfx/sf_cont.png');
	background-repeat:repeat-y;
}
#header{
   width:616px;
   height:176px;
	border:0px;
	margin:0px;
	margin-left:0px;
}
#titolo_header{
	height:23px;
	margin:0px;
	padding:0px;
	background:#ED9884;
}

#titolo_header h1{
	font-size: 12px; color: #FFFFFF;
	font-weight: bold;
	margin-right:0px;
	letter-spacing:2px;	
	display:inline;
	padding-left:15px;
	padding-right:15px;
}

#menu_cont{
	position:relative;
	float:left;
	width:145px;
	font-size:14px;
	margin:0px;padding:0px;border:0px;
}
#menu_cont img{
	margin:0px;padding:0px;border:0px;
}
#menu_navi{ 
	width:145px;
	background-image:url('/gfx/sf_menu.png');
	background-repeat:repeat-y;
	margin:0px;	padding:0px;
	clear:both;
}

#menu_navi a { color: rgb(255, 255, 255); text-decoration: none;}
#menu_navi a:hover{ color: #000000;text-decoration: none;}

.subMenu {
	color:#000000;
	padding:0px;
	margin:0px;
	font-size:12px;
	background-image:url('/gfx/sf_submenu.png');
	background-repeat:repeat-y;
}

#menu_navi ul{	
	color:#000000;
	list-style:none;
	height:inherit;
	width:130px;
	margin:0px;
	padding: 5px 0 5px 15px;
	border:0px;
}

#menu_navi li{
	list-style:none;
	height:inherit;
	padding:0px;
	border:0px;
}

ul.menu_sezione
{
	margin: 0; padding: 0; list-style-type: none;
	text-align: center;
}
ul.menu_sezione li
{
	display: block;	float: left; margin: 0 1em 0 0;
}

#main{
	position:relative;
	float:left;
	left: 0;
	width:620px;
	height:auto;
	background: url('/gfx/sf_main.jpg') 0 0 repeat-x;
	margin: 0px;	padding: 0;
	margin-bottom:15px;
/*	margin-right:5px;*/
	text-align:left;
/*	clear:right;*/
}
#contenuti {
	width:585px;
	margin-top:5px;
	margin-left:20px;
	padding:0px;
	color:#000000;	
}

#contenuti h2{
	font-size: 14px;
	color: #000000;
	text-align:left;
	margin-bottom:4px;
}

#contenuti h3{
	margin: 2em 0 0;
	padding: 1.5em 0 0;
	border-top: 1px solid rgb(255, 204, 152);
}

.foto{
	margin-top:15px;
	text-align:center;
	margin-bottom:10px;
}
.foto img{
	border:0px;
}

#fondo {
	text-align: center;
	font-size: .8em;
	position: absolute;
	width:100%;
	margin: 0 auto auto;
	padding:5px 0px;
	text-align:center;
	color: #707070;
	background-image: url('/gfx/sf_fondo.png');	
	background-repeat:no-repeat;
	bottom: 0;
}	

p { padding: 0px; margin: .7em 0px; text-align: left; }

a{ color:#01A6FE;}
a:hover{ color:#FF6600;}
a:active{ color:#999999;}
#header table{
	font-size:1px;
	border:0px;
	margin:0px;padding:0px;
}

img {
	/* */	
}

form input, select, textarea {
	border:2px;
   border-style:solid;
   border-color:#FFCC98;
	font-size:12px;
	padding:3px;
	width: 100%;
}

div.riga {
  clear: both;
  padding-top: 5px;
  }

div.riga span.label {
  float: left;
  width: 100%;
  text-align: left;
  font-weight:bold;
  }

div.riga span.formOgg {
  float: right;
  text-align: left;
  width: 100%;
} 

.flt_right
{
	float: right;
}
