body, html {
  margin: 0;
	padding: 0;
	background-color: #18294B;
}
#container {
  height: 100%;
}
#ie_patch {
min-width:1005px;
width: auto !important;
width: 1003px;
}
#header {
padding-top: 0px;
padding-left: 0px;
  width: 100%;
  height: 200px;

}
/*gestione menu*/

#menu {
	margin-top: 40px;
	width: 200px;
	float: left;
	min-height: 440px;
	height: auto !important;
	height: 100%;
	font-family: verdana, arial, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	border-right: 1px solid #AC9E53;
}
.menu-intestazione {
  text-transform: uppercase;
  background-color: #ffbd00;
	color: #666;
	padding: 3px 0 3px 5px;
}
ul.menu1 {
  width:100%;
  list-style:none;
  margin: 0;
  padding:0 0 20px 0;
}
ul.menu1 li a {
  display: block;
  text-decoration: none;
  padding: 0 1em;
  height: 2em;
  line-height: 2em;
}
ul.menu1 li.menu1_active a.menu1_active {
  display: block;
  text-decoration: none;
  padding: 0 1em;
  height: 2em;
  line-height: 2em;
  background-color: #AC9E53;
  color:#000;
}
ul.menu1 li { 
  display:inline
}
ul.menu1 li a:link, ul.menu1 li a:visited {
  background-color: transparent;
  color: #AC9E53;
}
ul.menu1 li a:hover {
  background-color: #AC9E53;
  color:#000;
}

/*fine gestione menu*/

#contents {
  margin-top: 40px;
  width:77%;
	padding: 0 15px;
	float: left;
	font-family: verdana, arial, helvetica, sans-serif;
	color: #ccc;
	font-size: 0.9em;
	border-left: 1px solid #AC9E53;
	margin-left: -1px;
}
.content-header {
  width: 100%;
	border-bottom: 1px solid #AC9E53;
  color: #AC9E53;
  font-family: sans-serif;
	float: right;
}
.title {
	font-size: 1em;
	float: left;
	width: 60%;
}
.autore-data {
  padding-top: 0.5em;
	font-size: 1em;
	float: left;
	width: 40%;
	height: 20px;
	text-align: right;
}
.articolo {
  clear: both;
  width: 100%;
	height: auto;
  padding: 0px 0 0 0;
	margin-bottom: 30px;
	 line-height: 130%;
}
.articolo IMG {
	margin: 0 10px 0 0;
	border: 0;
}
.articolo a:link {
	text-decoration: none;
	color: #ff9900;
}
.articolo a:visited {
	text-decoration: none;
	color: #ff9900;
}
.articolo a:hover {
	text-decoration: none;
	color: #ffcc00;
}
#footer {
  clear: both;
	width: 100%;
	height: 25px;
	border-top: 1px dashed #AC9E53;
	text-align: center;
	color: #AC9E53;
	font-size: 0.6em;
	font-weight: bold;
  font-family: sans-serif;
	padding: 5px 0 0 0;
}
#footer a:link {
	text-decoration: underline;
	color: #AC9E53;
}
#footer a:visited {
	text-decoration: underline;
	color: #AC9E53;
}
#footer a:hover {
	text-decoration: none;
	color: #AC9E53;
}