body {
  font-family: Calibri, Verdana, sans-serif;
  background-image: url(../images/sfondo.png);
  background-repeat: repeat-x;
  color: #3a2703;
  text-align: left; 
}

img{
   border: 0;
}


a {
	text-decoration: none;
	color: #815503;
}

a:hover {
	text-decoration: none;
	color: black;
}

h4{
	color: #6f4b04;
   border: 0;
   margin: 0;
   padding: 0;
}

.header{
  background-image: url(../images/header.png);
  width: 853px;
  height: 209px;
}
.navbar{
  width: 853px;
}

ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

li{
	display: inline;
}

.box_head{
  background-image: url(../images/box_head.png);
  background-repeat: no-repeat;
  width: 853px;
  height: 20px;
}
.box_content{
  background-image: url(../images/box_content.png);
  background-repeat:  repeat-y;
  width: 853px;
  min-height: 100px;
}
.box_foot{
  background-image: url(../images/box_foot.png);
  background-repeat: no-repeat;
  width: 853px;
  height: 17px;
}

.container{
	text-align: left;
	width: 810px;
}

.spacer{
	background-image: url(../images/separatore.png);
	background-repeat: repeat;
}

.footer{
	font-size: 11px;
}