body,p,h1,h2,h3,h4,h5,h6 {
	margin:0;
	padding:0;
	}

body {
	background-color:#DBDBDB;
	font-family:Arial, Helvetica, sans-serif;
	line-height:1.2em;
	font-size:12px;
	color:#222;
	}

a img {
	border:0;
	}

h1 {
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
	color:#FFF;
	font-weight:normal;
	padding-top:3px;
	height:20px;
	}

h2 {
	text-align:right;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#3A6A9B;
	font-weight:bold;
	}

h2 a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#3A6A9B;
	text-decoration:none;
	}

h2 a:hover {
	color:#333;
	text-decoration:underline;
	}
	
h3 {
	font-family:"Times New Roman", Times, serif;
	font-size:16px;
	color:#FFF;
	font-weight:normal;
	padding:5px 0 0 5px;
	height:20px;
	}

h4 {
	text-align:center;
	font-family:"Times New Roman", Times, serif;
	font-size:13px;
	color:#FFF;
	font-weight:normal;
	}

h4 a {
	color:#FFF;
	font-weight:bold;
	text-decoration:none;
	}

h4 a:hover {
	color:#FC0;
	}

	
/* costruzione esterna width 100% */

#testata_esterno,#barra_links_esterno,#corpo_esterno,#footer_esterno.#dgnet_esterno {
	width:100%;
	background:right top repeat-x;
	text-align:center;
	}

#top_seo {
	text-align:center;
	width:100%;
	background-color:#3A5371;	
	border-bottom:1px solid #FFF;
	}

#testata_esterno {
	height:95px;
	background:#FFF url(../grafica/bg_testata.jpg);
	}

#barra_links_esterno {
	background:#E4E4E4 url(../grafica/bg_barra_links.jpg);
	height:48px;
	border-top:1px solid #E5EAED;
	border-bottom:1px solid #F2F2F2;
	}
	
#corpo_esterno {
	background:#DBDBDB url(../grafica/bg_corpo_esterno.jpg) repeat-x;
	border-top:5px solid #D4D4D4;
	padding-bottom:15px;
	}

#footer_esterno {
	background:#3C6C9D url(../grafica/bg_footer.jpg);
	min-height:95px;
	}

#dgnet_esterno {
	margin:2px 0 20px 0;
	border-top:2px solid #98B1CA;
	}
	
/* costruzione interna width 960px */
#testata,#barra_links,#corpo,#footer,#dgnet {
	width:960px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	text-align:left;
	}

#testata {
	height:95px;
	}

#barra_links {
	height:48px;
	text-align:left;	
	}

#corpo {
	margin-top:20px;
	}

#footer {	
	padding-top:18px;
	}
/* fine */

#logo {
	position:absolute;
	top:20px;
	left:0;
	z-index:1;
	}

#testi_testata {
	width:628px;
	position:absolute;
	top:20px;
	right:0;
	z-index:2;
	}

/* menu principale */
#menu {
	height:48px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	}

#menu a {
	float:left;
	display:block;
	height:32px;
	color:#666;
	text-decoration:none;
	padding:16px 10px 0 10px;
	font-weight:bold;
	border-right:1px solid #FFF;
	border-left:1px solid #FFF;
	}

#menu a:hover {
	color:#FFF;
	background:#356393 url(../grafica/bg_menu_hover.jpg) right top repeat-x;
	}

.menu_attivo {
	color:#222;
	background:#F29532 url(../grafica/bg_menu_attivo.jpg) right top repeat-x;
	}
/* fine */

.titolo {
	background:#183F69 url(../grafica/bg_titolo.jpg) right top repeat-x;
	width:520px;
	height:30px;
	}

.contenuto_corpo {
	padding:20px 15px 20px 0;
	}

.gallery {
	text-align:right;
	}


.gallery img {
	border:2px solid #FFF;
	margin-bottom:8px;
	margin-left:8px;
	opacity:0.80; 
	filter:alpha(opacity=80); 
	-moz-opacity:0.80;
	}
