body {
	padding: 0px;
	margin: 0px;
	background-color: #f2ae4c;
	background-image: url(images/sfondo.gif);
	background-repeat: repeat-x;
	background-position: top;
	font-family: "Palatino Linotype", "Times New Roman", Times, serif;
	font-size: 13px;
}

a:link, a:visited {
	color: #669900;
}
a:hover, a:active {
	color: #CC3300;
}

input, textarea {
	font-family: "Palatino Linotype", "Times New Roman", Times, serif;
	font-size: 14px;
}

form {
	margin: 0px;
	padding: 0px;
}

#barraup {
	background-image: url(images/sfondobarra.gif);
	background-repeat: repeat-x;
	height: 24px;
}

#testata {
	margin: 0px auto 20px auto;
	width: 760px;
	height: 358px;
}
#bordo, #bordo-sotto {
	margin: 0px auto 0px auto;
	width: 760px;
}
#titolo {
	background-color: #ffe5be;
	margin: 0px auto 0px auto;
	width: 760px;
	height: 40px;
	line-height: 40px;
	text-align: center;
}
	#titolo img {
		margin-top: 10px;
	}
#contenuto {
	margin: 0px auto 0px auto;
	padding: 40px 110px 40px 110px;
	width: 540px;
	background-color: #fceed9;
}
	#contenuto p {
		padding: 7px;
		margin: 0px;
		text-align: justify;
	}
	
#bottom {
	margin: 0px auto 0px auto;
	width: 760px;
	padding: 15px;
	text-align: center;
}
	#bottom a:link, #bottom a:visited {
		color: #003300;
	}
	#bottom a:hover, #bottom a:active {
		color: #CC3300;
	}
