@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;
}
#contenitore #header img {
	margin-left: 15px;
	margin-bottom: 5px;
	float: left;
}

#contenitore #menuc {
	height: auto;
	margin-left: 20px;
}
#contenitore #left {
	float: left;
	margin-top: 20px;
	margin-left: 20px;
	width: 670px;
	height: 580px;
	color: #030;
	background-color: #F9D031;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	overflow: visible;
	background-image: url(images/sf-chi.jpg);
	background-repeat: no-repeat;
	border: 1px solid #F8D032;
}
#contenitore #left h1 {
	color: #C00;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #C00;
	margin-left: 25px;
	font-family: Georgia, "Times New Roman", Times, serif;
	width: 620px;
	font-size: 1.9em;
	margin-top: 20px;
}
#contenitore #header #rightheader {
	float: right;
	background-color: #142F13;
}

#contenitore #left h3 {
	margin: 0px;
}
#contenitore #left p {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
}
#contenitore #left p span {
	color: #C00;
}




#contenitore #rigt {
	background-color: #142F13;
	width: 216px;
	float: right;
	margin-top: 20px;
	margin-right: 20px;
	border: 1px solid #F8D032;
}
.clear {
	clear: both;
}
#contenitore #footer {
	font-family: Tahoma, Geneva, sans-serif;
	color: #C90;
	margin-left: 20px;
	margin-top: 10px;
	font-size: 0.9em;
	margin-bottom: 10px;
	margin-right: 20px;
	padding-left: 20px;
}
#contenitore #footer a {
	color: #CC9900;
	text-decoration: none;
}
