@charset "utf-8";

/* fogli di stile inclusi */

@import url(tendina.css);

/* struttura della pagina*/

div#wrap {
    width: 900px;
    height: 600px;
    margin: 0px auto;   /*centra negli altri browsers*/
    text-align: left;   /*ripristina l' allineamento*/
	}
    
#rif {
    width: 100px;
	height: 100px;
	position: absolute;
	left: 50%;
    margin-left: -440px;
	margin-top: 225px;

		}


#header {
	width: 800px;
	height: 380px;
	position: absolute;
	left: 50%;
    margin-left: -400px;
	margin-top: 60px;

    
	}

#container {
	position: absolute;
	left: 50%;
	width: 800px;
	height: 305px;
	margin-left: -400px;
	margin-top: 325px;
 
	}



#nav {
	position: absolute;
    left: 90px;
    bottom: 80px; 
	width: 260px;
	height: 180px;
    
	}
    
#nav p{
    line-height:21px;
    font-size: 20px;
    color: #e2001a;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;

    
    }

.prima {
	font-size: 22px;
     line-height:23px;
	}


/* CSS Font */

body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
    text-align: center; // per centrare in IE 5
    font-size: 8px;
	color: #e2001a;
	margin: 0;
	padding: 0;
    background: #e6eaea; 
    background-image: url('../image/sfondoambiente.gif');
    background-repeat:  no-repeat; 
    background-position: top center;  

}


#centrale {
	position: absolute; 
	width: 280px;
	height: 160px;
    right: 30px;
    bottom: 90px;

	}
    
#centrale p {
	padding-left: 10px;
    padding-top: 10px;
    padding-right: 10px; 
    padding-bottom: 10px;
    font-size: 21px;
    color: #e2001a;
    
}

#centrale li a {
    padding-left: 12px;
    margin-top: 20px;
    font-size: 18px;
    color: #e2001a;
    
}

/* CSS Pagine */
    
#title_page a:hover{
	color:#999;
	text-decoration:none;
	}
    	
#title_page a:active{
	color:#003366;
	font-size:11;
	font-weight:bold;
	}
    
#title_page img{
    float: left;
}

element.style {
display:block;
height:50px;
}




