body {
	font-family: 'Arial'; 
	font-size: 13px;
	margin: 0 auto;
	text-align: center;
	background-image:url(../img/sfondo.jpg);
	background-attachment:fixed;
}

.selected {
	color:#990000 !important;
}

a {
	text-decoration: none;
	color:green;
}

a:hover {
	text-decoration: none;
	color:#0000CC;
}

a:visited {
	text-decoration: none;
	color:#666666;
}

.justified {
	font-family: 'Arial'; 
	text-align: justify;
}

.immagine {
	float: right;
	margin: 0px;
	margin-top:15px;
	padding: 10px;
	background-color:#FFFFFF;
	text-align:center;
}

.titolo {
	color: #990000;
	border-bottom: 1px dotted;
	font-weight:bold;
}

#wrapper {
	background-image:url(../img/sfondo1.jpg);
	margin: 0 auto;
	width: 730px;
	padding: 20px;
	padding-bottom: 0px;
}

.extremebox {
	margin: 0;
	padding: 0;
}


#logo {
	top: 20px;
	width: 730px;
	text-align:center;
}

#pagecont {
	text-align: justify;
	top: 327px;
	width: auto;
	border-top: solid 1px;
	border-color:#990000;
}

div#menu {
	float:left;
	width: 20%;
}

#menu {
	padding: 10px;
	font-weight:bold;
	font-size: 13px;
}

#menu a {
	text-decoration: none;
	color:green;
}

#menu a:hover {
	text-decoration: none;
	color:#990000;
}

#menu .link {
	border-bottom: 1px dotted #990000;
	padding: 5px;
}

#menutitolo {
	background-color:#990000;
	padding: 1px;
	border: 1px dotted;
	border-color:#FFFFFF;
	font-weight:bold;
	text-align:center;
	color:#FFFFFF;
	margin-top: 0;
}

.content {
	border-left: 1px dotted;
	border-color:#990000;
	top: 10px;
	width: 70%;
	height: 100%;
	padding: 10px;
	float: left;
}

#copyright {
	clear: both;
	width: auto;
	text-align:center;
	bottom: 1%;
	border-top: solid 1px;
	border-top-color:#990000;
	font-size:11px;
	color:#666666;
}
