@charset "UTF-8";
body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}
#wrapper {
	height: 560px;
	width: 850px;
	/*qui fisso il tipo di posizionamento e stabilisco gli allineamenti sia verticali e orizzontali, un nuovo modo invece di usare auto, eccetera... significa allineo a metà altezza verticale e metà altezza orizzontale*/
	position: absolute;
	top: 50%;
	left: 50%;
	/*qui aggiusto l'allineamento a metà facendo retrocedere con i margini la metà dell'ingombro del box sia verticalmente (-280px) che orizzontalmente (-425px)... e il tutto funziona*/
	margin-top: -280px;
	margin-right: 0px;
	margin-left: -425px;
	margin-bottom: 0px;
	background-image: url(../i/background.gif);
}
#wrapper #rightcoltop {
	height: 247px;
	width: 203px;
	position: absolute;
	left: 640px;
	top: 105px;
}
#wrapper #rightcoltop #Logo {
	height: 60px;
	width: 195px;
	background-image: url(../i/logo.png);
	position: absolute;
	margin-bottom: 10px;
}
#wrapper #rightcoltop #Logo a {
	display: block;
	height: 60px;
	width: 195px;
	text-indent: -9999px;
}
#wrapper #rightcoltop #homelink {
	margin-top: 5px;
	margin-left: 3px;
	background-image: url(../i/logo.gif);
	height: 60px;
	width: 195px;
	text-indent: -500em;
}
#wrapper #rightcolbottom {
	height: 150px;
	width: 203px;
	position: absolute;
	right: 6px;
	bottom: 45px;
	padding: 0px;
}
#wrapper #rightcolbottom #contact {
	position: absolute;
	left: 17px;
	top: 0px;
	background-image: url(../i/contact.gif);
	text-indent: -9999px;
	width: 170px;
	height: 50px;
}
.cv {
	font-family: Helvetica, sans-serif;
	font-size: 0.8em;
	position: absolute;
	bottom: 0px;
	left: 15px;
	color: #333333;
	width: 180px;
	height: 25px;
	margin: 0px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#wrapper #rightcolbottom .cv a {
	text-decoration: none;
	color: #333333;
	display: block;
	height: 25px;
	width: 180px;
}
#wrapper #rightcolbottom .cv a:visited {
	color: #999999;
}
.testo1 {
	font-family: "Lucida Sans", Helvetica, Geneva, sans-serif;
	font-size: 0.9em;
	color: #666666;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
	position: relative;
	top: 50px;
	left: 15px;
	width: 180px;
}
#wrapper #rightcolbottom .testo1 a {
	color: #666666;
	text-decoration: none;
}
#wrapper #rightcolbottom .testo1 a:hover {
	color: #333333;
	text-decoration: none;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

	*{
list-style: none;
margin: 0px;
padding: 0px;
}

#menu {
	list-style: none;
	width: 150px;
	padding-top: 0px;
	height: 150px;
	padding-left: 40px;
	position: absolute;
	top: 75px;
}
#menu  a{
	color: #999999;
	font-family: "Lucida Sans", Helvetica, "Helvetica Neue", sans-serif;
	font-size: 1em;
	height: 28px;
	display:block;
	text-decoration: none;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 10px;
}
#menu a:visited {
	color: #666666;
	text-decoration: none;
}

#menu a:hover{
	color: #666666;
}

#menu a:active{
	color: #666666;
}	
#wrapper #content {
	position: absolute;
	width: 533px;
	height: 417px;
	top: 105px;
	left: 95px;
	margin: 0px;
	padding: 0px;
}
#wrapper #content #rightcol {
	margin-right: 20px;
	margin-left: 20px;
}
#wrapper #content #rightcol .testo2 {
	font-family: "Lucida Sans", Helvetica, Geneva, sans-serif;
	font-size: 0.8em;
	line-height: 140%;
	text-decoration: none;
	color: #666666;
	text-align: left;
	top: 275px;
}
#wrapper #content p {
	font-family: "Lucida Sans", Helvetica, Geneva, sans-serif;
	font-size: 0.8em;
	line-height: 140%;
	text-decoration: none;
	color: #666666;
	text-align: left;
}
#wrapper #content #top #text {
	height: 170px;
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	float: left;
	width: 303px;
}
#wrapper #content #top img {
	padding: 0px;
	float: left;
	height: 170px;
	width: 170px;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
}
#wrapper #footer {
	position: absolute;
	bottom: 0px;
	margin-left: 110px;
	width: 750px;
}
#wrapper #footer p {
	float: left;
	margin-right: 20px;
	font-family: "Lucida Sans", Helvetica, Geneva, sans-serif;
	font-size: 0.6em;
	color: #999999;
}
#wrapper #footer #copyright {
	margin-top: 10px;
}
.style1 {
	color: #6491A5;
	font-size: 1em;
}
