/* CSS Document */

#container {
	width: 500px;
	\width: 520px;
	w\idth: 500px;
	border: 1px solid gray;
	margin: 10px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	background-color: #FFFFFF;
		}

#banner {
	padding: 0px;
	margin-bottom: 5px;
	background-image: url(../images/duart-banner_rosso.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 68px;
	width: 490px;
		}

#tavolozza {
			padding: 0px;
			width: 490px;
			height:96 px;
		}
#intro {
			padding: 3px 0 5;
			width: 490px;
			height:96 px;
		}
/*main menu*/
#mainmenu {
	padding: 0px 0 0;
	width: 490px;
	height:auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: 900;
		}

#mainmenu ul { 
	list-style-type: none; 
	margin: 0;
	padding: 0;
}

#mainmenu  a { 
	display: block; 
	color: #FFF;
	width: 486px;
	padding: 2px;
	text-decoration:none;
}

#mainmenu a:hover {
	color:#FF6600;
}

#mainmenu li {
	height: 28px;
	text-indent: 20px;
	background-image: url(../images/barra-scura.gif);
	background-repeat: no-repeat;
	background-position: left center;
}



/*menu artisti*/
#artistmenu {
	padding: 0px 0 0;
	width: 490px;
	height:auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: 900;
		}

#artistmenu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#artistmenu  a {
	display: block;
	color: #FFF;
	width: 486px;
	padding: 3px;
	text-decoration:none;
	
}

#artistmenu a:hover {
	color:#993300;
}

#artistmenu li {
	height: 28px;
	text-indent: 20px;
	background-image: url(../images/barra-chiara.gif);
	background-position:left center;
	background-repeat: no-repeat;
}


#footer {
	clear: both;
	padding: 5px;
	margin-top: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
		}
h1 {
	font-size:x-small;
	text-align: center;
	visibility:hidden;
}
hr {
	color:#666666;
	size: 1px;
}
body {
	color: #666666;
	background-image: url(pattern.jpg);
	background-repeat: repeat;
	background-attachment: scroll;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}
a:link {
	color: #FF6600;
}
a:visited {
	color: #FF6600;
}

