* {
  margin: 0;
  padding: 0;
  }

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  padding: 10px;
  }

a {
  color: #0000FF;
  text-decoration: none;
  }

a:hover {
  color: #000099;
  text-decoration: underline;
  }

blockquote {
  background: url(images/bquotes.gif) left top no-repeat;
  padding-left: 35px;
  margin: 10px 0 0 10px;
  font-style: italic;
  }

code {
  color: #555;
  }

body {
  position: relative; /* Fixes browser resizing bug in IE6 */
  margin: 10px auto;
  width: 980px;
  font: normal 76% "Trebuchet MS", "Lucida Grande", Verdana, Georgia, Sans-Serif;
  text-align: center; /* IE Centering Technique */
  background:url(images/bg.gif) top left repeat-x #20305A;
  }


/* Header and wrapper */
#wrapper{
position:relative;
text-align: left; /* IE Centering Technique */
width: 950px;
margin:0 auto;
}

#header {
background-image: url(images/bg-header.jpg);
background-repeat: no-repeat;
background-position: center;
width: 950px;
height: 146px;
margin-top:20px auto 0 auto;
float: left;
}
#header h1 { position:absolute; left:-999px; font-weight:normal; font-size: 35px; }
#header h1 a { color: #FFFFFF; }
.slogan { font-size: 16px; color: #8DA2D8; text-transform: lowercase; margin-left: 144px; margin-bottom: 2px; float: left; }

/******************* menu di navigazione principale **********/
#menu{ background: #FC3 url(images/bg_menu.jpg) repeat-x; clear:both; /*border-top: 1px solid #ccc;*/ height: 27px; border-left:1px solid #ccc; border-right:1px solid #ccc; }
#menu ul { margin:0; padding:0; }
#menu ul li{ list-style:none; float:left; display:inline; padding:0; margin:0; font-size:14px; font-family:"Trebuchet MS", Verdana, sans-serif; letter-spacing:1px; }
#menu ul li a{ float: left; padding: 3px 15px; height:20px; line-height:20px; margin:0px; border-right: 1px solid #CCC; }
#menu ul li a:link, #menu ul li a:visited{ color:#fff; text-decoration:none; background:#FC3 url(images/bg_menu.jpg) repeat-x; }
#menu ul li a:hover, #menu ul li a:active{ color:#fff; text-decoration:none; background:#000 url(images/bg_menu.jpg) 0 -26px repeat-x; }
#menu ul li a.current{ background:#000 url(images/bg_menu.jpg) 0 -26px repeat-x; }
#submenu{ background:url(images/menusub-bg.gif) center no-repeat; height:25px; margin:0 auto; }

hr{ border:none; border-bottom:1px dashed #CCCCCC; }
.red{ color:#aa0000; }

#content-wrapper
{
	clear: both;
	float: left;
	width: 100%;
	color: #555555;
	background:url(images/bg-content-top.gif) left top repeat-x #fff;
}
#content{ float: left; padding:10px; }
#content h3{ margin-top:5px; font-size:16px; color:#a2a2a2; padding-top:4px; padding:5px 5px 5px 10px; font-weight:bold; display:block; border-bottom:2px solid #dbdbdb; }

#footer{ clear:both; background:url(images/footer.gif) left top no-repeat; height:82px; }
#footer .copyright{ padding:50px 0 0 20px; color:#fff; }

