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

body  {
	margin-top: 8px;
	background: #000;
	/* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 30;
	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: #000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 100%;
}

a { text-decoration:none; }

.thrColAbsHdr #container {
	position: relative; /* adding position: relative allows you to position the two sidebars relative to this container */
	width: 980px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	/* border: 1px solid #000000; */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(img/centro.jpg);
	font-size: 12px;
	background-color: #000;
} 

.thrColAbsHdr #start {
	position: relative; /* adding position: relative allows you to position the two sidebars relative to this container */
	width: 980px;
	height: 770px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	/* border: 1px solid #000000; */
	text-align: center; /* this overrides the text-align: center on the body element. */
	background-image: url(img/start.jpg);
	font-size: 12px;
	background-color: #000;
} 

.thrColAbsHdr #start2 {
	width: 980px;
	height: 770px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	/* border: 1px solid #000000; */
	text-align: center; /* this overrides the text-align: center on the body element. */
	background-image: url(img/start2.jpg);
	font-size: 12px;
	background-color: #000;
} 

.thrColAbsHdr #header {
	background: #000;
	height: 476px; 
	width: 980px;
	background-image: url(img/testa.jpg);
} 

.thrColAbsHdr #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: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.data {
	color:#FF0;
	font-weight: normal;
	text-align: center;
	background-color: #890A0A;
	vertical-align: middle;
	padding-right: 4px;
	padding-left: 4px;
	margin: 4px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}

.separatore {
	color:#448D6F;
}

.thrColAbsHdr #sidebar1 {
	position: absolute;
	top: 424px;
	left: 399px;
	width: 180px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #D5A31E;
	height: 53px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-weight: bold;
}

.thrColAbsHdr #sidebar2 {
	position: absolute;
	top: 429px;
	right: 1px;
	width: 204px;
	padding: 0px;
	height: 32px;
	z-index: 200;
	text-align: center;
	background-image: url(img/tasto3.jpg);
	padding-top: 6px;
}

.thrColAbsHdr #sidebar3 {
	position: absolute;
	top: 366px;
	left: 192px;
	width: 180px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #C33;
	height: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}


.thrColAbsHdr #menutitolo {
	position: absolute;
	top: 414px;
	left: 21px;
	width: 159px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #B69768;
	height: 23px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: center;
}


.thrColAbsHdr #mainContent {
	margin-top: -10px;
	margin-right: 220px;
	margin-bottom: 0px;
	margin-left: 220px;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	position: relative;
	top: auto;



	color: 	/* #509A7E; */
	vertical-align: top;
	color: #529e77;
}

.thrColAbsHdr #footer {
	background:#000;
	padding-top: 84px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	height: 170px;
	width: 980px;
	background-image: url(img/basso.jpg);
	text-align: center;
	background-repeat: no-repeat;
} 

.thrColAbsHdr #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: 0px 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;
}

