html, body {
	height: 100%;
	margin:0px;
	padding:0px;
}
body {
	background-color: /*#444*/ #fff;
	background-image: url(/img/sf_body.jpg);
	background-repeat: repeat-y;
	/*background-position: 50% 50%;*/

}
body,div,table,tr,td,th,input,textarea,pre,ol,li,ul,p,a,label {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
}
a {
	color:#003399;
	letter-spacing: 1px;
	text-decoration: none;
	font-weight:bold;
	font-size:9px;
}
a:hover {
	color: #0066CC;
}

#main {
	position: absolute; top:50%; left:50%;
	height: 410px;
	width: 760px;
	margin: -205px 0px 0px -380px;
	background-color: #fff;
	text-align: left;
	padding: 0px;
	border: 1px solid #7c7c7c;
}
	#header {
		height: 220px;
		overflow: hidden;
	}
	#head_1 {
		background-color: #333;
		height: 20px;
		text-align: right;
	}
	#head_2 {
		background-color: #333;
		height: 20px;
	}
	#corpo {
		/*background-color: #00FF66;*/
		height: 134px;
		/*overflow: hidden;*/
	}
	#corpo p {
		line-height: 13px;
	}
	
	#footer {
		background-color: #f9f9f9;
		border-top: 1px solid silver;
		height: 16px;
		line-height: 16px;
		text-align: center;
	}



#menu {
	float: right;
}
	#menu ul {
		margin: 0;
		padding: 0;
		list-style-type:none;
	}
	#menu li {
		margin: 0;
		padding: 0px 1px 0px 1px;
		float: left;
	}
	#menu a {
		display: block;
		height: 20px;
		line-height: 20px;
		width: 80px;
		background-color: #CCCCCC;
		text-align: center;
		font-size:10px;
		font-weight:bold;
		text-decoration: none;
	}
	#menu a:hover {
		background-color:#fff;
	}



#mappasito {
	height: 110px;
	overflow: auto;
}
#mappasito a {
	font-size: 11px;
	text-transform: capitalize;
}


.news {
	height: 112px;
	overflow: auto;
}
.news ul { margin:0; padding:0;}
.news li {
	margin: 0px 0px 10px 30px;
	padding: 0px 0px 10px 10px;
	list-style-image: url(/img/ico_news_elenco.gif);
}
.news a {
	font-size: 12px;
}
.news h1 {
	font-size: 12px;
	margin: 0px 0px 20px 0px;
	padding: 0px;
}
.news p {
	padding: 0px;
	margin: 0px;
}




em {
	font-style:normal;
}


.mese {
	color:#003399;
	font-weight:bold;
}

img {border: none;}
hr {
	clear: both;
	display: none;
}
.ric {
	display: none;
}
.crediti {
	font-size: 9px;
	color: gray;
}
a.credits {
	font-family: Arial;
	font-size: 9px;
	color: #ccc;
	text-decoration: none;
}

	form { text-align: right;}
	label {
		float: left;
		display: block;
		width: 80px;
		text-align: left;
	}
	input, textarea {
		width: 238px;
		border: 1px solid navy;
		margin: 0px 0px 2px 0px;
	}
	#pulsantiera input {
		width: auto;
	}

#catalogo {
	position: absolute;
	width: 120px;
	padding-top:4px;
	padding-bottom:3px;
	left: 40px;
	text-align: center;
}
#catalogo a {
	display:block;
	height: 14px;
	color:#ccc;
	text-decoration:none;
	padding-bottom: 1px;
	letter-spacing: 1px;
	font-weight:bold;
	border-bottom: 1px dotted #ccc;
}

#catalogo a:hover {
	color:#fff;
	border-bottom: 1px dotted #fff;
}
