* {
	margin: 0;
}

A img{
	border: none;
}
html, body {
	height: 100%;
	padding: 0;
	color: #444;
	font-family: 'trebuchet ms', verdana, arial, helvetica, sans-serif;
	font-size: 10pt;
	background: url(../img/bg_pattern_new.gif) repeat;
}

a:link, a:visited, a:active {
	color: #0F3344;
	text-decoration: none;
}
a:hover {
	color: #0F3344;
	text-decoration: underline;
}

.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -134px; /* the bottom margin is the negative value of the footer's height */
    width: 868px;
    background: url(../img/bg_main.gif) repeat-y;
}
.footer, .push {
	height: 134px; /* .push must be the same height as .footer */
}
.footer {
	background-image: url(../img/footer.gif);
    width: 868px;
    height: 134px;
    margin: 0 auto;
    clear: both;
    text-align: center;
}
#header {
	background-image: url(../img/header.gif);
    width: 868px;
    height: 179px;
    margin: 0 auto;
}
#menu_orizzontali {
	float: left;
    width: 613px;
    height: 63px;
}
#main {
	background: url(../img/bg_main.gif) repeat-y;
    width: 868px;
    margin: 0 auto;
}
#haha {
	padding-left: 10px;		
	float: left;
	display: block;
	width: 78%;
	margin-top: 2px;
}
#nav {
	border: none;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color:#c6e8fa;
	width:100%;
	display: block;
	font-size: 10pt;
}
#nav a:link, a:visited {
	color: #0F3344;
	text-decoration: none;
}
#nav a:hover {
	color: #0F3344;
	text-decoration: underline;
}

#menu_top {
	height: 30px;
	width: 800px;
	margin: 0 auto;
	}
#menu_top ul {
	padding: 0px;
	list-style:none;
	width: auto;
	}
#menu_top li {
	display: inline;
	}
#menu_top a {
	float:left;
	background:url(../img/tableftF.gif) no-repeat left top;
	padding:0 0 9px 20px;
	text-decoration:none;
	}
#menu_top a span {
	font-size:10pt;
	display:inline;
	background:url(../img/tabrightF.gif) no-repeat right top;
	padding:0px 26px 9px 6px;
	color:#666;
	}
	
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#menu_top a span {float:none;}
/* End IE5-Mac hack */
#menu_top a:hover {background-position:0% -27px;}
#menu_top a:hover span {background-position:100% -27px;}

#cerca {
	margin: 0 auto;
}

#cerca #cerca_txt {
	width: 150px;
	border: 1px solid #B9E0FF;
}

dl{
	border:1px dashed #000;
	padding:1em;
}
dt{
	margin:0;
	padding:0;
	font-weight:bold;
	line-height:1.6em;
}
dd{
	margin:0;
	margin-bottom:1em;
	padding:0;
	font-style:italic;
}

dl a:link, a:visited, a:active {
	color: #0F3344;
	text-decoration: none;
}
dl a:hover {
	color: #0F3344;
	text-decoration: underline;
}

.evidenziato{
	background-color:yellow;
}

h1 { 
	font-size: 1.8em;
}

h1.header {
	width: 868px;
    height: 145px;
	background: url(../img/header.gif) no-repeat center center #FFF;
	text-indent: -9999px;

}