/* CSS Document */

body{font:20px "Monotype Corsiva"; }
body.second{font:20px "Monotype Corsiva"; background-image: url(sfondo_jpg.jpg); }

#main_box   {position: relative; left:5%; height:100%;}

#left_index {
	position: absolute;
	left:-6%;
	top: 0%;
	height:1000px;
	background-color: #000000;
	width: 177px;
}

#footer {position: absolute;  top: 750px;  left:250px;}

p {font-size: 20px; font-family:"Monotype Corsiva"; color: black; }
h2{font-size: 25px; font_weight:bold;}

a       {color:black; text-decoration: none; font-size: 25px}
a:hover {color: blue; text-decoration: none; font-size: 25px}

a.index       {color:#F7F96B; text-decoration: none; font-size: 20px}
a.index:hover {color: green; text-decoration: none; font-size: 20px}

a.normal {color: #003399; text-decoration: none}
a.normal:hover{color: yellow; text-decoration: none; font-size: 24px}

a.list       {color:black; text-decoration: none; font-size: 20px}
a.list:hover {color: blue; text-decoration: none; font-size: 20px}



#table1   {position: absolute; left: 5%; top: 35%;  z-index:2;}
#table2   {position: absolute; left: 80%; top: 10%;  z-index:2;}
#table3   {position: absolute; left: 1%; top: 2%;  z-index:2;}

#subtitolo   {position: absolute; left: 70%; top: 5%;  z-index:2;}
#text_box   {
	position: absolute;
	left:216px;
	top: 50px;
	width: 800px;
}

#list_box1 {position: absolute;
	 left: 7%; 
	 top: 23%; 
	 width: 250px;}

#list_box2 {position: absolute; left: 7%; top: 48%; width: 250px;}



div#minipics ul{list-style-type: none;margin: 0;padding: 0}
div#minipics li{float:left;margin:0 5px 5px 5px}
div#minipics img{border:1px solid #ccc}

