body {
	margin: 10px auto;
	padding: 0;
	background: url(../img/bg.gif) repeat-x #beb10e;
	text-align: center;
	line-height: 150%;
	font-size: 120%;
	font-family: Helvetica, Arial, sans-serif;

}

#container {
	margin: 0 auto;
	background: url(../img/wall.gif) repeat-y;
	width: 853px;
}

#container #head {
	width: 909px;
	height: 190px;
	background: url(../img/top.gif);
	margin-left: -56px;
}

#container #head img{
	margin-top: -72px;
	margin-left: -143px;
}

#container #head h1 {
	display: none;
}

#container #head #menu {
	margin-right: 10px;
	margin-top: 105px;
	color: #999a00;
	height: 30px;
	float: right;
	font-size: 90%;
}

#container #head #menu a {
	text-decoration: none;
	color: #fff;
}

#container #head #menu a:hover {
	color: #999a00;
}

#container #head #menu a#active {
	color: #999a00;
}

#container #bg {
	min-height: 350px;
	padding-bottom: 50px;
}

#container #bg img#old{
	float: right;
	margin-right: 25px;
}

/*#container #bg .menu a {
	float: left;
	background: #999a00;
	height: 30px;
	line-height: 30px;
	width: 450px;
	margin-bottom: 15px;
	margin-left: 2px;
	text-align: right;
	padding-right: 10px;
	color: #fff;
	text-decoration: none;
	text-transform: capitalize;
}

#container #bg .menu a:hover {
	color: #656600;
}*/

#container #bg #content {
	text-align: justify;
	padding: 15px;
	color: #fff;
}

#container #bg #content #indietro{
	float: right;
	margin-top: -100px;
	border: none;
}

#container #bg #content #titolo {
	font-size: 200%;
	color: #999a00;
	text-transform: uppercase;
	text-align: left;
	padding-bottom: 30px;
	margin-top: -10px;
}

#container #bg #content #titolo #descrizione{ 
	margin-top: 60px; 
	font-size: 30%; 
	line-height: 200%;
	padding-left: 20px;
}

#container #foot {
	width: 853px;
	height: 34px;
	background: url(../img/down.gif);
	font-size: 60%;
	line-height: 37px;
	color: #fff;
	clear: both;
}

#container #foot a{
	color: #fff;
	text-decoration: none;
	border-bottom: 1px dotted #fff;
}

#container #foot a:hover{
	border-bottom: 1px solid #fff;
}

#footer {
	font-size: 50%;
	color: #656600;
}

#footer a{
	color: #656600;
	text-decoration: none;
	border-bottom: 1px dotted #656600;;
}

#footer a:hover{
	border-bottom: 1px solid #656600;;
}

.box {
	width: 800px;
	margin: 10px auto;
	clear: left;
	height: 180px;
	text-align: left;
	font-size: 90%;
}

.box h1 {
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
}

.box a{
	border: none;
	text-decoration: none;;
}

.box .imgfondo {
	width: 230px;
	background: url(../img/fondino.gif) bottom no-repeat;
	float: left;
	margin: 10px;
}

.box .img img {
	width: 200px;
	float: left;
	border: 5px solid #999A00;
	padding-bottom: 0;
	margin: 10px;
}

.sucprec {
	float: right;
	font-size: 70%;
	clear: right;
	padding-right: 25px;
}

.sucprec a {
	color: #fff;
}

.sucprec a:hover {
	font-weight: normal;
}



