/* CSS Document */
body
{
	margin:0px;
	background-color:#000000;
	color:#DDDDDD;
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	background-image:url(../images/sf.jpg);
	background-position:top center;
	background-repeat:no-repeat;
}
#page
{
	width:1000px;
	text-align:center;
}
#top
{
	width:900px;
	height:212px;
	margin:0 0 0 50px;
	text-align:left;
	color:#FFFFFF;
	font-size:30px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
#cont_menu
{
	width:1000px;
	height:181px;
	margin:0px;
}
#img_pff_menu
{
	width:160px;
	background-image:url(../images/logo_fusion3.gif);
	height:181px;
	float:left;
	margin:0;
}
#menu
{
	float:right;
	width:840px;
	height:70px;
	margin:70px 0 0 0;
}
ul
{
	float:left;
	list-style: none;
	margin:0;
}
li
{
	float:left;
	height:60px;
	color:#DDDDDD;
	font-weight:bolder;
	margin:0 20px 0 0;
	text-decoration:none;
}
li a
{
	float:left;
	height:60px;
	color:#DDDDDD;
	font-weight:bolder;
	text-decoration:none;
}
li:hover
{
	float:left;
	color:#AEAEAE;
	height:60px;
	font-weight:bolder;
	margin:0 20px 0 0;
	background-image:url(../images/funghetto-menu.gif);
	background-repeat:no-repeat;
	background-position: center;
}
li a:hover
{
	float:left;
	height:60px;
	color:#AEAEAE;
	font-weight:bolder;
}
#content
{
	width:900px;
	margin:0 0 0 50px;
}
#main
{
	width:595px;
	float:left;
	margin:20px 10px 20px 75px;
	text-align:justify;
}
#col_dx
{
	float:right;
	width:220px;
	margin:20px 0 0 0;
}
#bottom
{
	clear:both;
	height:100px;	
	margin:0;
	background-image:url(../images/sf-bottom.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	padding-top:20px;
}
.link_sitemap
{
	font-family: Calibri;
	font-size: 14px;
	margin-right: 15px;
	color: #98F657;
	font-weight: bolder;
	cursor: pointer;
	text-decoration:none;	
}
.link_sitemap:hover
{
	font-family: Calibri;
	font-size: 14px;
	margin-right: 15px;
	color: #98F657;
	font-weight: bolder;
	cursor: pointer;
	text-decoration:underline;	
}
#ita
{
	background-image:url(../images/ita.gif);
	float:left;
	width:34px;
	margin:52px 0 0 0;
}
#ita:hover
{
	background-image:url(../images/ita-hover.gif);
	float:left;
	width:34px;
	margin:52px 0 0 0;
}
#eng
{
	background-image:url(../images/eng.gif);
	float:right;
	width:34px;
	margin:0px 7px 0 0;
}
#eng:hover
{
	background-image:url(../images/eng-hover.gif);
	float:right;
	width:34px;
	margin:0px 7px 0 0;
}