@charset "utf-8";

#contenitore {
	margin: auto;
	width: 950px;
	padding-top: 30px;
}

#testata {
	background-image: url(../images/testata.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 120px;
	position:relative;
}
#contenuto {
	background-image: url(../images/cont.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 418px;
}
#contenuto ul {
	list-style-type: none;
}
#contenuto ul li {
	float: left;
}
#contenuto ul a {
	display: block;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
}
#link2 {
	clear: both;
}
#link3 {
	clear: both;
}
#link4 {
	clear: both;
}



#testo {
	margin-right: 170px;
	margin-left: 170px;
	height: 350px;
	overflow: auto;
	font-family: Tahoma, Arial, Verdana;
	font-size: 12px;
	padding-right: 10px;
	text-align: justify;
}
#testo2 {
	clear: both;
}

#testo h2 {
	border-bottom-style: dotted;
	border-bottom-width: 2px;
	font-size: 16px;
	font-variant: small-caps;
}

.titoletto2 {
	padding-top: 20px;
}
a {
	color: #000000;
}

a:hover {
   color:#999999;
   text-decoration:none;
}
.testohome {
	padding-right: 40px;
	padding-left: 40px;
}

#navigazione {
	width: 670px;
	margin: 0px;
	position: absolute;
	left: 140px;
	bottom: 20px;
}


#navigazione ul {
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;
}
#navigazione ul li {
	float: left;
}
#navigazione ul a {
	display: block;
}

#navigazione ul a:hover {
	background-position: 0px -37px;
}
#navigazione ul a.attivo {
	background-position: 0px -37px;
}
.home {
	background-image: url(../images/phome.gif);
	text-indent: -9999px;
	display: block;
	height: 37px;
	width: 134px;
}
.about {
	background-image: url(../images/pabout.gif);
	text-indent: -9999px;
	display: block;
	height: 37px;
	width: 134px;
}
.artwork {
	background-image: url(../images/part.gif);
	text-indent: -9999px;
	display: block;
	height: 37px;
	width: 134px;
}
.goodies {
	background-image: url(../images/pgoodies.gif);
	text-indent: -9999px;
	display: block;
	height: 37px;
	width: 134px;
}
.links {
	background-image: url(../images/plink.gif);
	text-indent: -9999px;
	display: block;
	height: 37px;
	width: 134px;
}
#immagine {
	text-align: center;
	padding-top: 25px;
}
#email {
	text-align: center;
	font-size: 10px;
	margin-top: 10px;
}

#banner {
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}


#gallery ul {
	list-style-type: none;
	margin: auto;
}
#gallery ul li {
	float: left;
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 5px;
	margin-left: 15px;
}
#gallery ul a {
	background-color: #FFFFFF;
	display: block;
	padding: 8px;
}

#gallery ul a:hover {
	background-color: #fddaf3;
}
#gallery img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
