/* CSS Document */

body {
	background-color:#FFFFFF;
	background-image:url(util/bkg.jpg);
	font-size: 16px;
	line-height:24px;
	margin:0px;
	padding:0px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
}

/*div per tutte le pagine */

#container
{
    margin-left:auto;
    margin-right:auto;
    width:1020px;
}

#header
{
	width:1020px;
	height:169px;
	clear:both;
	text-align:right;
	background-color:#FFFFFF;
}


#headermenu
{
	width:1020;
	height:53px;
	clear:both;
}

#subheader
{
	width:1020;
	height:257px;
	background-image:url(util/subheader.jpg);
	clear:both;
}
	

#centro
{
    width:1020px;
	clear:both;
   }
   
  
#footer
{
	width:1020px;
	height:42px;
	padding-top:20px;
	clear:both;
	background-color:#141414;
	font-size:11px;
	color:#ffffff;
	text-align:center;
	line-height:16px;
    }


/* DIV per default */
#home-centro-left
{   width:400px;
	height:610px;
	padding-top:44px;
	padding-left:34px;
	padding-right:61px;
    float:left;
	text-align:justify;
	background-image:url(util/home-centro-l.jpg);
}

#home-centro-right
{   width:456px;
    height:614px;
	padding-top:40px;
	padding-left:35px;
	padding-right:34px;
	background-image:url(util/home-centro-r.jpg);
    float:right;
}

.fotolink
{
	border-width:0px;
	padding-bottom:5px;
	}

/* DIV per altre pagine */
#pages-top
{	width:1020px;
    height:30px;
	background-image:url(util/pages-top.jpg);
	clear:both;
	}
	
#pages-btm	
{	width:1020px;
	clear:both;
	background-color:#141414;
	}
	
#pages-l
{	width:22px;
	float:left;
	}

#pages-centro
{
	width:950px;
	padding:12px;
	background-color:#45464b;
	text-align:justify;
	color:#FFFFFF;
	float:left;
}		

#pages-r
{	width:24px;
	float:left;
	}


/* DIV GENERICI */

.flottatol
{	float:left;
}

.flottator
{	float:right;
}
   
    
/* link e elementi vari */

a {
	color:#000000;
	}


a.credits {
	font-size:11px;
	color:#ffffff;
	}

.ico {
	padding-top:10px;
	border-style:none;
	padding-right:15px;
}

h1 {
	font-size:18px;
	font-weight:bold;
	}
	
h2 {
	font-size:16px;
	font-weight:bold;
	margin:0px;
	}
		

.fotor {
	padding-left:10px;
	}
	
/* ZONA DINAMICA */

.Titolo
{
	color:#ffffff;
	margin:7px;
	font-size:16pt;
	font-weight:bold;
	text-decoration:none;
}

.TestoBreve
{
	color:#dddddd;
	margin-top:3px;
	margin-bottom:3px;
	font-size:10pt;
}


.Separatore
{
	width:100%;
	border-style:none;
	border-bottom-style:dashed;
	border-bottom-width:2px;
	border-bottom-color:White;
}