html {
	background: #202b41 url('../images/scorebg.png') repeat-x top center;
	font-size: small;
}

body {
	width: 670px;
	margin: 0px auto;
}

#header {
	background: #3b0009 url('../images/headbg.png') 19px 0px;
	height: 130px;
}

#header * {
	margin: 0px;
	padding: 0px;
}

#logowhite {
	float: right;
	width: 100px;
	height: 100px;
	background: url('../images/logowhite.png') 10px no-repeat;
}

#headline {
	margin-right: auto;
	margin-left: 20px;
	padding-top: 25px;
	height: 100px;
	position: absolute;
	width: 227px;
	background: url('../images/logoname.png') no-repeat;
}

#headline span {
	display: none;
}

#content {
	position: absolute;
	top: 130px;
	width: 670px;
	background: white url('../images/contentbg.png') repeat-x;
}

#phototop {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 120px;
	padding: 0px;
	margin: 0px;
}

#phototop * {
	float: left;
	margin: 0px;
	padding: 0px;
}

#sidebar * {
	margin: 0px;
	padding: 0px;
}

#menu {
	list-style-type: none;
	position: absolute;
	top: -30px;
	height: 30px;
	width: 100%;
	display: inline;
}

#menu li {
	padding: 0px;
	margin: 0px;
	display: inline;
}

#menu li a {
	text-decoration: none;
	font-family: Verdana;
	font-size: x-small;
	color: white;
	padding: 0px;
	margin: 0px;
	width: 90px;
	height: 30px;
	line-height: 28px;
	display: block;
	float: left;
	text-align: center;
}

#menu li a:hover {
	color: white;
	font-weight: bold;
}

#menu .submenu {
	visibility: hidden;
	position: absolute;
	top: 30px;
	left: 100px;
}

#menu .submenu li a {
	color: #c60000;
	font-weight: bold;
	/*width: 120px;*/ /*tolto per evitare che vada a capo la riga*/
}

#menu .submenu li a:hover {
	text-decoration: underline;
}

#chisiamo:hover .submenu {
	visibility: visible;
}

#concerti:hover .submenu {
	visibility: visible;
}

#flags {
	float: right;
}

#flags img {
	border: 0;
}

#copertina {
	text-align: center;
}

#text {
	margin: 80px 40px 0px 170px;
	text-align: justify;
	font-family: Bitstream Vera Sans, Verdana;
	line-height: 1.5em;
	font-size: 110%;
}

#text h1 {
	color: #c60000;
	font-family: Georgia;
	font-size: x-large;
	text-align: center;
	margin-bottom: 30px;
}

/*
#text img {
	margin: 4px 10px;
}
*/

.foto_dx {
	float: right;
	margin: 10px 0px 10px 10px;
}

.foto_sx {
	float: left;
	margin: 10px 10px 10px 0px;
}

#text a {
	text-decoration: none;
}

#text a:hover {
	text-decoration: underline;
}

#text_news {
	margin: 80px 40px 0px 170px;
	text-align: justify;
	font-family: Bitstream Vera Sans, Verdana;
	line-height: 1.5em;
	font-size: 110%;
}

#text_news p {
	margin: 0px 0px 10px;
}

#text_news h3 {
	color: #c60000;
	font-family: Georgia;
}

#footer {
	font-size: x-small;
	font-family: Verdana;
	color: #002a80;
	text-align: right;
	margin-bottom: 10px;
	margin-right: 16px;
	line-height: 14px;
}

#footer * {
	vertical-align: bottom;
}

#loghino {
	border: 0;
}

.evento {
	font-weight: bold;
	color: #c60000; /*rosso*/
}

.data {
	font-weight: bold;
	color: #364562; /*blu scuro*/
}

.title {
	font-weight: bold;
	color: #364562; /*blu scuro*/
}
