@charset "utf-8";
/* CSS Document */

html,body{margin:0;padding:0; background-image:url(background.jpg); background-repeat:no-repeat; background-position:top left;}
body{font: 11px Tahoma, Helvetica;text-align:center}
p{margin:0 10px 10px}
h1{font-size:12px; margin:0 10px 10px;}
h2{font-size:12px; margin:0 10px 10px; color:#0066FF;}

a{color:#777; text-decoration:none;}
a:hover{color:#000; text-decoration:underline;}
div#header h1{height:150px;line-height:80px;margin:0;
  padding-left:10px;background: #EEE;color: #79B30B}
div#container{text-align:left; }
div#content p{line-height:1.4}
div#navigation{height:177px;}
div#extra{}
div#ultimi_progetti{background-image:url(ultimi_progetti.jpg); width:675px; height:295px; float:left;}
div#footer{color: #FFF; font-size:11px;}
div#footer p{margin:0;padding:5px 10px}

div#container{width:900px;margin:0 auto;}
div#content{float:right;width:700px;}
div#navigation{float:left;width:200px}
div#extra{float:left;clear:left;width:200px; height:320px; background-image:url(extra.png); background-repeat:no-repeat; font-size:11px; line-height:15px;}
div#footer{clear:both;width:100%; height:27px; background-image:url(footer.png); color:#777; text-align:center;}
div#footer a:hover{ color:#000;}


