body {
	font-family: Verfana, Arial, Helvetica, sans-serif;
	font-size:80%;
	margin:0;
	padding:0;
}
	
html, body { height: 100%; }
	
#altezza { height:100%; text-align:center; vertical-align:bottom; }

#header {
	width: 800px;
	height: 20px;
	border-bottom:1px solid black;
	background-image:url("../imgs/scritta.gif");
	background-repeat: no-repeat;
	background-position: left;
	text-align: right
}

#header a {
	padding:2px 5px 2px 5px;	
	background-color:#e5e5e5;
	color:#7f7f7f;
	margin-left: 10px;
	text-decoration: none;
}


#content { width: 800px; min-height:540px }

#footer {
	width: 800px;
	height: 30px;
	border-top:1px solid black;
	text-align: right;
	color:#7f7f7f;
	padding-top:5px
}

#footer a {
	color:#7f7f7f;
	text-decoration: none
}

.menu1 {
	width:150px;
	color: black;
	background-color:#7f7f7f;
	padding:10px;
	text-align: left;
	margin-bottom:10px;
	font-size:14px;
	font-weight:bold;
}

.menu1 a {
	color: white;
	text-decoration: none;
	padding:10px
}

.menu2 {
	width:150px;
	color: black;
	background-color:#7f7f7f;
	padding:5px;
	text-align: left;
	margin-bottom:10px;
}

.menu2 a {
	color: white;
	text-decoration: none;
	padding:10px
}

.thumb {
	margin:0px 10px 10px 10px;
}

