@charset "UTF-8";
body  {
	font: Times "Times New Roman", Times, serif;
	font-size: 14px;
	background: #f1f1dc;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #3a1211;
	background-image:url(tema/sf-pagina.jpg);
	background-repeat:repeat-x;
}
 	a{
		color: #d7c18c;
		text-decoration: none;
	}
	 a:hover{
		color: #3a1211;
		text-decoration: underline;
	}
.twoColFixLtHdr #container { 
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 340px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	text-align:justify;
	}
.sidebarRisto {
	float: left; /* since this element is floated, a width must be given */
	width: 340px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	text-align:justify;
	}
.twoColFixLtHdr #mainContent { 
	margin: 0 0 0 360px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	text-align:justify;
	padding-right: 10px;
	}
 .mainContentRisto { 
	margin: 0 0 0 360px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	text-align:justify;
	padding-right: 10px;
	}
h1{
	font-size: 16px;
	padding: 0px;
		
} 
#footer{
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	border-top: 2px #b7a478 solid;
	padding: 0;
} 
#footer #menu{
float: right;
color:#CB8932;
}
	#footer #menu a{
		color: #CB8932;
		text-decoration: none;
		font-size: 12px;
	}
	#footer #menu a:hover{
		color: #3a1211;
		text-decoration: underline;
		font-size: 12px;
	}
#footer #contatti{
text-align: left;
font-size: 11px;
color: #CB8932;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
