/* uomini poco allineati v2 */
*	{
	margin: 0;
	padding: 0;
	text-decoration: none;
	color:#111;
	list-style-type: square;
}
body {
	font: 0.8125em Tahoma, sans-serif;
	background:url(../img/back.jpg) scroll top left no-repeat;
	background-color:#ff9;
/*	text-align:center;*/
}
h1 {
	font-size:14px;
	color:#960;
	margin:15px 0 5px 0;
}
a {
	font-weight: bold;
	border-bottom: 3px;
	color: #000;
	font-size:larger;
}
p {margin:0 0 25px 0}
p a:hover {
	border-bottom: #900 solid 2px;
	background:#FFFFCC
}
a img {
	border:none;
}
.floatleft {
	float: left;
}
#page {
	margin: 20px auto;
	width:750px;
}
#masthead {
	background:url(../img/binari.gif) no-repeat top left white;
	height:150px;
	width:740px;
	clear: both;
	border:white 5px solid;
}
#righthead {
	background:url(../img/logo.png) no-repeat top right;
	height:150px;
	width:154px;
	float:right;
}
#main {
	border:2px solid white;
	border-left:none;
	border-right:none;
	margin:20px 0;
}
#navbar {
	text-align:left;
	width:220px;
	background:#fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
	float:right;
}
#navbar a:hover {
	border:none;
	background:none;
}
#navbar a {
	padding:5px;
	display: list-item;
	list-style:none;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-weight:normal;
}
.home #home, .mp3 #mp3, .foto #foto, .video #video, .repertorio #repertorio {
	background:#ff9 url(../img/squares.png) no-repeat right;
}
.viewer {text-align:center}
.viewer img {
	margin:50px auto;
	filter:alpha(opacity=100);
	opacity: 1;
	-moz-opacity:1;
}
#navbar a:hover {
	background:#ff9;
}
#content {
	padding:10px 20px;
	width:460px;
	text-align:justify;
	min-height:200px;
	background:#ff9;
	filter:alpha(opacity=70);
	opacity: 0.7;
	-moz-opacity:0.7;
}
img {
	margin:2px;
	padding:5px;
	border:#000 1px solid;
	background:#fff;
}
#footer {
	border-top:#ff9 10px solid;
	clear:both;
	text-align:right;
	font-size:10px;
}
.repertorioconte, .repertoriofossati {
	width:49%;
	color:black;
}
.repertoriofossati {
	position:relative left 200px;
}
.warning {text-align:center}
.warning p {
	margin:50px auto;
	padding:10px 10px 10px 150px;
	width:700px;
	text-align:justify;
}
form {text-align:right}
label, input, textarea {margin:3px}
.sborder {border:none !important}