body {
	margin: 0;
	background: #896f69 url('../img/hbpg_background.gif') repeat-x top left;
	color: #333;
	font: 11px Tahoma, Arial, Verdana, serif;
}
/*------------ links */
a {
	margin-right:2px;
	/*font-weight: bold;*/
}
a:link {
	color: #200700;
	text-decoration: none;
}
a:visited {
	color: #200700;
	text-decoration: none;
}
a:active {
	color: #fff;
}
a:hover {
	color: #C8A063;
	text-decoration: underline;
}
/*------------ interface */
div#contenitor {
	text-align: center;
	margin-top: -8px;
}
div#content {
	width: 950px;
}
div#top {
	float: right;
	margin-right: 16px;
	/*color: #C8A063;*/
}
div#address {
	/* inserire qui */
}
/*------------ titles */
h2 {
	font: bold 16px Tahoma, Arial, Verdana, serif;
	color: #200700;
	margin-bottom: 8px;
}
td {
	color: #333;
	font: 11px Tahoma, Arial, Verdana, serif;
}
/*------------ img */
img.bordobianco {
	border: 1px solid #f5f5f3;
}