html,body {
	margin: 0;
	padding: 0;
	border: 0;
	background: #fff url(img/greyBg.gif) left top repeat-y;
	color: #000;
	font-size: 14px;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
}

#container {
	position: relative;
	width: 770px;
	margin: 0;
	padding: 0;
	background-color: transparent;
}

#content {
	position: relative;
	top: 0;
	left: 220px;
	width: 550px;
	margin: 0;
	background-color: transparent;
}

h1 {
	margin: 5px 0 0;
	padding: 0;
	border-bottom: 2px solid #f44;
	font-size: 24px;
	font-weight: 400;
	letter-spacing: 2px;
	word-spacing: 9px;
}

h2 {
	margin: 70px 0 0;
	font-size: 20px;
	font-weight: 400;
	letter-spacing: 2px;
	word-spacing: 4px;
}

h3 {
	margin: 0 0 10px;
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 1px;
	word-spacing: 3px;
}

h4 {
	margin: 10px 0 5px;
	font-size: 16px;
	font-weight: 400;
}

.sezione {
	margin: 40px 0 0;
	text-align: justify;
}

.opera {
	position: relative;
	margin: 47px 0 0;
	background: transparent url(img/shadow.jpg) right bottom no-repeat;
}

.operaSquare {
	position: relative;
	width: 195px;
	height: 195px;
	margin: 47px 0 0;
	background: transparent url(img/shadow.jpg) right bottom no-repeat;
}

.imgOpera {
	position: relative;
	top: 0;
	left: 0;
	margin: 0;
	background: transparent;
}

.urCorner {
	position: absolute;
	top: 0;
	right: 0;
	width: 15px;
	height: 15px;
	background: transparent url(img/urCorner.jpg) right top no-repeat;
}

.blCorner {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 15px;
	height: 15px;
	background: transparent url(img/blCorner.jpg) left bottom no-repeat;
}

.didaOpera {
	position: relative;
	margin: 40px auto 0;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
}

.didaOpera em {
	font-size: 14px;
	margin-right: 12px;
}

.didaThumb {
	position: relative; 
	bottom: 29px;
	left: 235px;
	width: 315px;
	margin: 0;
	font-size: 12px;
	text-align: left;
	white-space: nowrap;
}

.didaThumb em {
	font-size: 14px;
	margin-right: 10px;
}

ul#mainList {
	width: 450px;
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent url(img/icona_02.gif) 2000px top no-repeat;
	font-size: 16px;
	text-align: left;
}

li.mainListItem {
	margin: 0;
	padding: 0 0 20px;
	border: 0;
	list-style-type: none;
}

li.mainListItem a:link,
li.mainListItem a:visited {
	display: block;
	min-height: 20px;
	padding-left: 50px;
	background: transparent url(img/icona_01.gif) left top no-repeat;
	color: #000;
	text-decoration: none;
	font-style: italic;
	font-weight: bold;
}

li.mainListItem a:hover,
li.mainListItem a:focus {
	display: block;
	padding-left: 50px;
	background: transparent url(img/icona_02.gif) left top no-repeat;
	color: #f44;
	text-decoration: none;
}

li {
	margin: 0;
	padding: 0 0 10px;
	border: 0;
	list-style-type: none;
}

ul {
	width: 450px;
	margin: 15px 0 20px;
	padding: 0;
}

li.barList {
	margin: 0;
	padding: 0 0 6px 20px;
	list-style-type: none;
	background: transparent url(img/bar_01.gif) left top no-repeat;
}

#footer {
	width: 350px;
	margin: 120px 0 20px 320px;
	padding-top: 10px;
	border-top: 2px solid #f44;
	background-color: transparent;
	font-size: 11px;
	text-align: center;
}

p {
	margin: 0 0 20px;
	padding: 0;
	border: 0;
}

img {
	border: 0;
}

ul#navBar {
	position: absolute;
	top: 0;
	left: 0;
	width: 140px;
	margin: 165px 10px auto 25px;
	padding: 0;
	list-style-type: none;
	background-color: transparent;
	font-weight: bold;
	font-size: 16px;
}

li.navItem {
	display: block;
	margin: 0;
	padding: 0 0 12px;
}

ul#navBar a:link,
ul#navBar a:visited {
	color: #000;
	text-decoration: none;
}

ul#navBar a:hover,
ul#navBar a:focus {
	color: #f44;
	text-decoration: none;
}

h2 a:link,
h2 a:visited {
	color: #f44;
	text-decoration: none;
}

h2 a:hover,
h2 a:focus {
	color: #000;
	text-decoration: none;
}

li.mainListItem a.empty {
	display: inline;
	padding-left: 0;
	background: #fff;
	}

a:link,
a:visited {
	color: #f44;
	text-decoration: none;
}

a:hover,
a:focus {
	color: #000;
	text-decoration: none;
}
	