body{
	width: auto;
	height: 100%;
	margin: 50;
	padding: 1;
	background: #000000;
	font-family: Arial;
		font-size: 10px;
	line-height: 10px;
	color: #333333;
	font-weight: bold
}
.clearfix{
clear: both;
}
a{
outline:none;
text-decoration: none;
}
img{
border: none;
}
.border_top{
border-top: 1px solid #333333;
}
/*contenitore*/
#wrapper{
	width: 610px;
	background-color: #CCCCCC;
	padding: auto;
	margin: auto;
}
/*header*/
#header{
width: 610px;
height: 200px;
background: url(file:///C|/Documents%20and%20Settings/TizBondy/Desktop/images/header01.jpg) no-repeat;
margin: 20px 0;
}
/*menu superiore*/
#menu{
	height: 20px;
	text-align: center;
}
#menu a{
color:#413F36;
padding: 10px;
}
#menu a:hover, #menu a.selezionato, #left_col a, #footer a{
color: #726F60;

}

