body{
text-align: left;
	background-color:black;
	width: 1000px;
}
div#container
{
	position: relative;
	left: 0px;
	top: 0px;
	width: 750px;
	background-image: url(immagini/sfondo.jpg);
}

div#testata
{
	position: relative;
	left: 0px;
	font-family: Arial;
	font-size: 12px;
	background-color: Yellow;
	width: 750px;
	height: 174px;
}


div#content
{
float:right;
padding-left: 4px;
padding-right: 8px;
padding-top: 4px;
background-color: white;
width:738px;
font-family: Verdana;
font-size: 11px;

}

a {
color:black;
}

a#news {
color:yellow;
}

#navlist
{
border-top: 1px solid Lime;
	border-bottom: 1px solid Lime;
	padding-left: 0px;
	margin-left: 0px;
	color: White;
}

#navlist li
{
	list-style: none;
	margin: 0px;
	padding: 0px;
	padding-left: 30px;
	border-bottom: 1px solid Lime;
}

#navlist li a {
	text-decoration: none;
	font-family: Arial;
	font-size: 12px;
	color: White;
}

#navlist li a#news {
	text-decoration: none;
	font-family: Arial;
	font-weight: bold;
	font-size: 13px;
	color: Silver;
}

#active {
	background-color: Yellow;
}



