body {
	background: white;
	font-family: sans-serif;
}

/*#header {
	text-align: center;
	font-size: 40px;
	font-weight: bold;
	color: #008451;*/
	/*height: 70px;*/
/*}*/

#left {
	float: left;
	width: 23%;
	/*border: 2px solid #0079BE;*/
	margin-top: 1em;
	padding: 0.3em;
	text-align: center;
}

#corpo {
	margin-top: 1em;
	float: right;
	width: 70%;
	/*border: 2px solid #0079BE;*/
	text-align: center;
	text-decoration: none;
}

#footer {
	clear: both;
	font-size: 75%;
	text-align: center;
	padding-top: 40px;
}

/* Bottoni dei menu piccoli */
.tasti {
	font-size: small;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	display: block;
	color: black;
	margin-bottom: 1em;
	border-bottom: 1px solid #0079BE;
}

.tasti:hover {
	color: #008451;
}

.minitasti {
	font-size: small;
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
	text-align: left;
	color: #888888;
	display: block;
	margin-left: 1em;
	margin-bottom: 1em;
	border-bottom: 1px solid #888888;
}

.minitasti:hover {
	color: #008451;
}

/* Titoli */
.titolo {
	font-size: large;
	font-weight: bold;
	font-style: italic;
	background: #0079BE;
	color: white;
	display: block;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

#logo {
	border: 0;
	width: 55px;
	height: 73px;
}

.w3 {
	border: 0;
	width: 88px;
	height: 31px;
}

/* Bottoni dei menu grossi */
/*.menu {
	font-size: x-large;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	color: black;
}

.menu:hover {
	color: #008451;
}

.links {
	font-weight: bold;
	color: #0079BE;
	text-decoration: none;
}

.links:hover {
	color: #008451;
}*/



/*#rightmenu {
	float: right;
	width: 65%;*/
	/*border: 1px solid black;*/
	/*margin-top: 20px;
	margin-right: 30px;
}

.littlemenu {
	font-weight: bold;
	font-style: italic;
	font-size: small;
	text-align: left;
	background: #0079BE;
	color: white;
	display: block;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}*/
