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


body{
	font-family: Garamond;
	color: #333333;
	margin: 0px;
	padding: 0px;
	text-align: left;
	float: none;
	width: auto;
	background-position:center;
	background-image:url(img/sf_972_white.png);
	background-repeat: repeat-y;
}

a{
	color: #074a3a;
	text-decoration: none;
	font-weight: bold;
}

a:link{
	color: #074a3a;
	text-decoration: none;
}

a:visited{
	color: #074a3a;
	text-decoration: none;
}

a:hover{
	color: #3B5998;
	text-decoration: underline;
	font-weight: bold;
}

.banner_adv{
	background-color:#D2E5DC;
	padding: 0px 0px;
	width: 900px;
	height: 80px;
	border:solid;
	border-color:#036D3B;

}
/************iniz. stile titoli*************/

.Stile1 {
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
}
.StileBold {
 font-size: 16px;
 color: #FFFFFF;
 font-weight: bold;
}
.StileFacebook {
 font-size: 14px;
 font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
 color: #3B5998;
 font-weight: bold;
 text-decoration: none;
 font-variant: normal;
}

.StileGreenMargine {
	font-size: 14px;
	font-weight: bold;
	color: #036d3b;
	padding: 10px 0px 0px 10px;
}

.SileGreen {
 font-size: 16px;
 font-weight: bold;
 color: #036d3b;
}

/***************end stile titoli***************/

.oneColFixCtrHdr #container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: center; /* this overrides the text-align: center on the body element. */
}


.oneColFixCtrHdr #mainContent {
	padding: 0 00px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
.oneColFixCtrHdr #footer {
	padding: 22px 0px 0px 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#ffffff;
	background-position: center;
	background-repeat: repeat;
}
.oneColFixCtrHdr #footer2 {
    background-image: url(/img/sf_foother.gif);
	background-repeat: repeat-x;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}


/* Miscellaneous classes for reuse */
.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-right: 14px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-left: 14px;
}
.fltsx { /* this class can be used to float an element left in your page */
	float: left;
	margin-left: 20px;
	margin-right: 20px;
	font-weight: bold;
}
.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;
}
#margin.dx{
	float: none;
	width: auto;
	background:url(img/bordo_dx.png);
	background-repeat:repeat-y;
}
#margin.sx{
	float: none;
	width: auto;
	background:url(img/bordo_sx.png);
	background-repeat:repeat-y;
}

