@charset "utf-8";
/* CSS Document */

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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: #000000;
	background-image: url(../images/home_sfondo.jpg);
	background-position: top center;
	background-color: #F4F3EF;
	background-repeat: no-repeat;

}
h1{
	color: #636363;
	text-align: center;
} 
.twoColFixLtHdr #container {
	width: 800px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header {
	padding: 0 10px 0 20px;
	height: 148px;
} 
.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 */
	padding: 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: "Courier New", Courier, monospace;
}
.twoColFixLtHdr #navbar {
	font-family: "Trebuchet MS";
	font-size: 12px;
	text-align: center;
	padding-right: 0px;
	padding-left: 5px;
} 
.twoColFixLtHdr #navbar a{
	font-family: "Trebuchet MS";
	font-size: 12px;
	text-align: center;
	color: #4A4A4A;
	text-decoration: none;
	padding-right: 6px;
	padding-left: 2px;
} 
.twoColFixLtHdr #navbar a:hover{
	font-family: "Trebuchet MS";
	font-size: 12px;
	text-align: center;
	color: #6C6C6C;
	text-decoration: underline;
	padding-right: 6px;
	padding-left: 2px;
}
.twoColFixLtHdr #navbar a#activelink{
	font-family: "Trebuchet MS";
	font-size: 12px;
	text-align: center;
	color: #6C6C6C;
	text-decoration: underline;
	padding-right: 6px;
	padding-left: 2px;
}
.barretta{
	padding-right: 3px;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 300px;
	margin: 21px 0 0 7px;
	
}
.twoColFixLtHdr #mainContent {
	margin: 0px 0 0 325px; /* 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: 48px 20px 0 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-family: "Trebuchet MS";
	font-size: 12px;
	text-align: justify;
	color: #4A4A4A;
	height: 480px;
	line-height: 15px;
} 

.twoColFixLtHdr #mainContent h1{
	color: #636363;
	font-family: "Book Antiqua", "Bookman Old Style","Georgia","Times New Roman";
	font-size: 24px;
	font-style: italic;
	padding: 0px 0 23px 0;
}

.twoColFixLtHdr #mainContent a{
	text-decoration: underline;
	color: #4A4A4A;
}

.twoColFixLtHdr #mainContent a:hover{
	text-decoration: underline;
	color: #6C6C6C;
}


	
	
	
.twoColFixLtHdr #titoletto{
	color: #4A4A4A;
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-style: normal;
	text-align: center;
}
.twoColFixLtHdr #divider {
	text-align: left;
	margin: 36px 0 0 202px;
}
.twoColFixLtHdr #link_storia {
	text-align: left;
	padding: 47px 0 0 0;
		p {color:#fff;}
}
.twoColFixLtHdr #link_storia a:hover{
	text-align: left;
	padding: 47px 0 0 0;
	text-decoration: underline;
	color: #6C6C6C;
}
.twoColFixLtHdr #footer {
	padding: 15px 10px 0 20px;
	margin-bottom: 166px;
	text-align: center;
	font-family: "Book Antiqua", "Bookman Old Style","Georgia","Times New Roman";
	color: #FFFFFF;
	font-size: 14px;
	font-style: italic;
} 
.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 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.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;
}
#flashcontent {
	text-align: left;
	font-size: 12px;
	}
div#divtabella{
	text-align: center;
	margin-top: 20px;
	margin-left: 50px;

}
table.tabellaPrive {
	width: 400px;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}
.cellaBold {
	font-weight: bold;
	font-size: 12px;
}
.Bold {
	font-weight: bold;
	font-size: 12px;
}
div#provenienza{
	text-align: center;
	margin-top: 20px;
}
div#provenienza a{
	padding-right: 23px;
	font-weight: bold;
}
div#sponsor{
	text-align: center;
	margin: 10px 10px 0 0;

}
