html,body{
	margin: 0;padding:0;	
}

body{
	font-family: arial,sans-serif;
	font-size: 0.625em;
	background-color: #f5f9fc;
}

div#container{
	background-color: white;
	width: 950px;
	height: 169px;
	margin: 10px auto;
	border-left: 1px solid darkblue;
	border-right: 1px solid darkblue;
}

div#teatro{
	margin: 10px auto;
	width: 850px;
	height: 500px;
	background-color: #131741;
	margin-left: 15%;
	position: absolute;
}

div#header{
	background-color:white;
	background-image: url('images/sfondo_tit.jpg');
	color: #90bcd7; 
	height: 169px;
	width: 950px;
}


div#sinhed{
	width: 803px;
	float: left;
	position: relative;
	top: -172px;
}

div#deshed{
	float: right;
	top: -10px;
}

img.titolo{
	margin-left: 5px;
}

img{
	border: 0px;
}

div#upcentro{
	position: relative;
	top: -127px;
}

div#headertop{
	position: absolute;
	top: 190px;
	width: 950px;
	height: 17px;
	background-image: url('images/sfondo_top.jpg');
	text-align: center;
}

div#topvideosin{
	background-color: white;
	text-align: center;
	width: 470px;
	position: relative;
	top: 28px;
	height: 170px;
	border: 1px solid black;
	color: darkblue;
	font-family: Verdana,Arial;
	font-size: 11px;
	font-weight: bold;
}

div#topvideosottosin{
	background-color: white;
	width: 470px;
	position: relative;
	top: 28px;
	height: 20px;
}

div#topvideodes{
	background-color: white;
	position: relative;
	left: 477px;
	top: -144px;
	width: 470px;
	height: 170px;
	text-align: center;
	border: 1px solid black;
	color: darkblue;
	font-family: Verdana,Arial;
	font-size: 11px;
	font-weight: bold;
}


img.topvideo{
	margin-left: 10px;
	width: 140px;
	height: 120px;
}


div#centro p{
	color: darkblue;
	font-family: Verdana,Arial;
	font-size: 12px;
	margin-right: 5px;
	margin-left: 10px;
}


div#menu p{
	color: blue;
	font-family: Verdana,Arial;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 9px;
}

div#menu a, a:hover{
	color: blue;
	font-family: Verdana,Arial;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 9px;
}

div#centro h1{
	color: blue;
	font-family: Verdana,Arial;
	font-size: 20px;
	font-weight: bold;
	margin-left: 5px;
}

div#centro h2{
	color: darkblue;
	font-family: Verdana,Arial;
	font-size: 16px;
	font-weight: bold;
	margin-left: 15px;
}

div#centro h4{
	color: darkblue;
	font-family: Verdana,Arial;
	font-size: 13px;
	font-weight: bold;
	margin-left: 15px;
}

img.little {
	float: left;
	margin: 0 10px;
}

p.testo{
	color: darkblue;
	font-family: Arial;
	font-size: 12px;
}

div#desform{
	margin-top: 0px;
	text-align: center;
}

div#centro a{
	color: #0F5499;
	font-family: Verdana,Arial;
	font-size: 12px;
	text-decoration: none;
}

div#centro a:hover{
	color: darkblue;
	font-family: Verdana,Arial;
	font-size: 12px;
}

div#footer {
	position: relative;
	top: -125px;
	float: left;
	left: 0px;
	background-image: url('images/sfondo_top.jpg');
	width: 950px;
	height: 17px;
	text-align: center;
	color: white;
	font-family: Verdana,Arial;
	font-size: 11px;
}

div#footer a,avisited,a:hover{
	color: white;
	font-family: Verdana,Arial;
	font-size: 11px;
}

img.ridotta{
	width: 70px;
	height: 70px;
	border: 1px solid darkblue;
}

div#homesin{
	height: 15px;
}

input{
	background-color: #f5f9fc;
	color: blue;
	border: 1px solid darkblue;
}

input.donate{
	background-color: #f5f9fc;
	color: blue;
	border: 0px;
}

textarea{
	background-color: #f5f9fc;
	color: blue;
	border: 1px solid darkblue;
}

p.sottotitolo {
	color: darkblue;
	font-family: Verdana, Arial;
	font-size: 11px;
	margin-left: 15px;
}

#galleria{
	/*per non fare uscire le immagini dal container e per poter scrivere sotto alla galleria*/
	background-color: #f5f9fc;
	border: 1px solid darkblue;
	padding-bottom: 90px;
	min-height: 450px;
	width: 780px;
	margin: 0 auto;
}

#galleria2{
	/*per non fare uscire le immagini dal container e per poter scrivere sotto alla galleria*/
	background-color: #f5f9fc;
	border: 1px solid darkblue;
	padding-bottom: 90px;
	width: 780px;
	margin: 0 auto;
}

#galleria3{
	/*per non fare uscire le immagini dal container e per poter scrivere sotto alla galleria*/
	background-color: #f5f9fc;
	border: 1px solid darkblue;
	padding-bottom: 90px;
	min-height: 1200px;
	width: 780px;
	margin: 0 auto;
}


#albumlist {
	list-style-type: none;
}
#albumlist li {
	float: left;
	margin-right: 35px;
	margin-bottom: 20px;
	font: bold 10px Arial, Helvetica, sans-serif;
	color: white;
	text-align: center;
	width: 210px;
}
#albumlist img {
	display: block;
	border: 1px solid #333300;
	/*manteniamo il rapporto di 1.33 tra larghezza e altezza*/
	width: 154px;
	height: 116px;
}

div.descr{
	color: darkblue;
	margin-left: 20px;
	font: bold 12px Verdana, Helvetica, sans-serif;
	float: left;
}

div#blink{
	width: 600px;
	margin-left: 70px;
}

a.h3blink, a.h3blink:visited{
	font-family: Arial,'Bitstream Vera Serif', sans-serif;
	font-weight: bold;
	font-size: 13px;
	text-align: center;
	color: darkblue;
	text-decoration: blink;
	border-bottom: 1px solid darkblue;
	margin: 0 auto;
}

div#foto{
	background-image: url('images/sfondofoto.png');
	width: 650px;
	height: 200px;
}

img.foto{
	height: 150px;
	width: 225px;
	text-align: left;
	float: left;
	margin-left: 20px;
	margin-top: 20px;
}

img.foto2{
	height: 150px;
	width: 100px;
	margin-left: 60px;

}

div#foto p{
	width: 450px;
}

div#foto h1{
	width: 450px;
	color: red;
}