body {
	background-color:#F4F4F4;
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	margin:0;
	padding:0;
	color: #336699;

}
.address {
	font-weight: bold;
	padding-right: 20px;
	text-align: center;



}
h1, h2, h3, h4 {
  margin:0px;
  padding:0px;
}
#contenitore {
	position:relative;
	width: 880px;
  margin:0px;
  padding:0px;
}
#sinistra {
	/*position:absolute;
	left:0px;
	top:0px;*/
	
	float: left;
	background: #fff url(../img/image.jpg) right top no-repeat;
	min-height:624px;
	height: auto !important;
	height: 624px;
	width: 390px;
	font-size: 14px; 
}

#titolo h1 {
background-image: url(../img/logo.gif);
background-repeat:no-repeat;
background-position:right top;
    height:60px;
}


#sommario {
margin-top: 255px;
}


#centro {
margin:0px;
padding: 0px;
position:absolute;
left:390px;
top:0px;
width: 224px;
   min-height:624px;
	height: auto !important;
	height: 624px;
background: #BED3E9;
border-right: 1px solid #FF6666;
border-left: 1px solid #FF6666;	
	
}
#lista {
margin:0px;

}

#webdesign li, #archivio li {
color: #fff;
}


#webdesign a, #archivio a {
color:#336699;
text-decoration:none;
font-weight:bold;
}
#webdesign a:hover, #archivio a:hover {
text-decoration:underline;
}

#webdesign h3 {
width:220px;
height: 110px;
background-image: url(../img/webdesign.gif);
background-repeat:no-repeat;
}
#archivio h3 {
width:220px; height: 110px;
background-image: url(../img/archivio.gif);
background-repeat:no-repeat;
}
#webdesign span,#archivio span,#titolo span {
display: none;
}


#destra {
/*	position:absolute;
	left:622px;
	top:0px;*/
	float: right;
	width:260px;
	font-size: 12px;
}

#descrizione {
	background-repeat:no-repeat;
	background-position:center bottom;
	margin-top: 160px;
	color: #666666;
	background-image:  url(../img/logo2.gif);
	padding: 5px 5px 5px 10px;
	text-align: justify;





}
#descrizione h3 {
	/*height: 2em;*/
	font-family: AvantGarde, Verdana, Arial, sans-serif;
	color:#336699;
	border-bottom: 1px solid #FF6666;
	font-size: 18px;
	font-weight: normal;
	padding-bottom: 5px;


}

#descrizione p, #sommario p {
padding-left:10px;
padding-right:10px;
text-align:justify;
}

#piedipagina {
   clear: both;
	width: 100%;
/* position: absolute;
   bottom: 0px; */
	left: 0px;
	border-top: 1px solid #FF6666;
	background: #BED3E9;
	text-align:center;
	font-size:12px;
	top: 100%;
	font-weight: bold;    
}
a:link, a:visited, a:active {
	color: #336699;
	text-decoration: none;
}
a:hover {
	color: #FF6666;
	text-decoration: underline;
}
