html{
    overflow-y: auto;
	SCROLLBAR-SHADOW-COLOR: 	#333; 
	SCROLLBAR-3DLIGHT-COLOR: 	#FF6600; 
	SCROLLBAR-ARROW-COLOR: 		#FFF; 
	SCROLLBAR-TRACK-COLOR:  	#666; 
	SCROLLBAR-DARKSHADOW-COLOR: ##FF9900; 
	SCROLLBAR-BASE-COLOR:      	#333;
}

body {
	margin-top:				0px;
    margin-left:			0px;
    margin-bottom:			0px;
    text-align: 			center;
	background-image:   	url(/.jpg);
	background-repeat: 		no-repeat;
	background-position:	top;
	background-color:       #FF9900;
}




/* ################################ DIV ################################ */

#contpage{
	margin: 			0px auto;
	width: 				1068px;
	height: 			auto;
	text-align: 		center;
	background-color:   #FF9900;
}

#contsx{
 	float:				left;
	position:			relative;
	background-image:	url(/library/images/joke_sx.jpg);
	width: 				150px;
	height: 			750px;
	text-align: 		center;
	background-color: 	#333333;
}

#contdx{
	float:				left;
	position:			relative;
	background-image:	url(/library/images/joke_dx.jpg);	
	width: 				150px;
	height: 			750px;
	text-align: 		center;
	background-color: 	#333333;
}

#cont{
	float:				left;
	position:			relative;
	/*margin: 	1px auto; */
	width: 				768px;
	height: 			auto;
	text-align: 		center;
	background-color: 	#333333;
}

#header{
	background-color:   #FF9900;
	position:			relative;
	float: 				left;
	width:				768px;
	height:				180px;
	
}

#cont_centrale{
	float:				left;
	position:			relative;
	background-image:	url(/library/images/cont_c.jpg);
	background-repeat:	repeat-y;
	width: 				768px;
	height: 			auto;
	min-height: 		500px;
	text-align: 		center;
	background-color:   #CCCCCC;
}

#cont_news{
	float: 				left;
	position:			relative;
	margin-left:		5px;
	margin-top:			5px;
	margin-bottom:		10px;
	margin-right:	 	5px;	
	background-image:	url(/library/images/news.png);
	background-repeat:	no-repeat;
	background-position:top;
	width: 				165px;
	height: 			auto;
	min-height: 		460px;
	text-align: 		center;
	font-family:        Verdana, Arial, Helvetica, sans-serif;
	font-size:			9px;
	color: 				#000;
	text-align: 		left;	
	padding-top:	    25px; /* diminuire l'altezza di 10 se sballa sulla misara dei 400*/
	padding-left:	    20px;
	padding-right:	    15px;
	padding-bottom:		10px; 
}

#cont_news a{
	text-decoration:		none;
	font-family:        Verdana, Arial, Helvetica, sans-serif;
	font-size:			9px;
	color: 				#000;
}

#cont_news a:hover{
	color:  			#FF3300;
}

#cont_sezioni{
	float: 				left;
	position:			relative;
    margin-left:		0px;
	margin-top:			5px;
	margin-bottom:		10px;
	margin-right:	 	5px;
	/*background-image:	url(/library/images/sezioni.png);
	background-repeat:	no-repeat;
	background-position:top;*/
	width: 				543px;
	height: 			auto;
	min-height: 		460px;
	text-align: 		center;
	font-family:        Verdana, Arial, Helvetica, sans-serif;
	font-size:			11px;
	color: 				#000;
	text-align: 		justify;
	padding-top:	    20px;
	padding-left:	    5px;
	padding-right:	    0px;
	padding-bottom:		10px;	
}


#footer{
	position:				relative;
	float:					left;
	background-color: 		#333333;
	background-image:		url(/library/images/footer.jpg);
	background-position:	top;
	background-repeat:		no-repeat;
	width:					748px;
	height:					50px;
	padding:				10px;
}

#menubasso{
	font-family: 		Verdana, Arial, Helvetica, sans-serif;
	color: 				#000;
	font-weight:		bold;
	font-size: 			12px;
	position:			relative;
	width:				auto;
	margin-left: 		30px;
	margin-right: 		30px;
	line-height:		20px;
}

#menubasso a{
	font-family: 		Verdana, Arial, Helvetica, sans-serif;
	font-size:			11px;
	color:     			#FFF;
	text-decoration:	none;
	font-weight:        500;
}
#menubasso a:hover{
	color:  			#FF3300;
	font-weight:        500;
}

#menubasso a.dentro{
	color: 				#FF6600;
	font-weight:        bold;
}

#copy{
	position:			relative;
	font-family:		Verdana, Arial, Helvetica, sans-serif;
	margin-top:			15px;
	color: 				#555;
	font-size:			9px;
}

#copy a{
	color: 				#666;
	text-decoration:    none;
}

#copy a:hover{
	color: 				#FFF;
}


/* ################################ STILI ################################ */


.titolo1{
	color: 				#000000;
	font-family:		Verdana, Arial, Helvetica, sans-serif;
	text-decoration:    none;
	font-size:			12px;
	font-weight: 		bold;
}

.joke{
	color: 				#99CC33;
}