body {
	margin: 0px;
	padding: 0px;
}

hr {
	color: #A4815B;
	height: 1px;
	padding: 0px;
	margin: 0px;
	border: none;
	border-top: 1px solid #A4815B;
	margin: 10px;
	clear: both;
	width: 342px;
}

#cm {
	width: 950px;
	margin: auto;
	font-family: Arial;
	font-size: 11px;
	color: #4D4D4D;
}

#header {
	background-color: #EFEFEF;
	padding: 5px;
}

#header #header-content {
	width: 950px;
	margin: auto;
}

p {
	font-size: 11px;
	line-height: 24px;

}

p.testo {
	font-family: 'Georgia';
	font-size: 22px;
	text-align: center;
	color: #4D4D4D;
}

#header #header-left {
	float: left;
	margin-right: 13px;
}

#header #header-left #menu {
	font-family: 'BauerBodoniStd1Roman', Times;
	text-transform: uppercase;
	font-size: 15px;
	color: black;
	list-style: none;
	margin: 0px;
	padding: 0px;
	width: 372px;
}
	
#header #header-left #menu li {
	float: left;
	margin-right: 25px;
}

#header #header-left #menu li a {
	text-decoration: none;
	color: black;
}

#header #header-left #menu li.selected {
	color: #786855;
}

#header #header-left #menu li.last {
	float: left;
	margin-right: 0px;
}	

#cm #left dl {
	width: 375px;
	font-size: 14px;
	font-family: 'Georgia';
}

#cm #left dt {
	cursor: pointer;
	color: #786855;
	font-size: 15px;
	background-image: url('/-public/images/left-menu.png');
	height: 11px;
	padding: 20px;
	padding-left: 100px;
	background-repeat: no-repeat;
}

#cm #left dt.alf {
	cursor: pointer;
	color: #786855;
	font-size: 15px;
	background-image: url('/-public/images/left-menu.png');
	height: 40px;
	padding: 10px;
	padding-left: 100px;
	background-repeat: no-repeat;
}

#cm #left dt.alf2 {
	cursor: pointer;
	color: #786855;
	font-size: 13px;
	background-image: url('/-public/images/left-menu.png');
	height: 50px;
	padding: 5px;
	padding-left: 100px;
	background-repeat: no-repeat;
}

#cm #left dd {
	margin: 0px;
	padding: 0px;
	font-family: Arial;
	text-align: justify;
}

#cm #left {
	width: 375px;
	float: left;
	margin-right: 10px;
}

#cm #right {
	float: left;
	width: 565px;
}

#right h1, h1 {
	background-color: #786855;
	color: white;
	padding: 5px;
	font-family: Georgia;
	font-weight: normal;
	font-size: 16px;
	margin: 0px;
}

div#footer {
	background-color: #786855;
	text-align: center;
	font-family: 'Arial';
	font-size: 10px;
	color: white;
	margin-top: 20px;
	padding: 5px;
}

div#footer a {
	color: lightgray;
}

div#footer a:hover {
	color: white;
	text-decoration: none;
}

.wholeContainer { height:100%; min-height:100%; margin-top: 10px}
.carouselWrapper { width: 520px; position:relative; overflow:auto; margin:0px auto; height:300px;}
.carouselWrapper img { position:absolute; border:3px solid #aaa; cursor: pointer }
.clear { clear:both };