
body  {
	font: 100% Arial, Helvetica, sans-serif;
	background: #ffffff;
	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: #7b7c7e;
}
.twoColFixLtHdr #container { 
	font: 100% Arial, Helvetica, sans-serif;
	width: 980px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	color: #7b7c7e;
} 
.twoColFixLtHdr #header { 
	background: #DDDDDD; 
	padding: 0 10px 0 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-image:url('images/sf_top.gif');
	height:462px;
	font-size:10px;
} 
.twoColFixLtHdr #header-dett { 
	background: #DDDDDD; 
	padding: 0 10px 0 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-image:url('images/sf_top.gif');
height:462px;
} 

.twoColFixLtHdr #header h1{
	margin: 0; /* top - right - bottom - left */
	font-size: 18px;
	color:#7b7c7e;
	padding: 64px 0 25px 82px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 140px; /* 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 */
	background: #ffffff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 40px 10px 15px 80px;
	background-image:url('images/sf_menu.jpg');
	font-size:12px;
	height:252px;
}

.twoColFixLtHdr #sidebar2{
	float: left; /* since this element is floated, a width must be given */
	width: 160px; /* 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 */
	background: #ffffff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 50px 10px 15px 0px;
	text-align:left;
	font-size:12px;
	
}
.twoColFixLtHdr #sidebar3{
	float: left; /* since this element is floated, a width must be given */
	width: 400px; /* 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 */
	/*background: #ffffff;*/ /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 50px 10px 15px 0px;
	text-align:left;
	font-size:11px;
	
}
.twoColFixLtHdr #sidebar2 a:hover{
	color:#9ac245;
}
.verde{
	color:#9ac245;
}
.rosso{
	color:#d10018;
}

.titolo{
	font-size:15px;
}
.miniatura{
	margin-bottom:5px;
	padding:5px 5px 5px 5px;
	background-color:#f6f6f6;
	list-style: none;
	cursor:pointer;
	float:right;		
	width:170px;
	height:150px;
}
.foto{
	margin-top:0px;
	padding:5px;
	background-color:#f6f6f6;
	list-style: none;
	cursor:pointer;
	float:right;		
	width:80px;
	height:80px;
}
.titolo-dettaglio{
	font-size:16px;
	font-weight:bold;
}
#box{
 width:890px;
 height:335px;
 margin-left:80px;
 position:relative;
 background-color:#f6f6f6
}
.bottom{
position:absolute;
bottom:0px;
left:0px;
width:210px;
padding-right:10px;
font-size:11px;
text-align:justify;
}
a{
	text-decoration:none;
	color: #7b7c7e;
}
#studio{
	text-align:right;
	width:900px;
	float:right;
	background-image:url('images/studio/sf_studio.jpg');
	height:325px;
	padding:5px 0;
	left:50px;
	
	font-size:12px;
}
#studio2{
	text-align:right;
	width:900px;
	float:right;
	background:#ffffff;
	height:325px;
	padding:5px 0;
	left:50px;
	
	font-size:12px;
}
#studioscroll{
	text-align:right;
	/*width:890px;*/
	clip:"0,0,325,890";
	float:right;
	/*background-image:url('images/studio/sf_studio.jpg');*/
	/*height:325px;*/
	padding:5px;
	overflow:auto;
	font-size:12px;
}
.twoColFixLtHdr #mainContent{ 
	margin: 0 0 0 250px; /* 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. */
	padding: 120px 8px 8px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	text-align:right;
	font-size:12px;
	font-weight:normal;
	vertical-align:top;
} 
.twoColFixLtHdr #mainContent1{ 
	margin: 0 0 0 400px; /* 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. */
	padding: 100px 8px 8px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	text-align:right;
	height:160px;
	background-image:url('images/sf_maincontent.jpg');
	font-size:11px;
	font-weight:normal;
	
} 
.twoColFixLtHdr #mainContent2{ 
	margin: 0 10px 0 400px; /* 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. */
	padding: 8px 8px 8px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	text-align:right;
	height:270px;
	background-image:url('images/sf_maincontent.jpg');
	font-size:11px;
	font-weight:normal;
} 
.twoColFixLtHdr #mainContent3{ 
	margin: 0 10px 0 400px; /* 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. */
	padding: 8px 8px 8px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	text-align:right;
	height:270px;
	background:#ffffff;
	font-size:11px;
	font-weight:normal;
} 

.twoColFixLtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFFFFF; 
	background-image:url('images/sf_bottom.jpg');
	height:56px;
	width:940px;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 10px 0 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align:right;
	font-size:10px;
	color:#FFF;
}
.twoColFixLtHdr #spazio {
	width:980px;
	height:30px;
	background:#FFF;
}







.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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;
}
