@charset "UTF-8";
/* CSS Document */
body, td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999;
}
body {
	background-color: #FFF;
	background-image: url(_img/top.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-position: center top;
}
a:link {
	color: #239DE0;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #239DE0;
}
a:hover {
	text-decoration: underline;
	color: #239DE0;
}
a:active {
	text-decoration: none;
	color: #239DE0;
}
.centrato {
	margin: auto;
	width: 900px;
}

.elenco_artisti {
	line-height:1.7;
	color:#333;
	
}

.banner {
	height: 300px;
	background-image: url(_img/banner.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.menu {
	background-image: url(_img/menu.gif);
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;
	color: #FFF;
	padding: 10px;
	text-transform: uppercase;
}
.menu a:link {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	padding-right: 5px;
	padding-left: 5px;
}
.menu a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	padding-right: 5px;
	padding-left: 5px;
}
.menu a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
	padding-right: 5px;
	padding-left: 5px;
}
.menu a:active {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	padding-right: 5px;
	padding-left: 5px;
}
.contenuti_sx {
	float: left;
	width: 560px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-top: 0px;
	text-align: left;
}
.contenuti_dx {
	float: left;
	width: 260px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	text-align: right;
	background-color: #FBFBFB;
	color: #999;
}
.box {
	float: left;
	width: 260px;
	padding: 10px;
	text-align: left;
}
.title {
	font-size:20px;
	color: #239DE0;
	font-weight: bold;
	text-transform: none;
}
.title_small {
	font-size: 12px;
	color: #239DE0;
	font-weight: bold;
	text-transform: uppercase;
}
.footer {
	background-image: url(_img/footer.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	text-align: center;
	padding-top: 20px;
}
.footer img {
	padding-right: 0px;
	padding-bottom: 0px;
}
img {
	padding-right: 10px;
	padding-bottom: 5px;
}
hr {
	color: #239DE0;
}

.sottomenu {
	background-repeat: no-repeat;
	background-position: center center;
	text-align: left;
	color: #15a6e3;
	padding: 10px;
	text-transform: uppercase;
	font-weight: bold;
}
.menu2 {
	background-image: url(_img/menu2.gif);
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;
	color: #FFF;
	padding: 10px;
	text-transform: uppercase;
}

