body {
	padding: 13px;
	color: #333333;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
/*	background-color: #d3d3d3;
	background-image: url(images/bg.gif);
	background-position: top center;
	background-repeat: no-repeat;*/
}

a:link, a:visited {
	text-decoration: none;
	color: #b7c527;
}
a:hover, a:active {
	text-decoration: underline;
	color: #333333;
}

.container {
	width: 960px;
	margin: auto;
}

p, h1, h2, h3 {
	padding: 5px;
	margin: 0px;
}
	h2 {
		color: #47724c;
		font-weight: bold;
		font-size: 18px;
	}
	h3 {
		font-weight: bold;
		font-size: 14px;		
	}

.menu {
	font-size: 11px;
	font-weight: bold;
}
	.menu a:link, .menu a:visited {
		color: #ffffff;
	}
	.menu a:hover, .menu a:active {
		color: #003300;
	}
	
	
.linea {
	background-image: url(images/linea-puntini.gif);
	background-repeat: repeat-x;
	background-position: 10px 10px;
	height: 21px;
}


.box, .footer {
	padding: 10px;
}

	.footer {
		text-align: center;
	}
	
.gallery img {
	border: 1px solid #cccccc;
}
