/* RESET */
html,body,div,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input { margin: 0; padding: 0; }
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th {
}
ul,ol { list-style: none; }
fieldset,img { border: none; }
caption,th { text-align: left; }
table { border-collapse: collapse; border-spacing: 0; }
#omniture { position: absolute; }


body {
	background-image: url(../immagini/bg.jpg);
	background-repeat: repeat-x;
	font-family: Tahoma, Geneva, sans-serif;
}


/* ID */

#wrap{
	margin:auto;
	width:996px;
}


#bullone {
	position:absolute;
	background-image: url(../immagini/bg_foto.png);
	width: 270px;
	height: 161px;
	top: 10px;
	left: auto;
	right: auto;
	bottom: auto;
	clip: rect(auto,auto,auto,auto);
	margin-left: 720px;
  }


#menu{
	width:886px;
	height:38px;
	padding-top: 35px;
	color: #FFF;
	font-size: 14px;
	letter-spacing: 1px;
	margin: auto;
}

#bg_contenuto{
	margin:auto;
	width:886px;
	background-color: #004d57;
}

#contenuto{
	margin:auto;
	width:850px;
	padding-top: 15px;
}


#credit{
	width:850px;
	height: 40px;
	background-color: #c2e600;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #004d57;
	padding-top: 6px;
}

/* STILI */

.contenuto{
	font-size: 13px;
	color: #FFF;
}

.titolo{
	font-size: 25px;
	color: #c2e600;
	font-weight: lighter;
	padding-bottom: 5px;
}

.titolo_contatti{
	font-size: 20px;
	color: #c2e600;
	font-weight: lighter;
}

/* LINK */

a:link {
	text-decoration: none;
	color:#FFF;
}
a:visited {
	text-decoration: none;
	color:#FFF;
}
a:hover {
	text-decoration: none;
	color: #c2e600;
}
a:active {
	text-decoration: none;
	color:#FFF;
}
