@charset "utf-8";
*  {
	margin: 0;
	padding: 0;
}
body  {
	background-color: #585858;
	background-image: url(../img/bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	margin: 0;
	padding: 0;
	color: #FFFFFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 1em;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 38px;
	font-weight: normal;
	margin: 0;
	padding: 28px 20px 20px 0;
	float: left;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 25px;
	font-weight: normal;
	margin: 10px 0;
	padding: 0;
}

#header {
	margin: auto;
	height: 90px;
	width: 870px;
	padding: 0px;
	background-image: url(../img/tratteggio.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#header .menu {
	float: right;
	margin: 0;
	padding: 35px 0 2px 0;
	color: #FFFFFF;
}
#header .menu a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	text-decoration: none;
	padding: 35px 10px 2px 10px;
	color: #FFFFFF;
}
#header .menu a:hover {
	background-color: #CCCCCC;
	color: #383838;
}
#header_pg {
	margin: auto;
	padding: 5px 0 0 0;
	height: 195px;
	width: 980px;
}
#content_home {
	margin: auto;
	width: 980px;
	padding: 5px 0;
}


#content_pg {
	margin: 5px auto;
	padding: 20px 0 0 0;
	width: 870px;
	background-image: url(../img/tratteggio.gif);
	background-position: top;
	background-repeat: no-repeat;
	font-size: 12px;
}
#content_pg #description {
	font-size: 13px;
	padding: 0 0 20px 0;
	background-image: url(../img/tratteggio.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	margin: 0 0 20px 0;
}
#content_pg #description2 {
	font-size: 13px;
	padding: 0 0 15px 0;
	margin: 0;
}
#content_pg #description2 #dove {
	margin: 10px 0;
}
#content_pg #description2 #dove img {
	float: left;
	margin: 0 20px 0 0;
}



#content_pg #box_dx {
	float: right;
	width: 430px;
	margin: 0 0 10px 0;
}
#content_pg #box_sx {
	float: left;
	width: 430px;
	margin: 0 0 10px 0;
}

#content_pg .title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	margin: 0;
	padding: 0 0 3px 0;
	color: #FFFFFF;
}
#content_pg .inner_box {
	background-color: #454545;
}
#content_pg .inner_box .indent {
	padding: 5px;
	color: #CCCCCC;
}
#content_pg .inner_box .indent img {
	border: 1px solid #dddddd;
	float: left;
	padding: 0;
	margin: 0 10px 5px 0;
}
#footer {
	width: 870px;
	margin: auto;
	padding: 10px 0 30px 0;
	background-image: url(../img/tratteggio.gif);
	background-repeat: no-repeat;
	background-position: center top;
	color: #CCCCCC;
	font-size: 13px;
}
#footer a {
	color: #CCCCCC;
}
#footer  a:hover {
	color: #FFFFFF;
}
.clearfloat { /* questa classe deve essere inserita in un elemento div o break e deve essere l'elemento finale prima della chiusura di un contenitore che deve contenere per intero un elemento mobile */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

