* {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	font-family: Verdana, Sans;
}

body {
	background-color: #f9f9f9;
}

a {
	text-decoration: none;
}

h1 {
	font-weight: bold;
	font-size: 16px;
	margin-left: 20px;
	margin-bottom: 10px;
}

h2 {
	font-weight: bold;
	font-size: 14px;
	margin-left: 20px;
	font-style: italic;
	margin-top: 15px;
	margin-bottom: 2px;
}

h3 {
	font-weight: bold;
	font-size: 14px;
	margin-left: 20px;	
}

#contenitore {
	background-image: url('images/body_sfondo.png');
	background-repeat: repeat-y;
	width: 777px;
	margin: 0 auto;
	margin-bottom: 20px;
}

#header {
	margin: 0 auto;
	margin-top: 20px;
	width: 777px;
	background-image: url('images/header_sfondo.png');
	background-repeat: no-repeat;
	height: 115px;
}

#header img {
	margin-top: 12px;
	margin-left: 14px;
}

#main {
	margin: 0 auto;
	width: 777px;
	padding-bottom: 45px;
	margin-bottom: 30px;
}

#main p {
	margin-left: 20px;
	margin-bottom: 20px;
	font-size: 13px;
}

#contenuto {
	float: left;
	width: 570px;
	font-size: 13px;
	padding-bottom: 20px;
}

#contenuto a {
	color: #b20000;
}

#contenuto a:hover {
	text-decoration: underline;
}

#contenuto ul {
	list-style: square;
	margin-left: 50px;
}

#main .sito {
	width: 570px;
	font-size: 13px;
	clear: both;
	margin-top: 20px;
	margin-bottom: 30px;

}

#main .sito p {
	margin-left: 20px;
	margin-top: 2px;
	font-size: 13px;
	
}

#main .sito p img {
	float: left;
	border: 1px solid #b5b5b5;
	margin-right: 12px;
}

.home {
	margin-left: 50px;
	background: #F5F5F5;
	padding: 5px;
	border: 1px solid #CFCFCF;
	width: 470px;
}

.home p {

}

.home a {
	font-weight: bold;
	font-size: 14px;
}

ul.collegamenti {
	width: 150px;
	float: right;
	margin-top: 30px;
	border-left: 1px solid #b5b5b5;
	padding: 6px;
	padding-bottom: 10px;
}

ul.collegamenti li {
	list-style: none;
	line-height: 14px;
}

ul.collegamenti a {
	font-size: 11px;
	color: #282828;	
}

ul.collegamenti a:hover {
	margin-left: 5px;
	color: #B00000
}

#footer {
	clear: both;
	margin: 0 auto;	
	width: 777px;
	background-image: url('images/footer_sfondo.png');
	background-repeat: no-repeat;
	height: 91px;
	font-size: 11px;
	line-height: 14px;
	margin-top: 90px;	
}

#footer p {
	padding-top: 13px;
	padding-left: 13px;
}

#footer a {
	color: #282828;
}

#footer a:hover {
	text-decoration: underline;
}
