@charset "UTF-8";
body {
	background-color: #8e4140;
	background-image: url(01.background.gif);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
}
.head   {
	height: 115px;
}
.home {
	background-image: url(01.homepage.jpg);
	background-repeat: no-repeat;
	width: 990px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	height: 650px;
}
.left ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	list-style-type: none;
	/*line-height: 25px;*/
	font-weight: bold;
	margin-left: 0px;
	margin-top: 20px;
	display: block;
	padding: 0px;
	color: #EEEEEE;
	margin-right: 0px;
	margin-bottom: 0px;
}
.left ul li {
	margin-top: 20px;
}

.left   {
	width: 153px;
	float: left;
	overflow: hidden;
}

.left a {
	text-decoration: none;
	margin: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #EEEEEE;
	display: block;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 18px;
}
.left a:hover {
	color: #FFCC66;
	padding-left: 25px;
}
.left .active {
	color: #590E11;
	/*padding-left: 18px;
	width: 137px;*/
}

.right {
	float: right;
	height: 510px;
	width: 830px;
}

.right .titolo {
	margin-top: 0px;
	font-family: "Times New Roman", Times, serif;
	font-size: 35px;
	letter-spacing: -2px;
	padding: 0px;
	color: #000000;
}
.right .titolo1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 40px;
	color: #EEEEEE;
	letter-spacing: -2px;
}

.right .testo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #590E11;
	line-height: 15px;
	margin: 0px;
	padding: 0px;
}
h1 {
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	line-height: 14px;
	text-transform: uppercase;
	letter-spacing: -1px;
}
h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	color: #000000;
	margin: 0px;
	padding: 0px;
	line-height: 20px;
	letter-spacing: -1px;
	font-weight: normal;
}
h3 {
	font-size: 10px;
	color: #000000;
	line-height: 15px;
}
h4 {
	font-weight: normal;
	font-size: 10px;
}
h5 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 15px;
	margin: 0px;
	padding: 0px;
	color: #000000;
}

.clearBoth {
	clear: both;
}
