body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #000;
	background-color: #FFF;
	margin: 0px;
}
p {
	margin: 0px;
	padding: 0px;
	text-align: justify;
}
h1 {
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	color: #FFF;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
}
h2 {
	font-size: 12px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin: 0px;
}

#container {
	margin: auto;
	width: 960px;
	position: relative;
}
#header {
	text-align: left;
	height: 100px;
	background-repeat: repeat-x;
	background-image: url(../immagini/sfondo_head.jpg);
	position: relative;
}
#header_right {
	width: 300px;
	right: 0px;
	padding: 10px;
	line-height: 16px;
	color: #666;
	float: right;
}
#header_right p {
	text-align: right;
}
#header_right a:link, #footer_text a:visited {
	color: #666;
	text-decoration: none;
}
#header_right a:hover {
	color: #000;
	text-decoration: underline;
}

.nome_utente {
	font-size: 12px;
	font-weight: bold;
	color: #C00;
}
.campi_modulo {
	font-size: 9px;
	background-color: #CCC;
	padding: 1px;
}



#navbar {
	width: 550px;
	margin-top: 10px;
}

#navbar ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#navbar ul li {
	display: inline;
}
#navbar ul li a:link, #navbar ul li a:visited {
	text-decoration: none;
	color: #000;
	background-image: url(../immagini/separator-menu.gif);
	background-position: right center;
	background-repeat: no-repeat;
	margin-right: 5px;
	padding-right: 2em;
}
#navbar ul li a:hover {
	color: #C00;
	text-decoration: underline;
}
#footer {
	height: 80px;
	background-image: url(../immagini/sfondo_footer.jpg);
	background-repeat: repeat-x;
}



#footer_text {
	width: 600px;
	font-size: 8px;
	padding-top: 50px;
	padding-left: 30px;
}
#footer_text a:link, #footer_text a:visited {
	color: #666;
	text-decoration: none;
}
#footer_text a:hover {
	color: #000;
	text-decoration: underline;
}
