@charset "utf-8";
/* CSS Document */

*, html, body {
				margin:0px;
				padding:0px;
				outline:none;
				border:0px;
}

#wrapper {
	margin:0 auto;
	width:1080px;
	height:100%;
	background-color:#FFF;
	color:#999999;
	font-size:14px;
	font-family:Helvetica, Arial, sans-serif;
	letter-spacing: 1px;
}

#container {
			margin:50px;
			padding-left:22px;
			padding-right:22px;
}

#logo {
		position:relative;
		text-align:center;
		margin:20px auto;
		width:460px;
		margin-bottom:63px;
}
.linea {
		height:1px;
		background:#CCCCCC;
		display:block;
		visibility:visible;
		width:936px;
}

h3 {
	width:200px;
	padding:0px;
	text-align:left;
	margin-bottom:34px;
	margin-top:36px;
	font-size:18px;
	font-family:Georgia, Adobe Garamond Pro,Times new Roman,  serif;
	letter-spacing:1px;
	font-weight:400;
	line-height:18px;
	color:999;
}

#gallery {
			width: 936px;
			border-bottom: 7px solid #ffffff;
			padding-bottom:36px;
}

#gallery2 {
			width: 936px;
			border-bottom: 7px solid #ffffff;
			padding-bottom:36px;
			text-align:center;
}
#image_rotate {
				list-style:none; 
			}

#testo {
		 margin-top:34px;
		 margin-bottom:78px;
		 float:none;
}

#testo h1 {
			font-size:15px;
			padding:0px;
			margin:-10px 0px 20px 0px;
			font-weight:600;
}
#testo h2 {
			font-size:15px;
			padding:0px;
			margin:0px 0px 40px 0px;
			font-weight:600;
}

#testo p {
			line-height:19px;
			text-align:justify;
			width:450px;
			margin-right:36px;
			float:left;
}
#floating {
			width:100%;
			float:left;
			height:40px;
			display:block;
			visibility:visible;
			border-bottom:1px #cccccc solid;
			margin-bottom:60px;
}


