body {
	background: #666;
	text-align: center; 
	MARGIN-top: 8px; 
}

/* text */

P, DIV {
	FONT-SIZE: 12px;
	FONT-FAMILY: verdana, arial, helvetica, sans-serif;
	line-height : 20px;
	text-align: left; 
}

B, STRONG {
	FONT-WEIGHT: bold;
}

H1 {
	FONT-WEIGHT: bold;
	FONT-SIZE: 18px;
	FONT-FAMILY: verdana, arial, helvetica, sans-serif;
	TEXT-ALIGN: left;
	COLOR: #666;
	TEXT-ALIGN: left;
}

H2 {
	FONT-WEIGHT: bold;
	FONT-SIZE: 14px;
	FONT-FAMILY: verdana, arial, helvetica, sans-serif; 
	TEXT-ALIGN: left;
	COLOR: #666;
}

A:link {
	FONT-WEIGHT: bold;
	COLOR: #469e4c;
	BACKGROUND-COLOR: transparent;
	TEXT-DECORATION: none
}

A:visited {
	FONT-WEIGHT: bold;
	COLOR: #469e4c;
	BACKGROUND-COLOR: transparent;
	TEXT-DECORATION: none
}

A:hover {
    FONT-WEIGHT: bold;
	COLOR: #469e4c;
	BACKGROUND-COLOR: transparent;
	TEXT-DECORATION: underline
}

A:active {
    FONT-WEIGHT: bold;
	COLOR: #469e4c;
	BACKGROUND-COLOR: transparent; 
	TEXT-DECORATION: underline
}


/* layout */


#container {
	BACKGROUND:  url(immagini/bg3.gif);
	POSITION: relative;
	width: 720px;
	padding: 0;
	margin: 0;
	BORDER-RIGHT: #CCC 0px solid;
	BORDER-TOP: #000 0px solid;
	BORDER-LEFT: #CCC 0px solid;
	BORDER-BOTTOM: #000 0px solid;
}
html>body #news { width: 718px; }

#news {
	background: transparent; 
	width: 160px; 
	padding: 0px 30px; 
	margin: 0px; 
	position: absolute; 
	top: 160px; 
	right: 0px; 
	voice-family: "\"}\""; 
	voice-family: inherit; 
	width: 180px;
}
html>body #news { width: 175px; }

#menu {
	background: transparent; 
	width: 175px; 
	padding: 10px 10px 0px 22px; 
	margin: 0px; 
	position: absolute; 
	top: 144px; 
	left: 0px; 
	voice-family: "\"}\""; 
	voice-family: inherit; 
	width: 145px;
}
html>body #menu {
	width: 175px;
}

#contenuto {
	background: transparent; 
	width: auto; 
	padding: 0px 30px 0px 30px; 
	margin: 0px 225px 0px 175px; 
	border-left: 1px solid #ccc; 
	border-right: 1px solid #ccc;
}

#footer {
	width: auto; 
	padding: 0; 
	margin: 0; 
}

/* list styles */

#menu ul {
	padding: 0px 0px; 
	margin: 0px; 
	list-style: none;
}

#menu li {
	padding: 0px; 
	margin: 0px;
}
#menu a:link {
	color: #469e4c; 
	font-weight: bold; 
	text-decoration: none;
}
#menu a:visited {
	color: #469e4c; 
	font-weight: bold; 
	text-decoration: none;
}
#menu a:hover {
	background: #469e4c; 
	color: #fff; 
	font-weight: bold; 
	text-decoration: none;
}


#lselect li { 
	border-bottom: 1px solid #ccc; 
	padding: 3px 0px;
	}

#lselect a { 
	display: block; 
	}


.small
{
	FONT-SIZE: 10px;
	FONT-FAMILY: verdana, arial, helvetica, sans-serif;
	line-height : 14px;
	text-align: left; 
}