html, body {
	margin:0px auto;
	background-color:#1C6FB8;
	background-image:url(images/bg_notte.jpg);
	background-position:top;
	background-repeat:repeat-x;
	text-align:center;
	font-family:Arial;
	font-size:12px;
}
#contenitore_totale{
	width:940px;
	margin:0px auto;
}
#header {
	width:940px;
	height:190px;
	background-image:url(images/top_notte.jpg);
	float:left;
	position:relative;
}

#contenitore_centro {
	width:940px;
	background-image:url(images/bg_centro.jpg);
	background-repeat:repeat-y;
	float:left;
	position:relative;
	text-align:left;
}

#menu {
	width: 300px;
	float:left;
	position:relative;
	top:6px;
	left:5px;
}

#menu li {
	list-style:none;
	list-style-position:outside;
}
#menu img {
	border:0;
}

#contenuti {
	width: 600px;
	float:right;
	position:relative;
	right:50px;
}
/* TURCHESE ********************************************************/
#turchese {
	width:940px;
	background-image:url(images/bg_turchese.jpg);
	background-repeat:repeat-y;
	float:left;
	position:relative;
}
#turchese_up {
	width:940px;
	height:15px;
	margin-bottom:10px;
	background-image:url(images/bg_ombra_turchese.jpg);
	background-repeat:no-repeat;
	float:left;
	position:relative;
}
#turchese_centro {
	width:100%;
	padding-left:50px;
	float:left;
	position:relative;
}
#turchese_footer {
	width:940px;
	height:58px;
	background-image:url(images/bg_ombra_sole.jpg);
	float:left;
	position:relative;
}

/* FOOTER ********************************************************/

#footer {
	width:100%;
	height:62px;
	background:url(images/footer.jpg) no-repeat;
	float:left;
	position:relative;
	text-align:center;
}

#footer p {
	margin:0px;
	padding:0px;
	color:#fff;
	font-weight:bold;
}

/* MENU ********************************************************/

.btn_giorno { background-image:url(images/btn_giorno.jpg); width:230px; height:60px; cursor:pointer; }
.btn_disco { background-image:url(images/btn_disco.jpg); width:230px; height:60px; cursor:pointer; }
.btn_risto { background-image:url(images/btn_risto.jpg); width:230px; height:60px; cursor:pointer; }
.btn_eventi { background-image:url(images/btn_eventi.jpg); width:230px;	height:60px; cursor:pointer; }
.btn_feste { background-image:url(images/btn_feste.jpg); width:230px; height:60px; cursor:pointer; }
.btn_contatti { background-image:url(images/btn_contatti.jpg); width:230px; height:60px; cursor:pointer; }

/* ZONA TURCHESE ********************************************************/

#bacheca {
	float: left;
	position: relative;
	width:402px;
	background:url(images/bg_box_gallery.jpg) repeat-y;
	text-align:center;
	margin-right:30px;
}
#bacheca_titolo { height: 42px;	width: 100%; background:url(images/testatina_bacheca.jpg) no-repeat; margin-left:10px; }
#bacheca_testo { width:100%; height: 120px; }
#bacheca_contenuti { height: 120px; text-align:left; width:88%; position: relative; left: 25px; float: left; }
#bacheca_contenuti p { width: 100%;	margin: 5px 0px 0px 0px; }
#bacheca_footer { height: 60px;	width: 100%; background:url(images/footer_gallery.jpg) no-repeat; margin-top:10px; text-align:center; }
#bacheca_footer p { margin-top:5px;	font-weight:bold; }


#webcam {
	float: left;
	position: relative;
	width:224px;
	text-align:center;
	background:url(images/bg_boxetto.jpg) repeat-y;
}
#webcam_titolo {
	height: 42px;
	width: 100%;
	background:url(images/testatina_webcam.jpg) no-repeat;
}
#webcam_contenuti {
	height: 120px;
	width: 100%;
}
#webcam_contenuti img {
	width: 80%;
	margin: 5px 0px 0px 4px;
	padding: 0px;
}
#webcam_footer {
	height: 60px;
	width: 100%;
	background:url(images/footer_boxetto.jpg) no-repeat;
	margin-top:10px;
}
#webcam_footer p {
	margin-top:5px;
	font-weight:bold;
}
#gallery {
	float: left;
	position: relative;
	width:402px;
	text-align:center;
	background:url(images/bg_box_gallery.jpg) repeat-y;
}
#gallery_titolo {
	height: 42px;
	width: 100%;
	background:url(images/testatina_gallery.jpg) no-repeat;
}
#gallery_contenuti {
	height: 120px;
	width: 100%;
}
#gallery_contenuti img {
	margin: 5px 0px 0px 4px;
	padding: 0px;
	border: 2px solid #D6294F;
}
#gallery_footer {
	height: 60px;
	width: 100%;
	background:url(images/footer_gallery.jpg) no-repeat;
	margin-top:10px;
}
#gallery_footer p {
	margin-top:5px;
	font-weight:bold;
}
#gallery li {
	margin: 0px;
	padding:0px;
	list-style-position:inside;
	display:inline;
	list-style-type:none;
}
#gallery ul {
	margin: 0px;
	padding:0px;
	list-style-position:inside;
	display:inline;
	list-style-type:none;
}

/* VARIE *******************************************************/
h1 { display:none; }
h3 { display:none; }
h5 { display:none; }
h6 { display:none; }

#turchese_centro a {
	text-decoration: none;
	color: #000000;
}
#header a {
	display: block; 
	width: 100%; 
	height: 100%;
}

.bold_azzurro { font-size:14px;	font-weight:bold; color:#0066CC; }
.bold_nero_big { font-size:14px; font-weight:bold; color:#333333; }
.testo_piccolo { font-size:11px; color:#666666; }
