@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	background-color: rgba(248,208,50,1.00);
}
#contenitore {
	height: auto;
	width: 990px;
	margin-right: auto;
	margin-left: auto;
	border: thin solid #333;
	background-color: #142f13;
}
#contenitore #header {
	height: auto;
	background-color: #142F13;
}
#contenitore #header img {
	margin-left: 15px;
	margin-bottom: 5px;
	float: left;
}
#contenitore #header #rightheader {
	background-color: #FF3;
	float: right;
	width: 700px;
	height: 100px;
	margin-left: 14px;
}
.clear {
	clear: both;
}


#contenitore #menuc {
	height: auto;
	margin-left: 20px;
}
#contenitore #left {
	float: left;
	margin-top: 20px;
	margin-left: 20px;
	width: 670px;
	height: 580px;
	color: #142F13;
	background-color: #142F13;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	overflow: visible;
	border: thin double #C7B907;
	background-image: url(images/sf-chi.jpg);
	background-repeat: no-repeat;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#contenitore #left h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #C00;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #C00;
	width: 625px;
	margin-left: 20px;
	margin-top: 15px;
}
#contenitore #left ul li {
	color: #A42C28;
	font-weight: bold;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 0.9em;
}
#contenitore #rigt {
	background-color: #142F13;
	width: 216px;
	float: right;
	margin-top: 20px;
	margin-right: 20px;
}
#contenitore #footer {
	font-family: Tahoma, Geneva, sans-serif;
	color: #c90;
	margin-left: 20px;
	margin-top: 15px;
	font-size: 0.9em;
	margin-bottom: 10px;
	width: 935px;
	padding-top: 5px;
	padding-left: 15px;
	height: 25px;
}
#contenitore #footer a {
	color: #CC9900;
	text-decoration: none;
}
#contenitore #left #foto {
	height: 220px;
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
}
