@charset "utf-8";
/* CSS Document */

/* GENERALE */

html, body{
	background:#fad2b0 url(../images/mn.jpg) repeat-y center;
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	color:#000000;
	margin:0px;
	padding:0px;
	height:100%;
}
@font-face {
	font-family:'SimonciniGaramond';
	src:url("../fonts/SimonciniGaramond.eot");
	src:local(''), url('../fonts/SimonciniGaramond.otf') format('opentype');
}
@font-face {
	font-family:'SimonciniGaramond Italic';
	src:url("../fonts/SimonciniGaramond Italic.eot");
	src:local(''), url('../fonts/SimonciniGaramond Italic.otf') format('opentype');
}
@font-face {
	font-family:'Barmeno-Regular';
	src:url("../fonts/Barmeno-Regular-Regular.eot");
	src:local(''), url('../fonts/Barmeno-Regular-Regular.ttf') format('truetype');
}
h1, h3{
	color:#000000;
	font-size:24px;
	font-weight:bold;
	text-decoration:underline;
	margin:0px;
	padding:15px 0px 15px 0px;
}	
h2{
	font-family:'Barmeno-Regular', Times, serif;
	color:#ed7925;
	font-size:22px;
	font-weight:normal;
	text-decoration:none;
	margin:0px;
	padding:15px 0px 15px 0px;
}
h3{
	font-size:20px;
	padding:15px 0px 5px 0px;
}	
img a, img a:link, img a:visited, img a:active, img a:hover{
	text-decoration:none;
}
#sfondo1{
	background:transparent url(../images/tm.jpg) repeat-x;
	width:100%;
	height:42px;
	position:absolute;
	top:0px;
	left:0px;
	z-index:0;
}
#sfondo2{
	background:transparent url(../images/hd.jpg) repeat-x;
	width:100%;
	height:111px;
	position:absolute;
	top:42px;
	left:0px;
	z-index:0;
}
#sfondo3{
	background:#e86d14;
	width:50%;
	height:84px;
	position:absolute;
	top:153px;
	left:0px;
	z-index:0;
}
#sfondo4{
	background:#ed7925 url(../images/sf4.jpg) repeat-x bottom;
	width:100%;
	margin:-140px 0px 0px 0px;
	*margin-top:140px;
	padding:0px;
    height:241px;
	*height:250px;
	_height:258px;
    clear:both;
	position:relative;
}
#sfondo5{
	background:#fad2b0;
	width:50%;
	height:232px;
	*height:241px;
	_height:249px;
	position:absolute;
	top:0px;
	right:0px;
	z-index:0;
}
#wrap{
	background:transparent;
	width:970px;
    height:100%;
	height:auto;
	min-height:100%;
	margin:0px auto;
	margin-bottom:-132px;
	padding:0px;
	position:relative;
	z-index:200;
}
