@charset "utf-8";
/* CSS Document */

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	background: #FFF url(../images/st.jpg) repeat-x top;
	text-align:center;
	color: #7F171F;
}

#contenitore {
	width: 1020px;
	
}

#intestazione {
	height: 110px;
	width: 99%;
	padding-top: 5px;
}
	

#logo {
	width: 35%;
	height: 100px;
	float:left;
	padding-bottom: 8px;
}

#menu {
	height: 100px;
}

#menu ul{
	padding-left: 10px;
    list-style: none;
	padding: 0px 0px 0px 10px;
}

#menu ul li{
	display: inline;
}

#menu ul li a{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #ffffff;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	display: block;
	float: left;
	width: 124px;
	height: 43px;
	line-height: 43px;
	margin-right: 4px;
	padding-top: 30px;
}

#menu ul li a:hover,  #menu ul li .active{
	color: #7F171F;
	background: url(../images/menu_bg.png);
	font-family: Georgia, "Times New Roman", Times, serif;
}

#sli_imm {
	width: 98%;
	border: 2px solid #7F171F;
	background: url(../images/Sf_Imm.png);
	text-align:center;
	padding-bottom: 10px;
	padding-top: 10px;
}

#contenuto {
	width: 99%;
	height: auto;
	border-top: 2px solid #7F171F;
	border-bottom: 2px solid #7F171F;
	padding-top: 8px;
	padding-bottom: 8px;
}

#contenuto_1 {
	font-family: "Times New Roman", Times, serif;
	width: 62%;
	float:left;
	text-align:justify;
	padding: 10px;
	height: auto;
	color: #7F171F;
	font-size: 17px;
	font-style: italic;
}

#contenuto_2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	background: url(../images/Sf_Con.png) repeat-x top;
	font-size: 12px;
	text-align: left;
	padding: 10px;
	margin-left: 65%;
	border: 2px solid #7F171F;
	height: 550px;
}

.more{
	
}

.more a{
	display: block;
	background: url(../images/Altro.png) no-repeat;
	width: 82px;
	height: 22px;
	float: right;
	text-align: center;
	line-height: 20px;
	margin: 15px 0px 0px 0px;
	color:#FFF;
}


#contenuto_3 {
	width: 99%;
	border-bottom: 2px solid #7F171F;
	padding-bottom: 20px;
	padding-top: 20px;
}

#contenuto_4 {
	background: url(../images/Sf_Ris.png) repeat-x top;
	width: 300px;
	height: 250px;
	float:left;
	text-align:justify;
	padding: 10px;
	border: 2px solid #7F171F;
	font-family: "Times New Roman", Times, serif;
	color: #7F171F;
	font-size: 18px;
}

#contenuto_5 {
	background: url(../images/Sf_Ris.png) repeat-x top;
	border: 2px solid #7F171F;
	padding:10px;
	height: 250px;
	margin-left: 325px;
	text-align:left;
}

#piede {
	width: 98%;
	padding: 10px;
	font-size: 12px;
	font-weight:bolder;
	color: #7F171F;
	padding-bottom: 16px;
}

h3{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 26px;
	color: #7F171F;
	font-weight: bolder;
	padding-bottom: 20px;
	line-height: 32px;
	font-style: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #7F171F;
}

h4{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #7F171F;
	padding-bottom: 20px;
	font-weight: bold;
	line-height: 32px;
	font-style: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #7F171F;
}
