body{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: White;
	color: Black;
	padding: 0px;
	margin:0px;
	text-align: center;
	
}
/*
div#shadow{
	width: 960px;
	background-image: url(images/ombra.png);
	background-repeat: repeat-y;
	margin: 0px auto;
	
}*/


div#page{
	width: 950px;
	margin: 0px auto;
	margin-top:0px;
	text-align: left;
	background-color: White;
	border-left: solid 1px #707070;
	border-right: solid 1px #707070;

	
}


div#page div#header{
  background-color: Black;
  height: 170px;
  background-image: url(images/header.jpg);
  background-repeat: repeat-x;
   
}

div#page div#header div#logo{
  background-image: url(images/logo.jpg);
  background-repeat: no-repeat;
  height: 170px;
  margin-left:6px;
  margin-right:6px;
  float:left;
  width: 500px;
 
}


div#page div#header div#sections{
  width: 600px;
  float: right;
  margin-top:-37px;
  height: 60px;

}

div#page div#header div#sections ul{
  list-style: none;
  padding:0px;
  margin:0px;
   
  
}

div#page div#header div#sections ul li{
  display:inline;
  padding:0px;
  margin:0px;
  
}


div#page div#header div#sections ul li a img{
  border: none;
 
}

div#page div#header div#sections ul li a{
  background: transparent url(images/button.jpg) no-repeat;
  width:65px;
  height: 35px;
  color: #000;
  display:block;
  float:left;
  text-align:center;
  font-size: 9px;
  font-weight: bold;
  padding-top:0px;
  text-decoration:none;
  padding-top: 8px;
}

div#page div#header div#sections ul li a:hover{
  background-image: url(images/button_hover.jpg);
  color: White;
  margin-top:5px;
}

div#linea{
  background-color: White;
  height: 13px;
  background-image: url(images/linea.jpg);
  background-repeat: repeat-x;
  margin-top: 0px;
   
}

div#content{
 background-color: White;
	
	

}


div#rightcolumn{
  width: 640px;  
  text-align: justify;
  padding-left:280px;
  color: Black;	
 
 
  
}

div#title{
  float: left;
  padding:5px;
  color: #145F7C;
  font: bolder;
  font-size: 18px;
}

div#text{
  float: left;
  width: 640px;  
  text-align: justify;
  padding:5px;
  color: #404040;
}

div#text p a{
  color: #027CAF;
  text-decoration: none;
}

div#text p a:hover{
  color: #404040;
  text-decoration: underline;
}


.cleaner{
	clear: both;
}


 
div#footer{
  background-color: Black;
  height: 90px;
  background-image: url(images/footer.jpg);
  background-repeat: repeat-x;
  float: left;
  
  
 
}


div#footerleft{
  color: #027CAF;
  float:left;
  margin-top:25px;
  font-size: 10px;
  font-weight: bolder;
  padding:10px;
  
  
}

div#footerright{
  color: #027CAF;
  float:right;
  margin-top:25px;
  font-size: 10px;
  font-weight: bolder;
  padding:10px;
}

div#footerright a{
  color: White;
  text-decoration: none;
}





