@charset "utf-8";

body {
	background-color: #5C5451;
	margin: 0px;
	background-image: url(../IMMAGINI/background-eccel_.jpg);
	background-repeat: repeat-x;
}


#main {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 35px;
}
#main hr {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #FFFFFF;
	margin-top: 30px;
	margin-right: 26px;
	color: #5C5451;
}



p {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 0.9em;
	line-height: 1.8em;
	color: #CCCCCC;
	text-align: justify;
	font-weight: normal;
	padding-right: 25px;
	margin-bottom: 10px;
}
.float-sx  {
	float: left;
	margin-right: 30px;
	margin-bottom: 10px;
	padding-top: 65px;
}
.float-dx {
	float: right;
	margin-bottom: 10px;
	margin-left: 30px;
	margin-right: 26px;
	margin-top: 35px;
}


#credit {
	background-color: #8c8380;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
}
h1  {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 1em;
	color: #FFFFFF;
	letter-spacing: 0.2em;
	font-weight: bold;
	float: left;
	text-align: center;
	padding-right: 10px;
	padding-top: 140px;
}
h2 {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 1em;
	color: #FFFFFF;
	letter-spacing: 0.2em;
	font-weight: bold;
	padding-bottom: 10px;
	text-align: left;
	margin-top: 35px;
}

