/* CSS Document */

* {
	margin:0;
	padding:0;
	font-size:12px;
	font-family: 'Lucida Grande', 'Lucida Sans', 'Lucida Sans Unicode', Geneva, Verdana, Arial, Helvetica, sans-serif;
	color:#666;
	line-height:1.5em;
	position:relative;
	
}

body, html {
	width:100%;
	height:100%;
	background-color:#FFF;
	}


#contenitore {
	width:750px;
	height:auto;
	position:absolute;
	top:60px;
	left:50%;
	margin-left:-370px;
	z-index:0;
}

#top {
	width:750px;
	height:50px;
	margin-bottom:20px;
	z-index:1;
}
#menu {
	position:relative;
	float:left;
	width:145px;
	border:0;
	padding: 20px 0 0 0;
}
#menu ul {
	list-style:none;
}


.menuimmagine {
	border:0;
	filter:alpha(opacity=70);
	-moz-opacity:.70;
	opacity:.70;
}
.menuimmagine:hover {
	filter:alpha(opacity=98);
	-moz-opacity:.98;
	opacity:.98;
}
#centro {
	width:550px;
	height:600px;
	background: no-repeat top left;
	margin-left:200px;
}
#profile {
	width:540px;
	height:auto;
	background: no-repeat top left;
	padding: 10px 5px 30px 10px;
	margin-left:200px;
	
	
}
#profile ul {
	padding-left:20px;
	list-style-image: url(img/trattino.jpg);
}

#CONTATTI {
	width:210px;
	height:400px;
	margin: 10px 0 0 200px;
	padding: 10px 10px 30px 30px;
	font-size:14px;
}

a {
	text-decoration:underline;
	color:#333;
}
a:hover {
	text-decoration:none;	
	
}

#immagine img {
	border:0;
	/* filter:alpha(opacity=50);
	-moz-opacity:.50;
	opacity:.50;*/
}

.menuVoci{

	color:#000;
}
.menuVoci li {
	margin-bottom:20px;
}
.menuVoci a {
	text-decoration:none;
	font-size:14px;
}
.menuVoci a:hover {
	text-decoration:underline;	
	color:#06F;
}