body {
	padding: 0px;
	margin: 0px;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	font-size: 12px;
	background: #F1F1F1 center repeat-y  url(images/background.gif);
	color: #333;
	}

a {
	color: #2366b1;
}

a:hover {
	text-decoration: underline;
}

img {
	border: 0px;
}

h2 {
	padding-bottom: 2px;
	border-bottom: 1px dotted #CCC;
}

#container {
	margin: auto;
	width: 816px;
	height: 100%;	
}

#container #header {
	height: 150px;
	width: 816px;
	background-repeat: no-repeat;
	background-image: url(images/top.gif);
	margin: auto;
}

#container #header a {
	height: 150px;
	width: 816px;
	display: block;
}

#container #header h1 {
	visibility: hidden;
	display: none;
}

#container #body {
	height: 100%;
	min-height: 35em;
	width:520px;
	padding: 18px;
	margin-top: 10px;
}

#container #sidebar {
	margin-right: 18px;
	float: right;
	width: 216px;
}

#container #sidebar #menu {
	padding-bottom: 8px;
	background: url(images/bottom_menu.gif) no-repeat bottom center;
	width: 216px;
}

#container #sidebar #menu #main {
	height: 270px;
	width: 197px;
	padding: 10px;
	padding-left: 9px;
	background: #333;
}

#container #sidebar #menu #main ul {
	margin:0px;

}

#container #sidebar #menu #main li {
	font-size: 13px;
	color: #bbb;
	list-style: none;
	padding: 0px;
	margin:0px;
	margin-left: 0px;
	width: 170px;
}

#container #sidebar #menu #main li a {
	color: #BBB;
	text-decoration: none;
	width: 160px;
	padding: 0.5em 0.5em 0.5em 0.75em;
	border-bottom: 1px solid #555;
	display: block;
	float: none;
	white-space: nowrap;

}

#container #sidebar #menu #main li a:hover {
	color: #CCC;
	border-bottom: 1px solid #BBB;
}

#container #footer {
	margin-top: 7em;
	margin-bottom: 0px;
	background: url(images/bottom.gif) no-repeat bottom center;
	height: 22px;
	width: 816px;
	text-align: center;
	padding-top:196px;
	font-family: Verdana;
	font-size: 10px;
	color: #DDD;
	text-transform: uppercase;
	margin: auto;
}

#container #footer span {
	color: #888;
}

#container #comunicati {
	color: #333;
}

#container #comunicati span {
	color: #666;
}

#container #comunicati div {
	text-align: center;
	margin: 3em;
}

#container #relatori p {
	margin-bottom: 3em;
}

#container #archivio-foto h3 {
	text-align: left;
}


#container #archivio-foto div {
	width: 500px;
	border: 1px solid #CCC;
	background-color: #EEE;
	padding: 4px;
	text-align: center;
	font-style: italic;
	margin-bottom: 20px;
}

#container #archivio-foto div img {
	margin-bottom: 4px;
}

.intro {
	color: #555;
}

