/* CSS Document */

body{
	background-color:#c8c8c8;
	margin:0px;
	padding:0px;
	height:100%;
	font-family:Tahoma,Verdana,Arial;
	font-size:9pt;
	color:#333;
}

a
{
	color:#444;
	text-decoration:none;
}

a:hover
{
	text-decoration:underline;
}

html 
{
	height:100%;
}

#Container{
	width:800px;
	margin-left:auto;
	margin-right:auto;
	background-color:#F18E00;
	/* background-image:url(images/Bande.gif);
	height:100%; */
}

.Bande{
	background-image:url(images/Bande.gif);
	width:800px;
	height:34px;
}

#Foto{
	width:800px;
	height:297px;
}

#Middle{
	background-image:url(images/Middle.gif);
	width:800px;
	height:6px;
}

#Testo{
	background-image:url(images/Bg.gif);
	width:800px;
}

#Left{
	width:163px;
	float:left;
	padding-top:20px;
	padding-left:25px;
	padding-right:25px;
	font-size:8pt;
	color:#fff;
	font-weight:bold;
}

#Right{
	width:420px;
	float:left;
	padding-left:40px;
	padding-right:40px;
}

.Stop{
	clear:both;
}

#Contenuto{
	padding-left:10px;
	padding-right:10px;
}

.Footer{
	background-image:url(images/Footer.jpg);
	background-repeat:no-repeat;
	width:800px;
	height:72px;
	padding-bottom:66px;
	background-color:#F18E00;
}

.FooterFestival
{
	background-image:url(images/FooterFestival.jpg);
	background-repeat:no-repeat;
	width:800px;
	height:72px;
	padding-bottom:66px;
	background-color:#BE9B13;
}

.FooterArtisti
{
	background-image:url(images/FooterArtisti.jpg);
	background-repeat:no-repeat;
	width:800px;
	height:72px;
	padding-bottom:66px;
	background-color:#8d7b39;
}

.FooterCalendario
{
	background-image:url(images/FooterCalendario.jpg);
	background-repeat:no-repeat;
	width:800px;
	height:72px;
	padding-bottom:66px;
	background-color:#3eaaf3;
}

.FooterChiSiamo
{
	background-image:url(images/FooterChiSiamo.jpg);
	background-repeat:no-repeat;
	width:800px;
	height:72px;
	padding-bottom:66px;
	background-color:#13BABE;
}

.FooterGalleria
{
	background-image:url(images/FooterGalleria.jpg);
	background-repeat:no-repeat;
	width:800px;
	height:72px;
	padding-bottom:66px;
	background-color:#38898c;
}

.TextBox
{
	font-size: 8pt;
	border-right: #999 1px solid;
	border-top: #999 1px solid;
	border-left: #999 1px solid;
	border-bottom: #999 1px solid;
}

.Button
{
	background-color:#fff;
	color:#333;
	font-size:7pt;
	border:#fff 1px solid;
}

.Titolo
{
	font-weight:bold;
	color:#161616;
}

.TestoGrigio
{
	font-weight:bold;
	color:#7c7c7c;
}

.TestoBreve
{
	font-weight:normal;
	color:#7c7c7c;
}

.TestoBreve a
{
	text-decoration:none;
	color:#555;
}

.TestoBreve a:hover
{
	text-decoration:underline;
}

.TitoloBianco
{
	font-weight:bold;
	color:#fff;
	font-size:11px;
}

.TitoloBianco a
{
	text-decoration:none;
	color:#fff;
}

.TitoloBianco a:hover
{
	text-decoration:underline;
}