body {
	padding-top:0;
  margin-top:0;
  padding-bottom:0;
  margin-bottom:0;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}
#head {
	background-image:url(images/testata.png);
  height:96px;
  clear:both;
}

#head a {
  font-size:10px;
	color: white;
  text-decoration:none;
  margin:0 15px 0 0;
}

#head a:hover {
  text-decoration:underline;
}

#container {
	width:1024px;
	margin: 0 auto 0 auto;
	background-color: white;
}

#content {
  padding-top: 15px;
}

#head_content {
  height: 144px;
  clear: both;
}

#colonna_sinistra {
	width:200px;
  float:left;
  padding: 5px 0px 5px 0px;
}

#colonna_sinistra img{
  padding-top: 17px;
}

#colonna_destra {
	width:200px;
  float:right;
  padding: 5px 0px 5px 0px;
}

#colonna_destra img{
  padding-top: 28px;
}

#colonna_centro	{
	width:610px;
	height: 426px;
  margin: 20px 200px 20px 200px;
  background-image:url(images/sfondo_testo.png);
}

.testo_pagina {
  float:left;
  padding:85px 20px 20px 20px;
  font-size:14px;
  font-weight: bold;
  color: white;
  line-height:18px;
  text-align: justify;
}