/***************************************\
|	Foglio di stile JOLLY               	|
\***************************************/
body {
	background-color: #F0F0D2;  
	margin: 0px;
	padding: 0px;
	font-family: Tahoma, Verdana, Arial;
	color: #3e3e3e;
}
a {
	color: #3e3e3e;
}
input {
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
}
select {
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
}
textarea {
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
}
table {
	border-collapse: collapse;
} 
table td {
	padding: 0px;
}
hr {
	display: none;
}
img {
	border: 0px;
}
.recupero {
	clear: both;
}
h1 {
	color: #3e3e3e;
}
h1 a {
	color: #3e3e3e;
}
h2 {
	color: #3e3e3e;
}
h2 a {
	color: #3e3e3e;
}

/***********************\
|	smo_site			|
\***********************/
#smo_site {
	width: 770px;
	background-color: transparent;  
/*  background-image: url(image/bg_smosite.gif);  /* immagine della pagina completa 
	background-position: top center;
	background-repeat: repeat-y; */
	
  margin: 0px auto 0px auto;
	padding-bottom: 0px;
  position: relative;   /* relative*/
  
  border-top: #B9B396 1px solid;
  border-right: #B9B396 1px solid;
  border-left: #B9B396 1px solid;
  border-bottom: #B9B396 1px solid;
  
}

/***********************\
|	header				|
\***********************/
#header {
/*	height: 140px;
/*	background-color: #F0F0D2; */
 /* background-image: url(image/header_mask.jpg); */
  
	background-position: left top;
	background-repeat: no-repeat;
}
#header_cnt {
	padding: 0px 0px 0px 0px;
}
#header_cnt2 {
	height: 190px;
	background-image: url(image/header.jpg);
	background-position: left top;
	background-repeat: no-repeat;

}

/***********************\
|	nav bar				|
\***********************/
#nav_bar ul {
	margin: 1px 2px 5px;
	padding: 1px 10px;
	list-style-image: none;
	list-style-type: none;
	/*background-color: #C6C1A7; */
	background-color: transparent;
	font-size: 11px;
	border-bottom: #C6C1A7 1px dashed;
}
#nav_bar li {
	display: inline;
	padding: 0px 6px 0px 0px;
}
#nav_bar li a {
	color: #595b44;
	font-size: 11px;
}

/***********************\
|	Copyright			|
\***********************/
#copyright {
	width: 770px;
	margin: 0px auto;
	text-align: center;
	padding: 3px 0px 10px;
	color: #91917b;
}
#copyright a {
	color: #91917b;
}

/***********************\
|	Indice immagine		|
\***********************/
.menu_immagine {
	text-align: center;
}

/***********************\
|	Indice HTML		|
\***********************/
.menu_html {
	text-align: center;
}
