/* Body
----------------------------------------------- */
body{
	bgcolor:#fff;
 	margin:0;
	padding:0;
	background-image:url(images/bg_background.jpg);
	background-repeat:repeat-x;
}

h1, h2, h4, h5, h6, p, dl, dt, dd, form {
	margin: 10px 0px 10px 0px;
	padding: 0px;
}
a:link { 
	font-weight : normal;
	color : #635F58;
	text-decoration : underline;
} 
a:visited { 
	font-weight : normal;
	color : #635F58;
	text-decoration : underline;
} 
a:hover { 
	font-weight : normal;
	color : #BD5541;
	text-decoration : underline;
} 
a:active { 
	font-weight : normal;
	color : #BD5541;
	text-decoration : underline;
} 
a:focus { 
	font-weight : normal;
	color : #BD5541;
	text-decoration : underline;
} 


/* Header
----------------------------------------------- */
#top{
	height:385px;
	margin:0 auto;
	padding:0;
	width:790px;
	background-image:url(images/header.jpg);
	background-repeat:no-repeat;
}

/* Content
----------------------------------------------- */
#content {
  width:790px;
  margin:0 auto;
  padding:0;
  text-align:left;
  }
#main {
  width:500px;
  float:left;
  margin:0;
  padding:0;
  }
#navigazione {
  width:260px;
  height:100%;
  float:right;
  }


/* Contenuto
----------------------------------------------- */
.contenuto {
  margin:0;
  padding:6px;
  width:488px;
  font-family:"Georgia", Times New Roman, Times, serif;
  line-height: 1.5;
  color:#000000;
  }


/* Navigazione
----------------------------------------------- */
#indice {
  width:260px;
  height:80px;
  margin:0 auto;
  padding:0;
  }

#eventi {
  width:260px;
  height: 80px;
  margin:0 auto;
  padding:0;
  }

#navigazione ul {
  margin:0;
  padding:0 0 20px;
  list-style:none;
  text-align: center;
  }

#navigazione li {
  margin:0;
  padding:0 0 .25em 15px;
  font-size: 13px;
  color: #635F58;
  font-family: "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
  text-indent:-15px;
  line-height:1.5em;
  }

#navigazione p {
  color:#666;
  line-height:1.5em;
  }

/* foto */

.foto {
	background: url(images/image_background.png) no-repeat center top;
	padding: 6px 6px 2px 6px;
	margin: 0 0 0 0;
	border:none;
}

/* tables prezzi */

table.prezzi {
	border: 0px;
	border-collapse: collapse;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	width: 99%;
}

table.prezzi td, table.prezzi th {
	border: 1px dotted #999;
	font-size: 12px;
	padding: 8px 8px 8px 8px;
	vertical-align: top;
}

table.prezzi td.titolotabella, table.prezzi th {
	background-color: #e2d8cc;
	border: 1px dotted #999;
	font-size: 12px;
	text-transform: uppercase;
}

/* Footer
----------------------------------------------- */
  
#footer {
  width:790px;
  clear:both;
  margin:0 auto;
  border-top:1px dotted #999;
  }

#footer p {
  margin:0;
  padding-top:5px;
  padding-bottom:5px;
  font-family: "Trebuchet MS",Trebuchet,Verdana,Sans-serif;
  font-size:13px;
  color:#635F58;
  text-align: center;
  }