@charset "iso-8859-1";
/* CSS Document */

body, p, div, td, a, span {
	font-family: 'Abel', sans-serif;
}
body {
	background-image: url(images/sfondo_pagina.png);
	background-repeat: repeat;
}#principale {
	position: relative;
	width: 1000px;
	text-align: left;
}
.pagina {
	width: 980px;
	box-shadow: 0px  0px 5px #000000;
}
.menutop {
	font-size: 20px;
	font-weight: 600;
	text-transform: uppercase;
	color: #FFF;
	text-decoration: none;
	margin-right: 40px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#corpo {
	background-color: #576288;
	background-image: url(images/sfondo_corpo.jpg);
	background-repeat: no-repeat;
	background-position: top right;
}
#logo {
	position: absolute;
	z-index: 1;
	top: -70px;
	right: 20px;
}
h1 {
	font-size: 28px;
	color: #FFF;
}


#menu {
	background-image: url(images/sfondo_testata.png);
	background-repeat: repeat;
	height: 120px;
	width: 980px;
	padding: 20px;
}
.link {
	font-size: 14px;
	color: #FFF;
	text-decoration: none;
}
.link_pdf {
	font-size: 16px;
	color: #FFF;
	text-decoration: none;
	background-image: url(images/pdf.png);
	background-repeat: no-repeat;
	display: block;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 25px;
	padding-left: 35px;
	font-weight: bold;
}
