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


@font-face {
    font-family: 'amaranthregular';
    src: url('../font/amaranth-webfont.eot');
    src: url('../font/amaranth-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/amaranth-webfont.woff') format('woff'),
         url('../font/amaranth-webfont.ttf') format('truetype'),
         url('../font/amaranth-webfont.svg#amaranthregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

html, body {
	height:100%;
}

body  {
	font-family:'amaranthregular',Arial,sans-serif;
	margin: 0;
	padding: 0;
	border:0;
	text-align: center;
	color: #444;
	background-color:#fef2f6;
	width:100%;
}

a:link, a:visited {
	color:#83440e;
}

a:hover {
	text-decoration:none;
}


#container_out {
	width:954px;
	margin:0px auto;
	text-align:center;
	background-image: url(../immagini/sfondi/sfondo_centro.png);
	background-repeat: repeat-y;
}

#container {
	width: 888px;
	margin: 0px auto 0px auto;
	padding:0;
	border:0;
} 

#header {
	width: 887px;
	height:128px;
	margin: 0;
	padding:0;
	border:0;
	background-image: url(../immagini/sfondi/sfondo_testata.gif);
	background-repeat: no-repeat;
	background-position: top;
	position:relative;
}

#header2 {
	width:100%;
	height:272px;
	min-width:887px;
	position:absolute;
	top:128px;
	left:0px;
	background-image: url(../immagini/sfondi/sfondo_testata2_back.gif);
	background-repeat: repeat-x;
	text-align:center;
}

#header2 img {
	margin:10px auto;
	border:0;
	width: 886px;
	height: 252px;
}

#middle {
	width: 840px;
	margin: 240px 0px 80px 0px;
	border:0;
	padding:30px 23px;
} 

#middleTop {
	width:100%;
	height:33px;
	background-image: url(../immagini/sfondi/sfondo_centro_titolo.png);
	background-position: top;
	background-repeat: no-repeat;
	margin-top:20px;
	margin-bottom:40px;
}

#middleCenter {
	min-height:400px;
}

#center {
	padding: 40px 40px 20px 40px;
	width: 760px;
	float: left;
	text-align: left;
	font-size: 18px;
	line-height: 24px;
}

#bottom {
	width: 100%;
	margin: 0;
	padding:20px 0px;
	border:0;
	font-size:12px;
	color:#555;
}



.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}