/* CSS Document */

body {
	background-color: #F4F4F4;
	margin: 0px;
	padding: 0px;
	font-family: "Courier New", Courier, mono;
	font-size: 13px;
	color: #000000;
}
a {
	color: #000000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
img {
	border: 0px;
}
.recupero {
	clear: both;
}
h1 {
	margin: 10px 0px;
	padding: 0px;
	font-family: "Courier New", Courier, mono;
	font-size: 13px;
	color: #000000;
}
p {
	margin: 0px 0px 15px 0px;
	padding: 0px;
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	color: #000000;
}

#logo_1 {
	width: 462px;
	height: 593px;
	position: absolute;
	left: 50%;
	right: 50%;
	margin-left: -160px;
}

/* MENU */
#menu {
	position: absolute;
	left: 240px;
	top: 130px;
}
#menu ul {
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#menu li.last {
	padding-top: 50px;
}
#menu li a {
	height: 28px;
	line-height: 28px;
}

/* COLONNA DEX */
#col_dex {
	position: absolute;
	left: 480px;
	top: 130px;
	width: 510px;
	padding-bottom: 20px;
}