body {
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
	background-color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#3E3E3E;
	margin-top: 0px;
	text-align: center;
}
a {text-decoration: none; color: #3E3E3E;}
a:link, a:visited {text-decoration: none; color: #3E3E3E;}
a:hover {text-decoration: underline; color: #E8641C; }

p {line-height:1.4em;
	color:#3E3E3E;}
#shadow {
width: 880px; /* assign to your needs */
background: url(../images/bg_main.jpg) top left no-repeat;

padding: 0 5px 0px 15px; /* Reads top right bottom left */
margin-left: auto;
margin-right: auto;

}
#content{
width: 880px; /* width should be width of shadow div less L & R padding */
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border:0;
background-color:#FFFFFF;
}


#header {
background-image:url(../images/header_bg.jpg);
height:130px;
}
#logo{
padding-top:7px;
padding-left:7px;
text-align:left;
}
#header_img {
height:148px; 
}

#left {

	padding:20px 15px 0px 0px;
}

#right {
padding:0px 15px 0px 16px;
}

#title {
height:23px;
padding-top:20px;
padding-bottom:10px;
}

#address {
height:25px;
padding-top:5px;
clear: both;
text-align: center;

}

ul.lista{
	list-style-type: none;
	margin: 0;
	padding: 0px 0px 0px 0px;
	color:#3E3E3E;
	}
li.lista {
	background-image:url(../images/bullet2.gif);
background-position:0 6%;
background-repeat:no-repeat;
	padding:0px 0px 10px 20px;
	line-height:1.5em;
}

ul.home{
	list-style-type: none;
	margin: 0;
	padding: 10px 0px 10px 0px;
	color:#3E3E3E;
	}
li.home{
	background-image:url(../images/bullet3.gif);
background-position:0 5%;
background-repeat:no-repeat;
	padding:2px 0px 0px 20px;
	line-height:1.4em;
}

.arancio {color:#E8641C;}
.bianco {
color:#FFFFFF;}