body {
	background-color: #084927;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family: "Tw Century", Arial, Helvetica, sans-serif;
	font-size: 12px;
}

td {
	font-size: 12px;
}

a {
	color: #a0325c;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #65b80c;
	font-weight: bold;
	text-decoration: none;
}

form {
	text-align: right;
	padding-right: 200px;
}

input {
	width: 200px;
}

textarea {
	width: 200px;
	height: 80px;
}









#testata {
	position: relative;
	margin: auto;
	width: 950px;
	height: 183px;
	background-image: url(img/testata.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}

#piede{
	position: relative;
	margin: auto;
	width: 950px;
	height: 30px;
	padding-top: 20px;
	background-color: #E62327;
	border-bottom: double 5px #fff;
	color: #fff;
	font-size: 11px;
}

#piede a {
	color: #fff;
	text-decoration: underline;
	font-weight: bold;
}

#piede a:hover {
	color: #cbff99;
	text-decoration: underline;
	font-weight: bold;
}

#bg {
	background-image: url(img/bg.gif);
	background-position: top;
	background-repeat: repeat-y;
	position: relative;
	margin: auto;
	width: 950px;
	
}

#corpo {
	background-image: url(img/curva_dx.gif);
	background-position: top right;
	background-repeat: no-repeat;
	position: relative;
	margin: auto;
	width: 801px;
	padding-right: 149px;
}

#menu {
	position: relative;
	margin: auto;
	top: 120px;
	width: 780px;
	height: 50px;
	margin-right: 170px;	
}

.tasto-menu {
	display: inline-block;
	float: right;
	width: 100px;
	height: 30px;
	list-style-type: none;
}

.tasto-menu a {
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}

.tasto-menu a:hover {
	text-decoration: underline;
}

#spalla {
	width: 200px;
	background-color: #bcf77d;
	vertical-align: top;
	padding-left: 10px;
	text-align: right;
	padding-right: 10px;
}

#spalla a {
	display: block;
	width: 180px;
	height: 18px;
	border-bottom: solid 1px #405F1D;
}

#spalla-common {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}

#spalla-common img {
	margin-bottom: 10px;
	border: none;
}

#spalla-common a {
	display: inline;
	width: auto;
	height: auto;
	border: none;
}

#testo {
	width: 600px;
	text-align: left;
	vertical-align: top;
}

#contenuti {
	width: 800px;
	text-align: left;
}
