div#container {
	background: url(images/leftcol250.jpg) repeat-y top left;
	height: 460px;
}
div#content {
	height: 460px;
	overflow: auto;
	margin-left: 246px;
	background-color: White;
	padding: 10 20 20 20;
}
div#navigation {
	float: left;
	width: 230px;
	height: 460px;
}
div#navigation a {
	color: #369;
	font: normal bold 1.2em/1.6em arial,sans-serif;
	text-decoration: none;
}
div#navigation a:hover {
	color: #033;
	text-decoration: none;
	background-color: White;
	font-weight: bold;
	border: thin dotted;
}
div#navigation a#activelink {
	color: #033;
	text-decoration: none;
	text-align: right;
	background-color: #FFFF99;
	border: none;
}
div#navigation li {
	margin: 0;
	padding: 0;
}
div#navigation ul {
	margin: 1em 0 1em 1em;
	padding: 0;
	list-style-type: none;
}

div#TitoloPagina {
	height: 32px;
	text-align: center;
	font: bold arial,serif;
	font-size: 18px;
	color: White;
	background-color: Gold;
}
html,body {
	margin: 0;
	padding: 0;
}
p {
	color: Navy;
	font-size: 12pt;
	text-align: justify;
}

#MiniPulsanti {
	padding: 0px;
	height: 24px;
}
#MiniPulsanti a {
	font-size: 12px;
}
#MiniPulsanti a:hover {
	font-weight: bold;
}

