html {
	background-color: #384c17;
	font-family:Georgia, "Times New Roman", Times, serif;
}
#extcontainer{
	position:absolute;
	left:50%;
	top:10px;
	margin-left:-470px;
	width:940px;
	min-height:100px;
	background: #fff;
}
#headercontainer{
	position:absolute;
	top:0px;
	left: 0px;
	width:940px;
}
#logo{
	background-color: #384c17;
	position:absolute;
	height: 135px;
	width: 940px;
	text-align:center;
}
#menu {
	position:absolute;
	color: #FFFFFF;
	top: 138px;
	height: 30px;
	width: 940px;
}
#menu ul li {
	display: inline;
	font-size: 14px;
	letter-spacing: 1px;
}
#menu ul li a{
	margin-left: 11px;
	margin-right: 11px;
	color: #b2965f;
	text-decoration: none;
}
#menu ul li a:hover{
	color:#FFFFFF;
}
#menu ul a img{
	vertical-align:middle;
}
#menu_eng {
	position:absolute;
	color: #FFFFFF;
	top: 138px;
	height: 30px;
	width: 940px;
}
#menu_eng ul li {
	display: inline;
	font-size: 14px;
	letter-spacing: 1px;
}
#menu_eng ul li a{
	margin-left: 8px;
	margin-right: 9px;
	color: #b2965f;
	text-decoration: none;
}
#menu_eng ul li a:hover{
	color:#FFFFFF;
}
#menu_eng ul a img{
	vertical-align:middle;
}
#flash-sopra {
	position:absolute;
	top: 165px;
	background-image: url(../images/flash_sopra.gif);
	background-repeat:repeat-x;
	width: 940px;
	height: 20px;
}
#flash {
	position:absolute;
	top: 179px;
	width: 940px;
	height: 230px;
}
#flash-sotto {
	position:absolute;
	top: 418px;
	background-image: url(../images/flash_sotto.gif);
	background-repeat:repeat-x;
	width: 940px;
	height: 20px;
}
#contentcontainer {
	z-index: 10;
	position:absolute;
	top: 434px;
	background-color: #384c17;
}
#content {
	z-index: 20;
	position:absolute;
	left:0px;
	top:0px;
	width: 940px;
	color: #FFFFFF;
}
#content-left, #content-center, #content-right {
	float: left;
	width: 150px;
}
#content-center {
	width: 614px;
	margin-left: 13px;
}
#content-right {
	left: 790px;
	margin-left: 13px;
}
.title{
	border: 1px solid #6a7951;
	color: #b2965f;
	letter-spacing: 2px;
	font-size: 12px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 7px;
	padding-bottom: 7px;
	margin-bottom: 10px;
}
.body {
	border: 1px solid #6a7951;	
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-bottom: 10px;
}
.content-body {
	color: #fffddf;
	background-image: url(../images/sfondo_div.png);
	background-repeat:repeat;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 14px;
}
.content-body h1 {
	color:#ebe695;
	font-size: 18px;
	margin-bottom: 30px;
	font-weight: lighter;
}
.content-body h2 {
	color: #b2965f;
	font-size: 13px;
	margin-bottom: 20px;
	font-weight: lighter;
}
.content-body h3 {
	color:#ebe695;
	font-size: 13px;
	margin-bottom: 10px;
	font-weight: lighter;
}
.center-body  {
	padding-bottom: 8px;
}
.center-body strong{
	font-weight:bold;
}
.center-body img {
	margin-right: 20px;
	margin-left: 20px;
	float:right;
}
.center-body a, .center-body a:visited {
	display: block;
	height: 20px;
	width: 250px;
	margin-top: 20px;
	color: #fffddf;
	text-decoration: none;
	font-weight: bold;
}
.center-body a img{
	display: none;
}
.center-body a:hover, .left-body a:hover {
	text-decoration: none;
	color: #b2965f;
}
.center-body p a, .center-body p a:visited {
	color: #fffddf;
	margin: 0px;
	display: inline;
	text-decoration: none;
	font-weight: bold;
}
.center-body p a:hover {
	text-decoration: none;
	color: #b2965f;
}
.left-body {
	font-size: 11px;
	padding-bottom: 10px;
}
.left-body img{
	display: none;
}
.left-body a, .left-body a:visited {
	display: block;
	height: 15px;
	width: 110px;
	margin-top: 20px;
	color: #fffddf;
	text-decoration: none;
	font-weight: bold;
}
.right-body a, .right-body a:visited {
	color: #fffddf;
	text-decoration: none;
}
.right-body a img {
	border: none;
}
.right-body {
	font-size: 11px;
	padding-bottom: 10px;
}
.bordi-body {
	border-bottom: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
}
#footercontainer{
	position:absolute;
	height:40px;
	width:100%;
}
#footer{
	width:100%;
	text-align:center;
	font-size: 11px;
}
#footer a, #footer a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
hr.divide {
	overflow: hidden;
	clear: both;
	height: 10px;
	line-height: 0px; 
	visibility: hidden;
	margin: 0px;
	padding: 0px;
	padding-bottom: 22px;
}
hr.divide2 {
	overflow: hidden;
	clear: both;
	height: 0px;
	line-height: 0px; 
	visibility: hidden;
	margin: 0px;
	padding: 0px;
	padding-bottom: 12px;
}