* {
	margin: 0;
	padding: 0;
	border: none;
	font-size: 10pt;
}
body {
	background-color: #3d0b00;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFF;
	background-image: url(../img/legno.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}


p {
	font-size: 0.9em;
	color: #FFF;
	text-decoration: none;
	text-align: justify;
	margin: 10px;
	line-height: 1.5em;
}
p a {
	color: #CCC;
	text-decoration: none;
}
p a:hover {
	color: #6b080c;
	text-decoration: none;
}
h2 {
	font-size: 1.1em;
	font-weight: bold;
	color: #FFF;
}
#copy p {
	color: #FFF;
	text-decoration: none;
	text-align: justify;
	margin: 10px;
}
#copy p a {
	color: #FFF;
	text-decoration: none;
}
#copy p a:hover {
	color: #3d1b00;
	text-decoration: none;
}


#contenitore {
	width: 900px;
	margin: 10px auto;
}
#box1, #box2 {
	background-color: #6b080b;
	padding: 0px 20px;
}
#box1-up, #box2-up {
	background-image: url(../img/box-up.png);
	background-repeat: no-repeat;
	height: 20px;
	width: 900px;
}
#box1-down, #box2-down {
	background-image: url(../img/box-down.png);
	background-repeat: no-repeat;
	height: 20px;
	width: 900px;
}
#titolo1, #titolo2 {
	height: 20px;
	background-color: #3a0c0c;
	padding: 10px;
}
#spazio1, #spazio2, #spazio3, #spazio4 {
	height: 20px;
}
#footer {
	background-color: #6b080b;
	height: 100px;
}


#testata {
}
#bottega {
	background-color: #4e0705;
	height: 210px;
	width: 580px;
}
#contatti {
	background-color: #4e0705;
	float: right;
	height: 210px;
	width: 260px;
	margin-left: 20px;
}
#lavorazioni {
	background-color: #4e0705;
	height: 150px;
	width: 540px;
}
#foto {
	background-color: #4e0705;
	float: right;
	height: 150px;
	width: 300px;
	margin-left: 20px;
}
#galleria {
	height: 550px;
}
#fascia {
	height: 20px;
	background-image: url(../img/fascia.jpg);
	background-repeat: repeat-x;
}
#copy {
	font-size: 0.9em;
	width: 900px;
	margin: 10px auto;
}

