body {
	font: 80% arial,sans-serif;
	background: #fff;
	margin: 0 0 0 0;
	padding: 0 0 0 5px;
}
#wrapper {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background: none;
	width: auto !important;
}
#skip {
	visibility: visible;
	display: block;
	margin-left: 5px;
}
#header {
	background: transparent;
	border: none;
	height: auto;
}  
#header h1 {
	font-size: 100%;
	text-align: left;
	visibility: visible;
	color: #000;
	margin: 5px 0 5px 5px;
	padding: 0 0 0 0;
}

/* menu NAV */
#menu {
	width: 98%;
	background: transparent;
	height: auto;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-size: 100%;
	float: none;
}
#menu li {
	list-style: none;
}
#menu li a {
	display: block !important;
	text-align: right !important;
	padding: 0 0 0 0;
	border: 1px solid #ccc;
	width: 100% !important;
}
#menu li a:link, #menu li a:visited {
	text-decoration: none;
	background: #eee;
	color: #000;
}
#menu li a:hover {
	text-decoration: none;
	background-color: #FBFBFB;
	color: #ccc;
}
#menu li a#selected:link, #menu li a#selected:visited {
	background: #fff;
	color: #000;
	font-weight: bold;
}

/* CONTENT */
#content {
	border: 0px solid #ccc; 
	margin: 0 0 0 0 !important; 
	padding: 1em 0 0 0 !important;
	font-size: 100%;
	width: 99% !important;
}
p{
	font-size: 95%;
	margin: 2px 0 2px 0 !important;
}
h2 {
	font-size: 100%;
	margin: 0 0 0 0;
}
#overview {
	font-size: 100%;
	margin: 0 0 0 0;
}
#path {
	font-size: 100%;
	margin: 0 0 0 0;
}
h3{
	font-size: 90%;
	margin: 3px 0 0 0;
	border-bottom: 1px solid #ccc;
}
.misc_arrow {
	display: none;
}
#goUp {
	background-color: #eee;
}
#goUp a:link, a:visited {
	color: #82A9D0;
}
#goUp a:hover {
	color: #FF9E01;
}
div .newsdesc {
	padding: 0 0 2px 5px !important;
	width: 190px !important;
	font-size: 100% !important;
}
.newsdesc img {
	max-width: 100%;
	height: auto;
}
/* FORM */
form {
	border: 0px solid #ccc;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
legend {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	border: 0px solid #ccc;
}
input[type=text] {
	width: 150px;
}
textarea {
	width: 96%;
}
/* SIDEBOX */
#sidebar {
	width: 98% !important;
	list-style: none;
	margin: 0 0 0 0;
	padding: 1em 0 0 0;
}
#googleSearch form {
	border:  0px solid #ccc;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}
#googleSearch fieldset {
	border:  0px solid #ccc;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}
.search-button {
	display: block;
	width: 150px;
}
li #toolsMail {
	list-style: square;
}
#toolsPrint, #toolsBack {
	display: none;
}
#themesBox, #aboutBox, #sezioniBox, #contactBox, #homeBox {
	display: none;
}



/* FOOTER */
#footer {
	width: 220px;
	background: transparent;
	border: none;
	color: #000;
}
#footer p a {
	color: #000;
}