html, body{
	height:100%;
	margin:0;
}
body{
	background-image:url(img/bg.jpg);
	font-family: 'Open Sans', sans-serif;
	font-weight:normal;
	font-style:normal;
	font-size:12px;
	color:#333;
	background-repeat:repeat-x;
	background-color: #f5f5f5;
}

a{
	color:#333;
	text-decoration:none;
	}
	
a:hover{
	color:#163d68;
	text-decoration:underline;
 	font-weight: bold;
	}

.wrapper{
	margin:0 auto;
	width:980px;
}
.header {  /* Il padding-left prevede anche quello dell'ombra, +15*/
	height: 212px;/*95px;*/
	width: 100%;
	padding-left:15px;
	
}
.logo{
	float:left;
	margin-top:22px;
	}
	
.content{
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	text-align:center;
	}

.contenuti{
	background-color:#fdfdfd;
	border:#e3e3e3 thin solid;
	border-radius: 10px 10px 0px 0px; 
	min-height:260px;
	text-align:justify;
	padding:10px;
	font-size:14px;
	line-height: 22px;
	z-index:99999;
	text-align:center;
	}
.divisorio{
	margin-top:-8px;
	}	
	
li{
	list-style-image:url(../img/li.png);
	line-height:30px;
	}	