body {
	font-family: verdana;
	font-size: 10px;
}

h1 {
	font-family: verdana;
	font-size: 12px;
	margin-bottom: 0px;
}

h2 {
	font-size: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
}

div.container {
	margin: 10px auto;
	width: 762px;
	height: 420px;
}

div.contentleft {
	background-image: url("images/sfondo_left.png");
	background-repeat: no-repeat;
	width: 130px;
	height: 420px;
	float: left;
}

div.contentmiddle {
	padding-top: 3px;
	background-image: url("images/sfondo_middle.png");
	background-repeat: no-repeat;
	width: 516px;
	height: 420px;
	float: left;
}

div.contentright {
	background-image: url("images/sfondo_right.png");
	background-repeat: no-repeat;
	width: 116px;
	height: 420px;
	float: left;
}

div.menu {
	margin-top: 145px;
	margin-left: 20px;
}

div.menu_item {
	height: 20px;
	margin-bottom: 9px;
}

div.email_link {
	margin-top: 23px;
	margin-left: 84px;
}

a.menu_item {
	font-family: verdana;
	font-size: 10px;
	color: #FF9600;
	font-weight: bold;
	text-decoration: none;
}

a.menu_item.active {
	color: white;
}

a.menu_item.email_link {
	font-size: 18px;
}

div.clear {
	clear: both;
	float: none;
}

.testo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}


div.itinerari {
	background-image: url("images/itinerari.jpg");
	background-repeat: no-repeat;
	margin-left: 0px;
	margin-top: 0px;
	width: 507px;
	height: 266px;
}

div.itinerari_desc {
	width: 300px;
	margin-left: 100px;
	margin-top: 50px;
	text-align: center;
}

div.img_vetture {
	width: 248px;
	height: 285px;
	float: left;
}

div.desc_vetture {
	width: 248px;
	height: 265px;
	float: left;
	text-align: left;
	padding-left: 10px;
	vertical-align: bottom;
}


div.ist_vetture {
	width: 200px;
	margin-left: 160px;
	margin-top: 120px;
	font-weight: bold;
	text-align: center;

}

