/* CSS Document */

html,body{margin:0;padding:0}
body{font: 80.01% "Verdana";color: #336633}
.maiuscolo { text-transform: capitalize;}
.tuttomaiuscolo { text-transform: uppercase;} 
div#container{width:780px;margin: 0 auto;text-align:left;}
div#header{height:215px; background-image:url(../images/modello_01.jpg); background-repeat:no-repeat;}
div#center{float:left;}
div#left{
	float:left;
	width:589px;
	height:284px;
	background-image:url(../images/modello_02.jpg); background-repeat:no-repeat;}
div#nav{float:right;width:191px;height:165px;}
div#button1{float:left; width:780px;}
div#corpo1{float:left;width:541px;height:37px;background-image:url(../images/modello_10.jpg); background-repeat:no-repeat;}
div#corpoimmagini1{float:right;width:239px;height:37px;background-image:url(../images/modello_11.jpg); background-repeat:no-repeat;}
div#button2{float:left; width:780px;background-image:url(../images/modello_12.jpg); background-repeat:repeat-y;}
div#corpo2{float:left;width:541px;}
div#corpoimmagini2{float:right;width:239px;}
div#button3{float:left; width:780px;}
div#corpo3{float:left;width:541px;height:18px;background-image:url(../images/modello_13.jpg); background-repeat: no-repeat;}
div#corpoimmagini3{float:right;width:239px;height:18px;background-image:url(../images/modello_14.jpg); background-repeat:no-repeat;}
div#footer{
	clear:both;
	background: url(../images/modello_15.jpg); background-repeat:no-repeat;;
	height: 77px;
}
p.titolo{color:#FFFFFF; padding-left:35px; padding-top:10px;}
p.testo{color:#FFFFFF; padding-left:35px; padding-right:10px; text-align:justify;}
p.immagine{ padding-left:17px;}
div#report{}

A:link, A:visited {text-decoration: none; color:#1e1e1e;}
A:hover {text-decoration: underline; color:#555;}