body {
	font: 120%/1.3  arial,sans-serif; 
	background-color: #000;
	color: #fff !important;
}
a {
	color: #999;
}
a:hover {
	color: #fff;
}
#header {
	background: transparent !important;
	border: none;
}
#header h1 {
	color: #FFD700 !important;
	visibility: visible;
}
#menu {
	background: transparent !important;
}
#menu li a:link, #menu li a:visited {
	background: #000;
	color: #fff;
	border-top: solid 1px #ddd;
	width: 6em;
}
#menu li a:hover {
	background-color: #eee;
	color: #000;
}
#menu li a:active {
	background: #eee !important;
	color: #000;
}
#wrapper {
	width: 99% !important;
	background: transparent !important;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
html>body #wrapper { /* be nice to Opera */
  	width: 99%;
	}

#content {
	margin: 0 0 0 0;
	float: left;
	width: 75% !important;
	background: transparent !important;
	color: #fff;
}
#content p:hover, li:hover	{
	background: transparent !important;
}
h2, h3, h4, #overview, #path {
	color: #fff !important;	
}
h3 span {
	color: #ccc;
}
.misc_arrow {
	background-image: url(../imgs/misc_arrowContrasto.gif);
}
#sidebar {
	float: left;
	width: 22%;
	color: #000;
	border: none;
}
#sidebar ul.all li {
	list-style-image: url("../imgs/misc_arrowSBcontrasto.gif");
}
li .themeDefault a {
	font-weight: normal !important;
}
li .themeContrasto a {
	font-weight: bold !important;
	border: 1px solid #fff;
}
#footer {
	border-top: 1px solid #ccc;
}
a:link, a:visited {
	text-decoration: underline;
	background: transparent;
	color: #f00;
}
a:hover {
	background: transparent;
	color: Blue;
}
a:active {
	background: transparent;
	color: #f00;
}
.newsdesc {
	background-color: #000 !important;
	width: 90% !important;
}
.newsdesc img {
	max-width: 100%;
	height: auto;
}