@charset "utf-8";
body  {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	background-image: url(../immagini/fab_pbg3.jpg);
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
div, p, h1, h2, h3, h4, h5, h6, form, ul, select {
	margin: 0px;
	padding: 0px;
	border: 0;
}
a {text-decoration: none;}
a img {border: none;}
ul, ol {list-style: none;}
#container {
	width: 818px;
	margin: 0 auto;
	text-align: left;
	border: 1px solid #ffffff;
	background-color: #F2D8C2;
	background-image: url(../immagini/bck-main.gif);
	background-repeat: repeat-y;
	font-size: 1em;
} 
#header {
	height: 280px;
	position: relative;
} 
#header  #media {
	height: 259px;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 818px;
	background-color: #E8BA94;
}
#header #percorso {
	background-color: #DE9D67;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	position: absolute;
	top: 259px;
	left: 0px;
	width: 629px;
	color: #333333;
	font-size: 0.7em;
	font-weight: bold;
	padding: 0;
	height: 21px;
}
#header #percorso p {
	padding: 3px 6px;
}
#header #percorso a, #header #percorso a:link, #header #percorso a:visited, #footer a, #footer a:link, #footer a:visited {
	color: #EEEEEE;
	text-decoration: none;
}
#header #percorso a:hover, #header #percorso a:active, #header #percorso a:focus, #footer a:hover, #footer a:active, #footer a:focus {
	color: #FFFFFF;
	text-decoration: underline;
}
#header #lingue {
	background-color: #DE9D67;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	position: absolute;
	top: 259px;
	left: 629px;
	width: 189px;
	color: #000000;
	font-size: 0.7em;
	font-weight: normal;
	padding: 4px 0 3px 0;
	text-align: center;
}
#header #lingue img {
	padding: 0 6px;
}
#footer {
	padding: 6px 0;
	background:#DE9D67;
	width: 818px;
	border-top: 1px solid #fff;
	font-size: 0.7em;
	text-align: center;
	font-weight: bold;
	color: #333333;
} 
.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
#sidebar1 {
	float: left;
	width: 150px;
	background: #E8BA94;
}
#sidebar2 {
	float: right;
	width: 170px;
	background: #E8BA94;
	font-size: 0.7em;
	margin: 2px;
	padding: 5px;
	text-align: center;
}
#sidebar2 h3 {
	font-size: 1em;
	color: #990033;
	padding-top: 2px;
	font-weight: bold;
	text-align: left
}
#sidebar2 li {
	text-align: left
}
#sidebar2  a, #sidebar a:visited {
	color: #990033;
}
#sidebar2 img {
	border: 1px solid #FFFFFF;
	margin-top: 2px;
	margin-bottom: 2px;
}
#mainContent {
	margin: 0 190px 0 150px;
	padding: 10px;
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.4em;
	text-align: justify;
} 
#mainContent li, #sidebar2 li {
	padding-top: 0.3em;
	padding-right: 10px;
	padding-bottom: 0em;
	padding-left: 20px;
	background-image: url(../immagini/li-freccia.gif);
	background-repeat: no-repeat;
	background-position: 0.5em 0.6em;
}
#mainContent a, #mainContent a:visited {
	color: #990033;
	text-decoration: none;
	font-weight: bold;
}
#mainContent a:hover {
	text-decoration: underline;
}
#mainContent h2 {
	font-size: 1.4em;
	font-weight: bold;
	margin-bottom: 8px;
}
#mainContent h3 {
	font-size: 1.3em;
	font-weight: bold;
}
#mainContent h4 {
	font-size: 1.2em;
	font-weight: bold;
}
#mainContent h4 a {
	text-decoration: underline;
}#mainContent  p, #mainContent ul {
	margin-bottom: 8px;
}
#mainContent em{ /* for the benefit if IE */
 font-style:normal;
}
#mainContent p>em{ /* for everyone else */
 font-style:italic;
}
