@charset "utf-8";
/* CSS Document */

body {
		margin:0;
		text-align:center;
		background:url(images/sf_body.png) 100px -150px fixed repeat-x;
		font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
		color:#333;
	}
	
#contenitore {
		margin:0 auto;
		width:1200px;
		text-align:left;
		background:#fff;
		overflow:visible;
		padding:0 10px;
	}
	
#testata {
		margin:0 auto;
		width:1200px;
		text-align:left;
		padding:0 10px;
	}
	
#sottotestata {
	background:#400000;
	width:98%;
	text-align:right;
	padding:3px 1%;
	font-size:12px;
	color: #fff;
	}

.col_sx {
		float:left;
		width:160px;
		margin-right:8px;
	}
	
.col_dx {
	float:right;
	width:1000px;
	border-left:2px solid #400000;
	padding:0 10px;
	min-height:500px;
	}
	
#int_dx_1{
	width:180px;
	float:left;
	}
	
#int_dx_2{
	width:800px;
	float:right;
	}

#int_dx_3{
	width:500px;
	float:left;
	}
	
#int_dx_4{
	width:450px;
	float:right;
	}
	
#prefooter {
	text-align:center;
	background:#400000;
	padding:8px;
	font-size:10px;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	}
	
#footer {
		text-align:right;
		background:#400000;
		padding:3px 1%;
		font-size:12px;
		color:#C0C0C0;
		width:98%;
	}

.clear {
		clear:both;
	}
	
h1 {
	padding:0;
	margin:5px 0 25px 0;
	color: #400000;
	font-style: italic;
	font-size: 18px;
	font-weight: lighter;
	}

.cornice { background:#fff; padding:5px; border:1px solid #bbb; }


a {
		text-decoration:none;
		outline:none;
		color:#900;
	}
	
#prefooter a {
		text-decoration:none;
		outline:none;
		color:#fff;
	}
	
.casellagrigia {
		background:#eaeaea;
		border:1px solid #7F9DB9;
	}
	
#sottotestata a {
	color:#fff;
	}

