html, body {margin: 0px; padding: 0px; text-align: center; font: 11px verdana, tahoma, arial, sans-serif; background: #E9E8E6 url(images/sfondo.jpg) repeat-x;}

#telaio {border: 1px solid #000; color: black; text-align: left; width: 967px; margin: 15px auto;}

#testata h1 {
	position: relative; 
	padding: 0px; 
	margin: 0px;
	height: 144px;

}

#testata h1 span { 
	position: absolute; 
	height: 100%; 
	width: 100%; 
	background: #F60 url(images/top.jpg) no-repeat;
} 

#testata h1 a {
	position: absolute; 
	top: 0px; left: 0px; 
	height: 100%; 
	width: 200px;
} 


img.left {
	border: 0px solid #fff;
	float: left;
	margin: 5px 5px 5px 0px;
}

img.right {
	border: 0px solid #fff;
	float: right;
	margin: 5px 0px 5px 5px;
}

dl, dt, dd, ul, li {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#menutop {
         background-color: #fc0;
         position: relative;
         height: 13px;
         border-width: 1px 0px;
         border-style: solid;
         border-color: #5a88b6;
}

#menu {
      position: absolute;
      top: 0px;
      right: 0px;
      z-index:100;
}

#menu dl {
      float: left;
      width: 12em;
      margin: 0px;
}

#menu dt {
      cursor: pointer;
      text-align: center;
      font-weight: bold;
      background: #fc0;
      border-width: 0 1px 0 1px;
      border-style: solid;
      border-color: #5a88b6;
      color: #036;
}

#menu dd {
      border: 1px solid #036;
}

#menu li {
      text-align: center;
      background: #deeaf4;
}

#menu dt a#active {
      color: #036;
      text-decoration: none;
      display: block;
      height: 100%;
      border: 0 none;
      background-color: #ccc;
}

#menu dt a {
      color: #036;
      text-decoration: none;
      display: block;
      height: 100%;
      border: 0 none;
      background-color: #fc0;
}

#menu li a {
color: #206ba8;
text-decoration: none;
display: block;
height: 100%;
border: 0 none;
}

#menu li a:hover, #menu dt a:hover {
background: #eee;
}

#menu dt a:hover {
background: #eee;
color: #000;
}


/*Il corpo centrale */

#centrale {padding: 5px; margin: 0px; border: 0px solid #D4D2EC; background-color: #fff;}

h2 {
font-family: Helvetica;
font-size: 18px;
margin:5px 0 5px 0;
padding: 0px;
color: #001A58;
}

p {
	line-height: 15px; 
	text-align: justify;
} 

.bold {font-weight: bold; color: #333399} 

/*footer */

#footer {
 background: #4E74A6 url(images/footer.jpg) repeat-x;
	height: 50px; 
	clear: both; 
	color: #fff;
 padding: 5px;
    margin: 5px 0 0 0;
} 

#footer a:link {
	text-decoration: none; 
	color: #333331;
} 
	
#footer a:visited {color: #fff;} 

#footer a:hover {color: #000033;} 

#footer a:active {color: #fff;} 
