body{
	margin:10px;
	color:black;
	background-color: white;
	font-family: verdana, arial,sans-serif;
	font-size:x-small;
}

div#container{
	border:0px solid black;
	width:750px;
}

div#header{
	text-align:right;
	background-image:url(../img/logo.gif);
	background-repeat:no-repeat;
}
div#header span.selector{
	letter-spacing:2px;
	color:#656565;
	background-color:white;
}
div#header span.selector a {
	color:#656565;
	text-decoration:none;
	background-color:white;
}
div#header span.selector a:hover {
	background-color:white;
	color:#970000;
	text-decoration:none;
}

div#navigator {
	background-color:#EEEEEE;
	color: black;
	float:left;
	voice-family : inherit;
	border:1px solid #D4D4D4;
	padding-right:8px;
	width:120px;
}
div#navigator a {
	color:#970000;
	background-color:#EEEEEE;
}
div#navigator a:hover{
	color:#656565;
	background-color:#EEEEEE;
}

div#navigator ul{
	color:#970000;
	background-color:#EEEEEE;
	list-style-type:square;
}
div#navigator li{
	margin-left: -20px;
	margin-top:8px;
	list-style-image: url("../img/ball.gif");
}

div#footer {
	font-size:xx-small;
	clear: both;
	color:#656565;
	background-color:white;
}

div#footer a {
	color:#656565;
	background-color:white;
}
div#footer a:hover{
	color:#D4D4D4;
	background-color:white;
}

div#content{
	color:black;
	background-color:white;
	margin-left:20px;
	float:right;
	text-align:justify;
	voice-family:inherit;
	width:595px;;
}


div#content img {
	border: 0px ;
	margin: 3px ;
	text-align:left;
}

div#content a{
	color:#970000;
	background-color:white;
}
div#content a:hover{
	color:black;
	background-color:white;
}

div#content td.box a{
	color:#970000;
	background-color:#EEEEEE;
}
div#content td.box a:hover{
	color:black;
	background-color:#EEEEEE;
}

div#content span.approfondimenti{
	background-color:white;
	color:black;
	background-image:url(../img/approfondimenti.gif);
	background-repeat:no-repeat;
	padding-left:25px;

}

div#content span.media{
	background-color:white;
	color:black;
	padding-left:25px;
}

div#content h1{
	color:#970000;
	background-color:white;
}
div#content h2{
	color:#970000;
	background-color:white;
}
div#content h3{
	color:#970000;
	background-color:white;
}
div#content h5{
	margin-left:3px;
	color:#970000;
	background-color:#EEEEEE;
}

div#content table{
	width:100%;
	border-collapse: separate;
}

div#content table.scura{
	border-collapse: collapse;
	background-color: #EEEEEE;
	color:black;
	border-spacing: 2px;
	text-align:left;
}

div#content td{
	border:4px solid white;
	vertical-align:top;	
	margin:2px;
}

div#content span.messaggio {
	color:#656565;
	background-color: #EEEEEE;
}



div#content blockquote {
	margin-left: 10px;
}

