html,body {
	margin: 0;
	padding: 0;
	border: 0;
	background: #c5c5c5 url(img/back_01.gif) 50% top repeat-y;
	color: #333;
	overflow: hidden;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: center; /* for IE 5.* for Windows */
}

#container {
	position: relative;
	width: 980px;
	height: 655px;
	margin: 0 auto;
	background: #fff url(img/backHome_01.gif) left 335px repeat-x;
	text-align: left; /* for IE 5.* for Windows */
}



/* Blocco contenuti - Content Block */


#content {
	float: left;
	position: relative;
	width: 940px;
	height: 640px;
	margin: 15px 0 0 40px;
	background-color: transparent;
}

#leftCol {
	float: left;
	display: inline;
	width: 290px;
	height: 640px;
	background-color: transparent;
}

#centrCol {
	float: left;
	display: inline;
	width: 350px;
	height: 340px;
	margin: 285px 0 0 20px;
	background-color: transparent;
}

#centrCol ul {
	width: auto;
	height: auto;
	margin: 25px 0 0;
	padding: 0;
	border: 0;
	background-color: transparent;
}

#centrCol ul li {
	width: 110px;
	height: 18px;
	margin: 0;
	padding: 0 0 4px;
	border: 0;
	background-color: transparent;
	list-style-type: none;
}

#rightCol {
	float: left;
	display: inline;
	width: 240px;
	height: 470px;
	margin-top: 185px;
	background-color: transparent;
	text-align: right;
}


/* Formattazioni testo - Text Format */


#centrCol ul li a {
	display: block;
	height: 16px;
	margin: 0;
	padding: 0;
}

