@charset "utf-8";
/* CSS Document */
@import url("reset.css"); 
@import url("superfish.css"); 

body {
	background-color:#ffffff;
	font-family: "Times New Roman", Times, serif;
}

label {
	font-family:"Times New Roman", Times, serif;
}

a {
	color:#4e2126;
	
}

h1 { 
	font-family: "Times New Roman", Times, serif;
	color:#601a32;
	font-size:32px;
	font-weight:300;
	line-height:20px;
	margin-top:2px;
	text-decoration:none;
}

.anno{
	color:#601a32;
}

.didascalia
{

	margin-top:23px;
	font-size:12px;
	line-height:18px;
}

h2 { 
	font-family: "Times New Roman", Times, serif;
	color:#601a32;
	font-size:16px;
	font-weight:400;
	line-height:20px;
	margin-top:2px;
	text-decoration:none;
}

h3 { 
	font-family: "Times New Roman", Times, serif;
	font-style:italic;
	color: #666;
	font-size:20px;
	font-weight:400;
	line-height:12px;
	margin-top:4px;
}

#credits a, p {
	color:#545456;
	font-family: "Times New Roman", Times, serif;
	font-weight: 400;
	font-size:14px;
	line-height:22px;
	text-align:left;
}

/* LAYOUT BODY - 3 COLONNE CONTAINER(#SHADOW_SX,WRAPPER(#CORPO_CENTRALE,#SHADOW_DX)) */

#container {
	background-image:url(../immagini/body/bkg.gif);
	background-repeat:repeat-y;
	width:1004px;
	position:relative;
	margin-left:auto;
	margin-right:auto;
	height:auto;
}

#middle {
	background-color:#fffef6;
	width:960px;
	margin-left:22px;
	margin-right:22px;
	position:relative;
	height:100%;
}

#content {
	position:relative;
	margin:35px 38px 0 38px;
	padding-bottom: 38px;
	width: 884px;
	z-index:1;
	height:auto;
}

#menu {
	position:absolute;
	z-index:2;
	width:960px;
}

#menu2 {
	height:45px;
	position:absolute;
	top:263px;
	left:0;
	width:960px;
	background-color:#a49b90;
	z-index:1;

}

#header {
	width:960px;
	height:293px;
}
	
#header_img {
	width:960px;
	height:263px;
	background-image: url(../immagini/body/header.jpg);
}

#header_shadow {
	width:960px;
	height:10px;
	background-image:url(../immagini/body/header_shadow.gif);
	background-repeat:no-repeat;
    position:absolute; 
	top:288px;
	left:0px;
	z-index:2;
}

#footer {
	clear:both;
	width:1004px;
	height:77px;
	background-image:url(../immagini/body/footer.gif);
	position:relative;
	margin-left:auto;
	margin-right:auto;
}

.canvas {
   /** -moz-box-shadow:inset 0 0 5px #000000;
   -webkit-box-shadow:inset 0 0 5px #000000;
   box-shadow:inset 0 0 5px #000000; */
   margin:10px 10px 0 10px;
}

.bio_canvas {
   /** -moz-box-shadow:inset 0 0 5px #000000;
   -webkit-box-shadow:inset 0 0 5px #000000;
   box-shadow:inset 0 0 5px #000000; */
   margin:10px 10px 10px 10px;
}
		
img.titolo_pagina {
	float:left;
	border:0px;
}

div.titolo_pagina {
	width:884px;
	height:34px;
	margin-bottom:25px;
	position:relative;
}

div.titolo_bcc {
	width:884px;
	margin-bottom:25px;
	position:relative;
}

.clear {
	clear:both;
}

.vl{
	width:1px;
	background-color:#817569;
	position:absolute;
left:441px;
}

.vlh{
	width:1px;
	background-color:#817569;
	position:absolute;
	left:441px;
	height:790px;
}

.vlg{
	width:1px;
	background-color:#817569;
	position:absolute;
	left:425px;
	height:100%;
}

.shad_top{
	background-image:url(../immagini/body/shad_top.gif);
	background-repeat:no-repeat;
	width:407px;
	height:10px;
	position:absolute;
}

.shad_bot{
	background-image:url(../immagini/body/shad_bot.gif);
	background-repeat:no-repeat;
	width:407px;
	height:10px;
	position:absolute;
	bottom:0;
	left:0;
}

.bio_shad_top{
	background-image:url(../immagini/body/bio_shad_top.gif);
	background-repeat:no-repeat;
	width:424px;
	height:10px;
	position:absolute;
}

.bio_shad_bot{
	background-image:url(../immagini/body/bio_shad_bot.gif);
	background-repeat:no-repeat;
	width:424px;
	height:10px;
	position:absolute;
	bottom:0;
	left:0;
}

#credits
{
	float:right;
	margin-top:15px;
	margin-right:58px;
	font-weight:500;
	
}

#credits p, #credits a
{color:#FFF;
}

#trattamento_dati{
	width:400px;
	margin-top:15px;
	margin-bottom:25px;
	height:60px;
	overflow-y:scroll;
}

.grande
{
	font-size:18px;
}
