body, html { 
	height: 100%; 
	margin: 0; }

body,td,div,span,li,pre {
	font-family: Verdana, Arial, sans-serif; 
	font-size: 12px;
	color: #444;
	text-align: justify;
}


body {
	background: url('img/bg.png') #b2e6e9;
}

a {
	text-decoration: underline;
	color: #B22222;
}

a:visited {
	text-decoration: underline;
	color: #B22222;
}

a:hover {
	text-decoration: none;
	color: #B22222;
	padding-bottom: 0;
}

a:active {
	text-decoration: underline;
	color: #B22222;
}

p { 
	font-size: 12px; 
	text-align: justify;
	line-height: 150%;
}

img {
  border: 0;
}

/* organizzazione generale */

#main {
	width: 780px;
	\width: 780px;
	w\idth: 780px;
	margin-left: auto;
	margin-right: auto;
	background: url("img/bg_main.jpg") top center repeat-y;
	border-left: 1px solid #444;
	border-right: 1px solid #444;
}

#banner {
	background-color: #fff;
	text-align: center;
	margin: 5px 0 2px 0;
	padding: 5px;
	color: #B22222;
}


#leftmenu {
	float:left;
	width: 200px;
	\width:200px;
	w\idth: 200px;
	margin: 0 2px 2px 5px;
	height: auto !important;
	height: 100%;
}

#content {
	border-left: 1px dashed #B22222;
	margin: 0 5px 2px 210px;
	padding: 5px;
	padding-left: 30px;
	min-height: 450px;
	display: block;
	font-size: 14px;
}

#footer {
	border: 1px dashed #BDB76B;
	margin: 0 5px 5px 5px;
	clear: both;
	text-align: center;
	font-size: 10px;
	font-style: italic;
}

#elenco {
	margin-left: 30px;
}

/* banner */

#banner h1 {
	font-family: Time, Bistream Vera Serif, serif;
	font-size: 20px;
}

/* fine banner*/

/* menu principale di sinistra */
/* sta dentro leftmenu */

#leftmenu ul {
	list-style-type: none;
	padding-left: 2px;
	margin-left: 0;
}
#leftmenu li {
	text-align: left;	
}

#leftmenu a {
  display: block;
  padding: 4px;
  margin: 2px;
  color: #444;
  text-decoration: none;
  font-weight: bold;
}

#leftmenu a:hover {
	color: #b22222;
	border: 1px solid #fff;
	border-right: 4px solid #fff;
	padding: 3px 1px 3px 3px;
}

#leftmenu a.active {
  background-color: #fff;
}

#leftmenu div.gb {
	float: left;
	position: absolute;
	display: inline;
	margin-top: 30px;
	padding-left: 100px;
}

#leftmenu #menuImg {
	text-align: center;
}

/* fine menu principale di sinistra */

/* contenuto */

#content h1 {
	text-align: center;
	font-size: 20px;
	color: #B22222;
}

#content h2 {
	text-align: center;
	font-size: 16px;
}

#content h3 {
	color: white;
	font-size: 14px;
	font-weight: bold;
	padding: 4px;
}

#content h4 {
	font-size: 14px;
}

#content p.intro {
	font-size: 12px;
}

#content li.news {
	font-size: 12px;
	padding-bottom: 10px;
}

#content span.label {
	font-size: 10px;
	text-decoration: italic;
	text-align: center;
}

#content li.stages {
	margin-bottom: 30px;
}

#elenco br {
	margin: 4px;
}

#elenco h1 {
	font-size: 16px;
}

#content table.conferenze {
	border: 1px solid #BDB76B;
/*	width: 100%; */
	margin-bottom: 15px;
}

#content span.foto_storia {
	float: right;
	margin-left: 5px;
	margin-top: 5px;
	border: 0;
}

div#content span.readmore a {
	font-size: 8px;
	font-style: italic;
	color: #BDB76B;
	border: 0;
}

/* fine contenuto */

