/* ---- COLORI ---- */
#left, #right, #center, #button, #top{
	background:#FFFF00F;
	border:1px solid #000;
}

a, #container{
	color:#3399FF;
}

/* ---- STILI ---- */
*{
	margin:0;
	padding:0;
	list-style:none;
}

body,html{
	height:100%;
}

body{
	background:url(images/left.gif) repeat-y;
	font: Verdana,sans-serif;
}

#sfuma{
	height:100%;
	padding-top:10px;
}

body>#sfuma{
	height:auto;
	min-height:100%;
}

a img{
	border:0;
}

a{
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}

p{
	margin-bottom:10px;
}

.little{
	font-size:11px;
}

#container{
	width:798px;
	margin:0 auto;
	font-family: Tahoma,sans-serif;
	font-size:12px;
	overflow:hidden;
}

#header address{
	font-style:normal;
	float:left;
	width:350px;
}

#header #titolo{
	font-weight:bold;
	text-align:center;
	font-size: 17px;
}


#logo{
	float:left;
}

#bandiere{
	float:left;
}

#right, #center{
	width:12px;
	float:left;
	height:1550px;
}

#left{
	width:12px;
	float:left;
	height:1550px;
}

#top{
	width:798px;
	float:left;
	height:12px;
}

#right{
	float:right;
	
}

#main{
	width:725px;
	padding:22px;
	padding-top:15px;
	float:left;
	text-align:justify;
}

#button{
	display:block;
	width:177px;
	height:18px;
	line-height:18px;
	text-align:center;
	margin:0 auto;
	text-decoration:none;
	color:#fff;
	font-weight:bold;
	margin-top:20px;
}

#gallery{
	margin-top:20px;
	padding-left:37px;
}

#sx, #dx{
	width:338px;
	float:left;
}

#sx{
	padding-right:17px;
}

#dx{
	padding-left:17px;
}

#center{
	margin-top:20px;
	height:1195px;
}

#gallery img{
	margin-bottom:23px;
}

#footer{
	text-align:center;
	border-top:1px solid #666;
	border-bottom:1px solid #666;
	padding-top:5px;
	padding-bottom:5px;
	margin-top:20px;
}

