html,body {
	margin: 0;
	padding: 0;
	border: 0;
	background-color: #fff;
	color: #000;
	font-size: 16px;
	font-family: Garamond, "Times New Roman", Times, serif;
}

#container {
	position: relative;
	width: 780px;
	height: auto;
	background-color: transparent;
}



/* Colonna sinistra con barra di navigazione - Left Column with Navigation Bar */


#leftCol {
	float: left;
	display: inline;
	width: 110px;
	margin: 160px 15px 0;
	background-color: transparent;
}


/* Barra di navigazione - Navigation Bar */

#leftCol li {
	display: block;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#leftCol li img {
	border: 0;
}



/* Contenuti principali - Main Contents */


#content {
	float: left;
	width: 490px;
	margin-left: 140px;
	padding-top: 80px;
	background-color: transparent;
}

h1 {
	width: 490px;
	margin: 0;
	padding-bottom: 1px;
	border-bottom: 1px solid #7e5032;
	color: #7e5032;
	font-size: 20px;
	font-weight: bold;
}

h2 {
	width: auto;
	margin: 60px 0 30px;
	padding: 0;
	border: 0;
	color: #000;
	font-size: 19px;
	font-weight: bold;
}

.sezione {
	width: 490px;
	margin-top: 60px;
	text-align: justify;
}

p {
	margin: 0 0 1em;
	padding: 0;
	border: 0;
}

.opusGroup {
	position: absolute;
	top: 83px;
	right: 0;
}

.opusLabel {
	margin-top: 40px;
}

.opusTitle {
	color: #f44;
	font-size: 18px;
	font-style: italic;
}

.opusGroup img {
	border: 0;
}



/* Fondo pagina con crediti - Footer with Credit Info */


#footer {
	clear: left;
	margin-left: 280px;
	padding: 50px 0 10px;
	background-color: transparent;
	font-size: 14px;
	font-style: italic;
	text-align: center;
}

#footer p {
	width: 490px;
	margin: 0;
	padding: 0;
}

.sezione img {
	margin: 0;
	border: 8px solid #ddd;
}

ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

h2 a:link,
h2 a:visited {
	color: #f44;
	text-decoration: none;
}

h2 a:hover,
h2 a:focus {
	color: #000;
	text-decoration: underline;
}

a:link,
a:visited {
	color: #f44;
	text-decoration: none;
}

a:hover,
a:focus {
	color: #000;
	text-decoration: none;
}

br.twentyFour {
	line-height: 24px;
}
