html, body {
	margin: 0px;
	padding: 0px;
	font-family: verdana, arial, sans-serif;
	color: #000000;
	height: 100%;
	overflow: hidden;
	background: #FFFFFF url(img/back.gif);
	background-repeat: repeat-x;
}

#outer {
	position: absolute;
	top: 50%;
	left: 50%;
	height: 1px;
}

#inner {
	position: absolute;
	background:#f0f0f0 url('img/bg.png') no-repeat;
	width: 950px;
	height: 600px;
	top: -300px;
	left: -475px;
	z-index: 4;
	border: #FF6600 2px dashed;
}

#inner_plain {
	position: absolute;
	width: 950px;
	height: 600px;
	top: -300px;
	left: -475px;
	z-index: 4;
	border: #FF6600 2px dashed;
	background-color: #f0f0f0;
	background-image: url('img/bg_plain.png');
	background-repeat: no-repeat;
}

#content {
	position: relative;
	left: 240px;
	right: 0px;
	top: 110px;
	width: 710px;
	height: 469px;
	overflow-y: auto;
	overflow-x: none;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}

#perg_inizio {
	position:relative;
	background-image: url(img/perga_0.png);
	height: 52px;
	padding: 0px;
	margin: 0px;
	background-repeat: no-repeat;
	top: 0px;
	bottom: 0px;
}

#cont_perga {
	z-index: 100;
	position: relative;
	background-image: url(img/perga_2.png);
	background-repeat: repeat-y;
	top: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 0px;
	bottom: 0px;
	padding-left: 30px;
	width: 609px;
	padding-right: 30px;
}

#perg_fine {
	padding: 0px;
	display:block;
	position:relative;
	clear:both;
	background-image: url(img/perga_3.png);
	height: 52px;
	background-repeat: no-repeat;
	top: 0px;
	bottom: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

#evento {
	position: relative;
	clear:both;
	display: block;
	width: auto;
}

a:link, a:visited {
	color: #FF0000;
	text-decoration: underline;
	font-weight: bold;
}

a:hover {
	color: #FF6600;
	text-decoration: none;
	background-color: #FFFFFF;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-transform: capitalize;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #FF6600;
	font-size: 23px;
}

.t1 { font-size: 24px; }	
.t2 { text-transform: capitalize; font-size: 22px; }
.t3 { font-size: 18px; }

h1 a:link, h1 a:visited {
	font-weight: bold;
	color: #000000;
	font-style: oblique;
	text-decoration: none;
}

h1 a:hover {
	font-weight: bold;
	color: #FF6600;
	text-decoration: none;
	background-color: #FFFFFF;
}

h2 {
	font-style: italic;
}

p {
	color: #000000;
	font-weight: normal;
	font-variant: normal;
	font-size: 14px;
	vertical-align: top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
}

#footer {
	width: 950px;
	height: 19px;
	bottom: 0px;
	left: 0px;
	position: absolute;
	background-image: url(img/sfondo_barra.jpg);
	text-align: center;
	color: #0000CC;
	font-size: 11px;
	font-weight: bold;
	line-height: 19px;
	padding-bottom: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-top-width: thin;
}

#footer a:link, #footer a:visited {
	color: #0000CC;
	font-weight: bold;
	text-decoration: underline;
	text-transform: uppercase;
}

#footer a:hover {
	color: #FF6600;
	text-decoration: none;
	background-color: #FFFFFF;
	font-weight: bold;
	text-transform: uppercase;
}

#news {
	margin: 0px;
	position: absolute;
	z-index: 100;
	left: 15px;
	top: 355px;
}

.locandina {
	display: block;
	float: right;
	clear: right;
	padding-left: 25px;
	padding-right: 15px;
	padding-bottom: 50px;
}
.titolo {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-image: none;
}
.sottotitolo {
	font-weight: bold;
	font-size: 14px;
	font-style: italic;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
.fotoalbum {
	margin-right: 10px;
	margin-bottom: 5px;
	margin-top: 5px;
	margin-left: 10px;
	padding: 0px;
}
.sfondonero {
	background-color: #000000;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal;
}
.song {
	font-weight: bold;
	font-size: 14px;
	color: #000000;
}
.artista {
	font-size: 12px;
	color: #000000;
}