/*#####___elementi strutturali___#####*/
* {
  margin: 0;
  padding: 0;
}

body {
  margin: 0;
  padding: 0;
  background: #afc576 url(../risorse/body_fondo.gif) repeat-x;
  color: #000000;
  /*font-family: Verdana, Arial, Helvetica, sans-serif;*/
  font-family: Georgia, serif;
  text-align: center;
}

#wrapper {
  position: relative;
  text-align: left;
  width: 760px;
  margin-right: auto;
  margin-left: auto;
}

#header {
  height: 180px;
  background-image: url(../risorse/banner.jpg);
  background-repeat: no-repeat;
  padding-bottom: 2px;
}

#main {
  display: table;
  border-collapse: collapse;
}

#main .inner {
  display: table-row;
}

#nav {
  display: table-cell;
  width: 180px;
  background-color: #e1e998;
}

#content {
  display: table-cell;
  width: 560px;
  padding-left: 10px;
  padding-bottom: 100px;
  text-align: justify;
  background: transparent url(../risorse/fondino_contenuti.gif) no-repeat bottom left;
}

#footer {
  border-top: 4px solid #628141;
  /*background-color: #e1e998; e1e998 eae95e*/
  font-size: 84%;
  padding: 0.2em 10px 0.2em 0;
  text-align: center;
}

.nascosto {
	display: none !important;
}

/*#####___headings___#####*/

h1 {
  display: none !important;
}

h2 {
  font-size: 160%;
  font-weight: normal;
  margin-bottom: 0.4em;
  color: #5a3811; 
  border-bottom: 4px solid #e6d626;
}

h3 {
  font-size: 130%;
  font-weight: bold;
  margin-bottom: 0.4em;
  color: #2f5629;
}

h4 {
  font-size: 110%;
  font-weight: bold;
  margin-bottom: 0.4em;
}

img.titoli {
	margin-bottom: 1em;
	padding-bottom: 2px;
	border-bottom: 2px solid #e6d626;
}

/*#####___varia tipografia___#####*/

em {
	font-weight: bold;
	font-style: normal;
}

p {
  font-size: 80%;
  line-height: 1.6em; 
  padding-bottom: 1em;
} 

#content ul {
  font-size: 80%;
  line-height: 1.6em; 
  padding-bottom: 1em;
  margin-left: 1.6em;
} 

#content a:link, #content a:visited {
  text-decoration: none;
  color: #5a3811;
  background-color: transparent;
  border-bottom: 1px solid #5a3811;
  font-weight: bold;
}

#content a:hover {
	text-decoration: none;
  color: #5a3811;
  background-color: transparent;
  border-bottom: 2px solid #e6d626;
  font-weight: bold;
}

#footer a:link, #footer a:visited {
  text-decoration: none;
  color: #5a3811;
  background-color: transparent;
  border-bottom: 1px solid #5a3811;
  font-weight: bold;
}

#footer a:hover {
	text-decoration: none;
  color: #5a3811;
  background-color: transparent;
  border-bottom: 2px solid #e6d626;
  font-weight: bold;
}

/*#####___menu navigazione___#####*/

#nav ul {
  list-style: none;
}

#nav li {
  font-size: 80%;
  width: 180px;
}

#nav a:link, #nav a:visited {
  text-decoration: none;
  color: #28550a;
  background-color: transparent;
  display: block;
  padding: 0.3em 10px 0.3em 10px;
  border-bottom: 4px solid #8cb678;
}

#nav a:hover {
  border-bottom: 4px solid #e6d626;
}
