html, body{
	margin: 0px;
	background-color: #5E5353;
	font-family: tahoma,sans-serif;
}
/* div{border:solid 1px;} */

div#header{
	width: 100%;
	background-color: #CC0000;
	background: url(images/bg_head.png);
}
div#header img{display:inline;}
div#menu{
	border-top: solid 1px #FFCC33;
	background-color: #880000;
	padding: 5px;
}
div#menu li{
/*	border-left: solid 1px #ffffff;
	border-right: solid 1px #ffffff;*/
	padding: 5px;
	display: inline;
	margin-right:10px;
}
div#menu li:hover{
	background-color: #FF9933;
}
div#menu a{
	font-family: "Tahoma",sans-serif;
	font-weight: bold;
	font-size:11px;
	color:#ffffff;
	text-decoration:none;
}
div#box{
	background:#FFCC99;
}
div#left{
	width:220px;
	float:left;
	color:#333333;
	font-size:75%;
	padding:20px;
	line-height:15px;
}

div#right{
	margin-left:270px;
	background-color: #ffffff;
	color: #333333;
	font-size: 75%;
	font-family: tahoma,sans-serif;
	line-height: 18px;
	padding:25px;
}
div#content{padding:20px;}
div#footer{
	background-color: #880000;
	width:100%;
	clear:both;
	text-align:center;
	color:#FFFFFF;
	font-size:10px;
}
div#album a img{
	filter:alpha(opacity=75);
	-moz-opacity:.75;
	opacity:.75;
}
div#album a img:hover{
	filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
}
.big{
	font-size: 18px;
}
a:link, a:visited{
	color: #880000;
}
a:hover{
	color: #cc0000;
}
img.padded{
	margin: 5px;
}
img.pad{
	margin-right:3px;
	float:left;
}
ul{
	list-style: none;
	margin: 0px;
}
h1{
	font-family: Georgia, serif;
	font-size: 180%;
	color: #880000;
	font-weight: normal;
	border-bottom:solid 1px #880000;
}
h1.noline{border:0px;line-height:30px;}
h2{
	color:#333333;
	font-size:120%;
	width:100%;
	font-family: arial,sans-serif;
	margin-bottom:5px;
}
.center{text-align:center;}
.right{float:right;}
h1.home{
	color:#333333;
	font-size:120%;
	width:100%;
	font-family: arial,sans-serif;
	font-weight: bold;
	border-bottom:solid 1px #880000;
}
h2.home{
	font-family: "Arial",serif;
	font-size: 160%;
	color: #880000;
	font-weight: normal;
	display:inline;
}
ul.ppt {
	position: absolute;
	top: 0;
	left: 360px;
}
.ppt li {	
	list-style-type: none;
	position: absolute;
	top: 0;
	left: 0;
}
.ppt img {
	border: 0px;
	padding: 0px;
	background-color: #ececec;
}
p.apps{
	font-family: arial,sans-serif;	
	font-size:90%;
	color:#551111;
}
p.news{
	font-family: arial,sans-serif;
	font-size: 100%;
}
table.tabella, table.tabella td{border:dotted 1px; line-height:normal;}
div.ristretto{width:600px;}
