/* CSS Document */

body {
	background: #002911;
	font-family:"Arial", Helvetica, Verdana, sans-serif;
	font-size:12px;
	line-height:18px;
	text-align:left;
	color:#ffffff;
}
#content{
	width:950px;
	margin:0 auto;
	margin-top:15px;
}
#top{
	position:relative;
	width:950px;
	margin:0 auto;
}
#top #logo{
	position:relative;
	top:0;left:0;
	width:308px;
}
#top #link{
	position:absolute;
	top:0;right:0;
	width:642px;
	background:url(img/sf_link.jpg) no-repeat;
}
#top #link ul{
	margin-top:114px;
	width:642px;
	padding-bottom:17px;
}
#top #link ul li{
	font-size:14px;
	margin:16px;
	display:inline;
}
#top #link ul li a{
	color:#ffffff;
	padding-bottom:10px;
	text-decoration:none;
}
#top #link ul li a:hover{
	background:url(img/act.gif) no-repeat 50% 100%;
	color:#cc0000;
}
#center{
	position:relative;
	top:0;
	background:url(img/sf_center.jpg) no-repeat;
}
#center #fl{
	position:realtive;
	top:0;left:0;
	padding-top:5px;
	padding-bottom:5px;
	margin-left:308px;
}
#center #txt p{
	width:910px;
	padding-top:8px;
	margin:0 auto;
	text-align:justify;
	height:140px;
	min-height:140px;
	height:auto !important;
}
/*Contatti*/
#center #txt .contact{
	margin-top:15px;
}
#center #txt .contact table{
	margin-left:80px;
}
#center #txt .contact table td{
	padding:4px;
}
/*contatti fine*/

/*Staff*/
#center #fl_staff{
	position:realtive;
	top:0;left:0;
	padding-top:5px;
	padding-bottom:5px;
	margin-left:308px;
	height:520px;
	min-height:520px;
	height:auto !important;
}
#center #fl_staff #staf {
	position:absolute;
	top:0;left:0;
	width:200px;
}
#center #fl_staff #staf  table{
	margin:0 auto;
	margin-left:30px;
}
#center #fl_staff #staf  table td{
	padding:4px 4px 4px 4px;
}
#center #fl_staff #staf  table td img{
	border:1px solid #ffffff;
}
/*Staff fine*/
#foot{
	position:relative;
	margin-top:5px;
}
#foot p{
	font-size:11px;
	text-align:center;
}
#foot p a{
	color:#cc0000;
	text-decoration:none;
}
#foot p a:hover{
	color:#ffffff;
	text-decoration:none;
}
.inp_txt{
	font-family:Arial, Helvetica, sans-serif;
	width:180px;
}
.botton{
	font-family:Arial, Helvetica, sans-serif;
	background:#2c823b;
	color:#ffffff;
	border-top:1px solid #82d891;
	border-left:1px solid #82d891;
	border-bottom:1px solid #152b00;
	border-right:1px solid #152b00;
	padding:3px;
	cursor:pointer;
	margin-right:8px;
}
.botton:hover{
	font-family:Arial, Helvetica, sans-serif;
	background:#9ab147;
	border-top:1px solid #152b00;
	border-left:1px solid #152b00;
	border-bottom:1px solid #9ab147;
	border-right:1px solid #9ab147;
	padding:3px;
	color:#152b00;	
}
.login_form{
	margin:0 auto;
	width:280px;
	margin-top:50px;
}
.login_form td{
	padding:5px;
	text-align:center;
}
