@charset "utf-8";
body  {
	font-family: "Arial Rounded MT Bold", Arial;
	font-size:13px;
	background-image:url(images/back.jpg);
	margin: 0;
	padding: 0;
	text-align: center; 
	color: #000000;
}
.thrColAbsHdr #container { 
	position: relative;
	width: 800px;
	background: #FFFFFF;
	margin: 0 auto;
	border: 1px solid #000000;
	text-align: left;
} 
.thrColAbsHdr #header { 
	height: 90px;
	background:#000;
	color:#FFF;
	text-align:center;
	background-image:url(images/top.jpg);
	background-repeat:no-repeat;
} 
.thrColAbsHdr #header h1 {
	margin: 0;
	color:#4599DE;
	padding: 5px 0;
	font-size:26px;
}
.thrColAbsHdr #header h2 {
	margin: 0;
	padding: 2px 0;
	font-size:13px;
}
.thrColAbsHdr #header h3 {
	margin: 0;
	padding: 0px 0;
	color:#4599DE;
	font-size:10px;
}


.thrColAbsHdr #header a:link{
	color:#FFF;
	text-decoration: none;
}
.thrColAbsHdr #header a:visited{
	color:#FFF;
	text-decoration: none;
}
.thrColAbsHdr #header a:hover{
	text-decoration:underline;
	font-style:italic;
	color:#F00;
}
.thrColAbsHdr #header a:active{
	text-decoration:underline
	font-style:italic;
	color:#FF0;
}




.thrColAbsHdr #sidebar1 {
	position: absolute;
	top: 90px;
	left: 0;
	width: 170px;
	height: 1000px;
	background-color:#FFC;
	padding: 0px 0px 0px 0px;
	text-align:center;
	font-family: "Arial Rounded MT Bold", Arial;
}
.thrColAbsHdr #sidebar2 {
	position: absolute;
	top: 90px;
	right: 0;
	height: 1000px;
	background-color:#FFC;
	width: 170px;
	padding: 0px 0px 0px 0px;
	text-align:center;
	font-family: "Arial Rounded MT Bold", Arial;
}
.thrColAbsHdr #sidebar3 {
	position: absolute;
	top: 90px;
	left: 630px;
	width: 170px;
	height: 25px;
	padding: 0px 0px 0px 0px;
	text-align:center;
	background-color:#CCC;
}
.thrColAbsHdr #mainContent { 
	margin: 0 170px;
	padding: 0 10px;
	height:1000px;
	font-family: "Arial Rounded MT Bold", Arial;
	font-size:12px;
}


.thrColAbsHdr #mainContent a:link{
	color:#000;
	text-decoration: none;
}
.thrColAbsHdr #mainContent a:visited{
	color:#000;
	text-decoration: none;
}
.thrColAbsHdr #mainContent a:hover{
	text-decoration:underline;
	font-style:italic;
	color:#F00;
}
.thrColAbsHdr #mainContent a:active{
	text-decoration:underline
	font-style:italic;
	color:#F90;
}



.thrColAbsHdr #footer { 
	padding: 0 10px 0 20px;
	text-align:center;
	background-color:#000000;
	color:#FFF;
	font-family: "Arial Rounded MT Bold", Arial;
} 

.thrColAbsHdr #footer a:link{
	color: #4599DE;
	text-decoration: none;
}
.thrColAbsHdr #footer a:visited{
	color: #4599DE;
	text-decoration: none;
}
.thrColAbsHdr #footer a:hover{
	text-decoration: none;
	font-style:italic;
	color:#F00;
}
.thrColAbsHdr #footer a:active{
	text-decoration: none;
	font-style:italic;
	color:#4599DE;
}


.thrColAbsHdr #footer p {
	margin: 0;
	padding: 0px 0; 
}

.thrColAbsHdr #evidenzia {
	background-color:#FFF;
	color:#000;
}


.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
