html,body {
	margin: 0px;
	padding: 0px;
}
body {
	font-size: 11px; 
	font-family: "arial";
}
div#header {
	height: 100px;
	line-height: 100px;
	margin-bottom: 30px;
  	background-image: url(../images/header.jpg);
}
div#navigation {
	background-color: #ebebeb;
	border-bottom: #333333 1px solid;
	border-top: #333333 1px solid;
	border-right: #333333 1px solid;
	float: left;
	width: 200px;
	margin-left: -100%;
	padding-bottom: 10px;
	padding-top: 10px;
}
div#navigation h6 {
	color: #ffffff;
	background-color: #333333;
	font-size: 11px; 
	font-family: "arial";
	margin-bottom: 1px;
	margin-top: 0px;
	padding-left: 10px;
	font-weight: normal;
}
div#navigation h6 a {
	color: #ffffff;
	background-color: #333333;
	font-size: 11px; 
	font-family: "arial";
	margin-bottom: 1px;
	margin-top: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	padding-left: 0px;
	text-decoration: none;
	font-weight: normal;
}
ul.menu { 
	width:200px;
	list-style: none;
	margin: 0px; 
	padding: 0px;
}
ul.menu li a { 
	display: block;
	color: #000000;
	text-decoration: none;
	padding:0 1em;
	height:1.2em; line-height:1.2em; 
}
ul.menu li { 
	display: inline; 
}
ul.menu li a:link { 
	background:#ebebeb;
	color: #000000;
}
ul.menu1 li a:visited { 
	background:#ebebeb;
	color: #000000;
}
ul.menu li a:hover { 
	background: #ebebeb;
	color: #ffd391;
} 
ul.menu1 li a:active { 
	background: #ebebeb;
	color:#000000;
} 
div#extra {
	background-color: #ffd391;
	float: left;
	width: 33%;
	margin-left: -33%;
}
div#extra b {
	font-size: 11px; 
	font-family: "arial";
	text-align: justify;
	font-weight: bold;
}
div#footer {
	background-color: #333333;
	color: #ffffff;
	clear: left;
	width:100%;
	text-align: center;
	margin-bottom: 10px;
}
div#underfooter {
	background-color: #ffffff;
	clear: left;
	width:100%;
	text-align: center;
}
div#counter {
	background-color: #ffffff;
	clear: left;
	width:100%;
	text-align: center;
}
div#wrapper {
	float: left;
	width: 100%;
}
div#content {
	margin: 0 33% 0 200px;
	padding-left: 20px;
	padding-right: 20px;
	text-align: justify;
}
div#content i {
	font-size: 11px; 
	font-family: "arial";
	text-align: justify;
	font-style: oblique;
}
div#content b {
	font-size: 11px; 
	font-family: "arial";
	text-align: justify;
	font-weight: bold;
}
div#content h6 {
	color: #ffffff;
	background-color: #333333;
	font-size: 12px; 
	font-family: "arial";
	margin-bottom: 20px;
	margin-top: 0px;
	padding-left: 10px;
	font-weight: normal;
}
div#content a:link, a:visited, a:active {
	font-size: 11px; 
	font-family: "arial";
	text-align: justify;
	font-style: italic;
	color: #000000;
}
img.imageleft {
float: left;
width: 320px;
margin: 5px;
}
.evidenzia {
	background-color: #ffd391;
	font-size: 11px;
	font-family: arial;
	color: #4a4a4a;
	padding-left: 4px;
	padding-right: 4px;

}
div#post {
	color: #000000;
	background-color: #d7d2a5;
	font-family: monospace;
	padding: 2px;
	text-align: justify;
	font-size: 11px;
}
div#post a {
	font-family: verdana;
	background: #666666;
	font-size: 10px;
	color: #ffffff;
	text-decoration: underline;
	padding-left: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
}
.nota {
	padding: 2px;
	background-color: #333333;
	border: 2px dashed #ffffff;
	font-size: 0.85em;
	color: #ffffff;
}
