*{
  border: 0;
  margin: 0;
  padding: 0;
}


body {
  font-family: Calibri, Verdana, sans-serif;
  background-image: url(../images/sfondo.png);
  background-repeat: repeat-x;
  color: #3a2703;
  text-align: left; 
}

a {
	text-decoration: none;
	color: #815503;
}

a:hover {
	text-decoration: none;
	color: black;
}

h3{
	color: #6f4b04;
}

.header{
  background-image: url(../images/dettagli_head.png);
  background-repeat: no-repeat;
  width: 500px;
  height: 58px;
}

.box_head{
  background-image: url(../images/dettagli_bodyhead.png);
  background-repeat: no-repeat;
  width: 500px;
  height: 18px;
}
.box_content{
  background-image: url(../images/dettagli_bodycontent.png);
  background-repeat:  repeat-y;
  width: 500px;
  min-height: 300px;
}
.box_foot{
  background-image: url(../images/dettagli_bodyfoot.png);
  background-repeat: no-repeat;
  width: 500px;
  height: 20px;
}
.container{
	text-align: left;
	width: 455px;
}