body {
	background: 	url(../../images/bg/main.gif) repeat-x;
	background-color:#666;
	overflow:		auto;
	margin: 		0px 0px 0px 0px;
	font-family:	Arial, Helvetica;
	font-size: 		10px;
	color: 			#000000;
	line-height:	20px;
}

td {
	font-family:	Arial, Helvetica;
	font-size: 		14px;
	color: 			#ffffff;
	line-height:	20px;
}

td.footer {
	font-size:11px; 
	color:#f3f3f3
}

a {
	color:#8edf00;
	text-decoration:none;
}

a:hover {
	color:#548400;
	text-decoration:none;
}



div.menu_item {
	width:			250px; 
	height:			20px; 
	background: 	url(../../images/layout/dot_menu.gif) no-repeat left center; 
	color:			#fff; 
	float:			left; 
	border-bottom: 	1px solid #fff;
	padding-left:	20px;
	font-family:	Arial, Helvetica, Sans-Serif;
	font-size: 		14px;
	font-weight:	bold;
	cursor:			pointer;
}

div.menu_item:hover {
	color:			#000; 
}

div.box_sx {
	width:			337px;
	height:			480px; 
	padding-top:	10px;
	overflow:		auto; 
	float:			left; 
	color:			#fff; 
	background: 	url(../../images/bg/box_centrali.gif) repeat-x;
}

div.box_dx {
	width:			608px;
	height:			480px; 
	padding-top:	10px;
	margin-left:	3px;
	overflow:		auto; 
	float:			left; 
	color:			#fff; 
	background: 	url(../../images/bg/box_centrali.gif) repeat-x;
}

div.box_dx_content {
	width:			590px;
	height:			460px; 
	padding: 		0px 0px 0px 0px;
	overflow:		auto; 
	color:			#fff; 
	background: 	url(../../images/bg/box_contenuti.gif) repeat-x #000000;
	overflow:		auto;
	font-family:	Arial, Helvetica, Sans-Serif;
	font-size: 		14px;
	text-align: 	justify;
	scrollbar-base-color: 		#000000;
	scrollbar-arrow-color: 		#000000;
	scrollbar-3dlight-color: 	#000000;
	scrollbar-darkshadow-color: #000000;
	scrollbar-face-color: 		#FFFFFF;
	scrollbar-highlight-color: 	#000000;
	scrollbar-shadow-color: 	#000000;
	scrollbar-track-color: 		#000000;
}

div.container {
	margin: 8px 8px 8px 8px;
}

div.newstitle {
	color:			#e50093;
	font-weight:	bold;
	font-size: 		14px;
}

div.news {
	font-size: 		12px;
	line-height:	14px;
	margin-bottom:	25px;
}

/** guestbook **/

td.guest {
	border:				0px solid #666;
}

tr.pari {
	background-color: 	#333;
}

tr.dispari {
	background-color: 	#444;
}