@charset "UTF-8";
/* CSS Document */

html, body {
	text-align:center;
	background-color:#FFFFFF;
}

#container {
	width:900px;
	height:600px;
	top:30px;
	margin:0 auto;
	text-align:left;
	background-color:#FFFFFF;
}

#left {
	width:230px;
	height:600px;
	float:left;
	margin:0px;
	text-align:left;
}

#logo {
	width:230px;
	height:140px;
	margin:0px;
	background-image:url(images/logo.gif);
	background-position:center;
	background-repeat:no-repeat;
	text-align:left;
}


#menu {
	width:230px;
	height:420px;
	float:left;
	margin:0px;
	text-align:left;
}

#menu li {
	width:230px;
	height:30px;
	float:left;
	list-style-type:none;
	list-style-position:outside;
	text-decoration:none;
}

#menu li a{
	color:#FF0000;
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
}

#credits {
	width:230px;
	height:30px;
	float:left;
	margin:0px;
	text-align:left;
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
	color:#000000:
}

#center {
	width:120px;
	height:600px;
	margin:0px;
	float:left;
	background-image:url(images/angelo.jpg);
	background-position:center;
	background-repeat:no-repeat;
}

#right1 {
	width:550px;
	height:140px;
	float:left;
}

#right2 {
	width:550px;
	height:460px;
	float:left;
	overflow:auto;
}

#right2 a{
	color:#990000;
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	text-decoration:underline;
}

.img{
	border:1px;
	border-color:#990000;
	border-style:solid;
}

.text {
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	color:#00000;
	text-align:left;
}

.text_b {
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	color:#00000;
	text-align:left;
	font-weight:bold;
}

.data {
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	color:#FF0000;
	text-align:left;
	font-weight:bold;
	margin-bottom:-10px;
}

.nome {
	font-family:"Times New Roman", Times, serif;
	font-size:17px;
	color:#00000;
	text-align:left;
	font-weight:bold;
	margin-bottom:-10px;
}

.musici {
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
	color:#00000;
	text-align:left;
	margin-bottom:-10px;
}

.autori {
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
	color:#00000;
	text-align:left;
	font-style:italic;
	margin-bottom:-10px;
}