@charset "UTF-8";
body  {
	font: 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: #000000;
	background-repeat: none;
	font-size: 11pt;
}

h1 {
	font-size: 14pt;
}

img, div, a, table, tr, td { behavior: url(iepngfix.htc) }

.thrColFixHdr #container {
	width: 1007px;  /* 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: left; /* this overrides the text-align: center on the body element. */
	border: none;
	padding-bottom:11px;
} 
.thrColFixHdr #header {
	background: #ffffff;  /* 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. */
	height: 170px;
	background-image: url(images/header.jpg);
	width: 1007px;
	background-repeat: no-repeat;
	position: relative;
} 
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 208px; /* 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; /* padding keeps the content of the div away from the edges */
	background-image: url(prova/index_r3_c2.jpg);
	min-height: 924px;
	background-repeat: no-repeat;
	padding:10px;
	text-align:center;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 250px; /* 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: 15px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
	margin-top: 17px;
	border-left: 1px solid #B7C0C9;
	border-top: 1px solid #B7C0C9;
	border-bottom: 1px solid #B7C0C9;
}
.thrColFixHdr #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(prova/index_r5_c3.jpg);
	background-repeat: no-repeat;
} 
.thrColFixHdr #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;
}
.thrColFixHdr #container #content {
	float: left;
	background-image: url(prova/index_r3_c4.jpg);
	background-repeat: no-repeat;
	width: 778px;
	border-right: 1px solid #B7C0C9;
	min-height: 944px;
}
.thrColFixHdr #container #mainContent {
	float: left;
	width: 450px;
	padding: 20px;
}

.thrColFixHdr #container #content a{
	color:#9C105B;
	text-decoration:none;
}

.thrColFixHdr #container #content h1{
	font-size:17px;
}

.thrColFixHdr #container #content h3{
	font-size:13px;
}

.thrColFixHdr #container #sidebar2 {
	font-size:10px;
}

.thrColFixHdr #container #sidebar2 h1{
	font-size:13px;
}

.thrColFixHdr #container #header #menu_container li {
	display: inline;
	margin: 0;
	padding: 0;
}
.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;
}
.thrColFixHdr #container #header #menu_container {
	width: 779px;
	height: 31px;
	position: absolute;
	bottom: 0px;
	right: 0px;
}
.thrColFixHdr #container #header #menu_container ul {
	margin: 0;
	padding-left: 0px;
	list-style: none;
	display: inline;
}
.thrColFixHdr #sidebar1 ul {
	margin: 0;
	list-style: none;
}

.thrColFixHdr #sidebar1 a {
	text-decoration: none;
	color: #000000;
}

.thrColFixHdr #sidebar1 a:hover {
	text-decoration: underline;
	color: #000000;
}

.thrColFixHdr #mainPageContent {
	width:710px;
	padding: 30px;
	color:#000000;
}

.thrColFixHdr #mainPageArchive {
	width:710px;
	padding: 30px;
	color:#000000;
}

.thrColFixHdr #mainPageArchive a {
	text-decoration: none;
	color:#000000;
}

.thrColFixHdr #mainPageArchive a:hover {
	text-decoration: underline;
	color:#000000;
}

.thrColFixHdr #mainPageArchive ul {
	list-style: none;
}

.thrColFixHdr #mainPageArchive li {
	padding: 10px;
}

.thrColFixHdr #mainPageArchive h2 {
	font-size:21px;
}

.thrColFixHdr #mainPageArchive h3 {
	font-size:13px;
}

.thrColFixHdr table.archive tr {
	border:#000000 dotted;
}

.page-details {
	font-size:10px;
}

.single_comment {
	border-bottom:#000000 1px dotted;
}

.commenter {
	font-style:italic;
}

.thrColFixHdr #LeftMenu {
	width:207px;
	text-align:center;
}
