body {
	background-color: #F36F21;
	margin: 0px;
	font-family: Verdana, Arial, sans-serif;
}

input {
	font-size: 10px;
	color: #000;
	font-family: Verdana, Arial, sans-serif;
	width: 80px;
	margin-bottom: 5px;
}

textarea {
	font-size: 10px;
	color: #000;
	font-family: Verdana, Arial, sans-serif;
	width: 200px;
}

.privacy textarea {
	font-size: 10px;
	color: #999;
	font-family: Verdana, Arial, sans-serif;
	width: 150px;
}

#avviso {
	color: #FF0000;
}

#middle {
	background-image: url(../img/bg-container.jpg);
	background-repeat: no-repeat;
	width: 800px;
	height: 400px;
	margin: auto;
	background-color: #fff;
	margin-top: 30px;
	padding: 40px;
}

#main {
	width: 510px;
	float: left;
	background-color: #fff;
	font-size: 11px;
	color: #666;
	text-align: justify;
	padding: 10px;
	margin-right: 5px;
}

#main a {
	color: #333;
	text-decoration: none;
}

#main a:hover {
	color: #999;
	text-decoration: none;
}

#menu {
	width: 150px;
	float: left;	
	font-size: 24px;
	font-family: Trebuchet, Trebuchet MS, sans-serif;
	color: #990000;
	line-height: 35px;
	padding-top: 5px;
	padding-left: 65px;
	background-color: #fff;
	background-image: url(../img/bg-menu.jpg);
	background-repeat: no-repeat;
}

#menu a {
	color: #F36F21;
	text-decoration: none;
}

#menu a:hover {
	color: #FF9900;
	text-decoration: none;
}

#footer {
	width:100%;
	height: 20px;
	position: absolute;
	bottom: 0px;
	background-image: url(../img/bg-footer.jpg);
	background-repeat: repeat-x;
	text-align: center;
	font-size: 10px;
	color: #fff;
	padding-top: 60px;
}

#footer a {
	color: #fff;
	text-decoration: none;
}

#footer a:hover {
	color: #fff;
	text-decoration: none;
	border-bottom: 1px dashed;
}

