@charset "utf-8";
/* CSS Document */

body {
		margin:0;
		padding:0;
		background-color: #E5EFF4;
		text-align:center;
		font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
		font-size:14px;
	}

a {
	outline:none;
	}
	
#contenitore {
	border:2px solid #999;
	width:950px;
	margin:0 auto;
	text-align:left;
	background:#FFF;
	padding:5px;
	}
	
#testata {
		width:950px;
	}
	
#menu {
		background:url(images/sf_menu.png) no-repeat;
		height:48px;
		font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
		font-size:18px;
	}
	
#menu a{
		text-align:center;
		display:block;
		float:left;
		margin:0 5px 10px 0;
		width:150px;
		color:#fff;
		font-weight:bold;
		text-decoration:none;
		outline:none;
	}
	
#corpo {
		width:950px;
		background:url(images/sf_corpo.png) top right repeat-y;
	}

#col_sx {
	float:left;
	width:620px;
	padding:0 10px;
	text-align: justify;
	}
	
#col_sx1 {
	float:left;
	width:305px;
	padding:0 10px;
	text-align: justify;
	}
	
#col_sx2 {
	float:left;
	width:300px;
	padding:0 10px;
	text-align: justify;
	border-left: 2px solid #116997;
	min-height: 350px;
	}

#col_dx {
	float:right;
	width:300px;
	background:url(images/col_dx.png) no-repeat;
	min-height:350px;
	margin-right: 1px;
	}

#prefooter {
	width:940px;
	clear:both;
	background-color: #146B98;
	color: #CCC;
	padding: 2px 5px;
	}

#footer {
	width:940px;
	background-color: #C3DBE7;
	padding: 5px;
	font-size: 12px;
	color: #333;
	}
	
h1 {
	margin:0;
	padding:0;
	font-size:22px;
	color: #116997;
	text-align: justify;
	}
	
.clear {
		clear:both;
	}
	
ul {
		margin-left:15px;
	}

.casellagrigia {
		background:#CCC;
		border:1px solid #7f9db9;
	}

table#news { border:1px solid #015C94; }

table#news td,tr{
		font-size:11px;
		font-family:Arial, Helvetica, sans-serif;
		text-align:left;
	}

.lista {
		list-style-image:url(images/freccina.png);
		padding-left:15px;
	}

a {
		text-decoration:none;
		outline:none;
	}
	
#prefooter a {
		color:#fff;
	}
	
#footer a {
		color:#444;
	}