@charset "utf-8";
body  {
	background: #ffffff;
	margin: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 18px;
}
.twoColFixLtHdr #container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #ffffff;
	margin: 0px; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header {
	padding: 0px;  /* 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-site/bk_linee.gif);
	background-repeat: no-repeat;
	background-position: 320px 26px;
} 
.twoColFixLtHdr #header h1 {
	margin: 0px; /* 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: 10px 0px; /* 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: 65px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 60px 22px 0px 21px;
	background-image: url(../images-site/bk_menu.gif);
	background-repeat: no-repeat;
	background-position: right 45px;
}
.twoColFixLtHdr #mainContent {
	margin: 0px 0px 0px 108px; 
	padding: 60px 5px 0px 32px; 
	
} 
.twoColFixLtHdr #footer {
	background-image: url(../images-site/bk_linee.gif);
	background-repeat: no-repeat;
	background-position: 320px 20px;
	margin: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 132px;
} 
.twoColFixLtHdr #footer p {
	margin: 0px; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 26px;
	color: #000000;
}
.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:0px;
    font-size: 1px;
    line-height: 0px;
}
.twoColFixLtHdr #sidebar1 li {
	list-style-type: none;
	margin-bottom: 5px;
	background-repeat: no-repeat;
	background-position: center top;	
}
.twoColFixLtHdr #sidebar1 a {
	text-decoration: none;
	display: block;
	height: 13px;
	width: 65px;
	font-family: HelveticaNeue-Roman, sans-serif;
	font-size: 10px;
	color: #000000;
	line-height: 13px;
	text-align: center;
	padding-top: 52px;
}
.twoColFixLtHdr #nav1 {
	background-image: url(../images-site/menu_archivio.gif);
}
.twoColFixLtHdr #nav2 {
	background-image: url(../images-site/menu_vicari.gif);
}
.twoColFixLtHdr #nav3 {
	background-image: url(../images-site/menu_caffe.gif);
}
.twoColFixLtHdr #nav4 {
	background-image: url(../images-site/menu_lettere.gif);
}
.twoColFixLtHdr #nav5 {
	background-image: url(../images-site/menu_link.gif);
}
.twoColFixLtHdr #header h3 {
	display: block;
	position: absolute;
	left: 360px;
	top: 0px;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #999999;
	line-height: 26px;
	font-weight: normal;
}
.twoColFixLtHdr #header #ist {
	display: block;
	position: absolute;
	left: 360px;
	top: 30px;
}
.twoColFixLtHdr #ist li {
	display: inline;
	list-style-type: none;
}
.twoColFixLtHdr #ist a {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #BD0000;
	text-decoration: none;
	margin-right: 50px;
	line-height: 26px;
}
.twoColFixLtHdr #ist #cerca {
	padding-left: 50px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #666666;
}
.twoColFixLtHdr #mainContent a {
	color: #000000;
}
.twoColFixLtHdr #mainContent a:hover {
	color: #990000;
	text-decoration: none;
}
.twoColFixLtHdr #mainContent .titParIst {
	color: #FF0000;
	font-size: 14px;
}
.twoColFixLtHdr #mainContent .colSx1 {
	float: left;
	margin-left: 0px;
	width: 225px;
}
.twoColFixLtHdr #mainContent .colSx2 {
	float: left;
	margin-left: 220px;
	width: 225px;
}
#sx {
	width: 170px;
	text-align: left;
	float: left;
}
#elenco {
	float: left;
	width: 535px;
	margin-left: 50px;
}
.dida {
	font-size: 10px;
	text-transform: capitalize;
	margin-right: 5px;
	margin-left: 5px;
}
a#nuovilink {
	line-height: 14px;
	color: #999999;
}
.col_voce {
	color: #666666;
	font-weight: normal;
}
.col_voce_cont {
	color: #000000;
}
h1.normale {
	font-size: 14px;
	line-height: 18px;
	color: #BD0000;
	margin-top: 0px;
	margin-bottom: 1px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.datiPub {
	color: #000000;
	font-weight: bold;
}
.twoColFixLtHdr #footer a {
	color: #000000;
}
.twoColFixLtHdr #footer a:hover {
	color: #990000;
	text-decoration: none;
}