html {
	margin:0px;
	padding:0px;
	height:100%;
}
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin:0px;
	padding:0px;
	/*background:url(../images/grafica/bg_body.gif);*/
	background-color:#EEEDE3;
	height:100%;
}
#main {
	width:990px;
	border:0px;
	margin:0px auto 0px auto;
	padding:0px;
	/*background:url(../images/grafica/bg_main.gif) repeat-y;*/
}
#head {
	width:990px;
	height:491px;
	/*background:url(../images/grafica/bg_head.jpg) no-repeat;*/
	border:0px;
	margin:0px;
	padding:0px;
}
#headInterna {
	width:990px;
	height:318px;
	background:url(../images/grafica/bg_headInterna.jpg) no-repeat;
	border:0px;
	margin:0px;
	padding:0px;
}

#menu {
	width:990px;
	height:30px;
	background-image: url(../images/grafica/bg_menu.jpg);
	border:0px;
	margin:0px;
	padding:0px;
}
#menu ul {
	margin:0px;
	padding:0px 0px 0px 10px;
}
#menu ul li {
	margin:0px;
	padding:0px;
	list-style:none;
	display:inline;
}
#menu ul li a {
	font-size:12px;
	width:auto;
	height:30px;
	line-height:30px;
	float:left;
	margin:0px 0px 0px 50px;
	padding:0px;
	color:#5A5442;
	font-weight:bold;
	text-decoration:none;
	text-align:center;
	list-style:none;
	display:inline;
}
#menu ul li a:hover {
	color:#934037;
}
#menu ul li a.selected {
	color:#934037;
}

#menuBottom {
	width:990px;
	height:30px;
	background-image: url(../images/grafica/menuBottom.jpg);
	border:0px;
	margin:0px;
	padding:0px;
}
#menuBottom ul {
	margin:0px;
	padding:0px 0px 0px 80px;
}
#menuBottom ul li {
	margin:0px;
	padding:0px;
	list-style:none;
	display:inline;
}
#menuBottom ul li a {
	font-size:12px;
	width:auto;
	height:30px;
	line-height:30px;
	float:left;
	margin:0px 0px 0px 50px;
	padding:0px;
	color:#5A5442;
	font-weight:bold;
	text-decoration:none;
	text-align:center;
	list-style:none;
	display:inline;
}
#menuBottom ul li a:hover {
	color:#934037;
}
#menuBottom ul li a.selected {
	color:#934037;
}

#content {
	width:990px;
	/*background:url(../images/grafica/bg_contenuto.jpg) no-repeat;*/
	border:0px;
	margin:0px;
	padding:0px;
}
#subMenu {
	float:right;
	width:325px;
	margin:0px;
	padding:0px;
	background-color:#F8F7EB;
}
#subMenu ul {
	margin:0px;
	padding:10px 5px 0px 5px;
	list-style:none;
}
#subMenu ul li {
	margin:0px;
	padding:0px 5px 0px 14px;
	/*background:url(../images/grafica/submenu_li.gif) left center no-repeat;*/
	border-bottom:1px dashed #DFE2E6;
	font-size:11px;
	color:#944139;
	line-height:25px;
}
#subMenu ul li a {
	color:#944139;
	text-decoration:none;
	font-weight:bold;
}
#subMenu ul li a:hover {
	color:#AFA73A;
}
#subMenu h3 {
	font-size:25px;
	font-weight:bold;
	color:#944139;
	text-decoration:none;
	border-bottom:1px dashed #DFE2E6;
	margin:0px;
	padding:20px 5px 0px 20px;
}
#subMenu p {
	margin:0px;
	padding:0px;
	font-size:13px;
	color:#496454;
}
#footer {
	width:990px;
	margin:0px;
	padding-top:15px;
	margin-top:10px;
	margin-bottom:10px;
	background-color:#F8F7EB;
	border-bottom:1px solid #C0B19D;
	/*background:url(../images/grafica/bg_footer.jpg) no-repeat;*/
}
#footer p {
	font-size:11px;
	padding:3px 5px 3px 5px;
	margin:0px;
	color:#496454;
	text-align:center;
}
#footer p a {
	color:#496454;
	font-weight:bold;
	text-decoration:none;
}
#footer p a:hover {
	color:#AFA73A;
}
#news {
	float:left;
	width:185px;
	background-color:#FFFFFF;
	border:3px solid #CCCCCC;
	margin-top:15px;
	margin-left:20px;
	padding:5px 5px 0px 10px;
}
#content .paginazione a {
	border:1px solid #DFE2E6;
	padding:2px 4px 2px 4px;
	margin:0px 2px 0px 2px;
	background-color:#F5F9FD;
	color:#944139;
	font-weight:bold;
}
p.w3c {
	text-align:center;
	margin:0px;
	padding:0px;
}
p.w3c img {
	border:0px;
	margin:5px;
	padding:0px;
}