html {
	margin: 0;
	padding: 0;
	font-family: Lucida Sans;
	font-size: 12px;
	line-height: 19px;
	color: #999;
}
body {
	margin: 0;
	padding: 0;
}
div {
/*	border: 1px solid;*/
}

ul {
	margin: 0;
	padding: 0;
}

li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#contenitore {
	width: 1024px;
	margin: 50px auto 0 190px;
	padding: 0 0 50px 0;
}
#testata {
	margin: 0;
	padding: 0 0 30px 0;
}

#principale {
	width: 500px;
	margin: 0;
	padding: 0 120px 0 0;
	float: right;
}
/* MENU PRINCIPALE */

#menu {
	width: 120px;
	margin: 0 0 0 0;
	padding: 0;
	text-align: right;
	float: left;
}

#menu a {
	font-weight: bold;
}

#menu .active {
	color: #000;
}

/* MENU SECONDARIO */

#sub-menu {
	width: 200px;
	margin: 0 0 0 20px;
	padding: 0;
	text-align: right;
	float: left;
}

#sub-menu a {
	font-weight: bold;
}

#sub-menu .active {
	color: #000;
}

/* TERZO DIV DX */

#contenuto {
	width: 350px;
	margin: 0;
	padding: 0;
	float: right;
}

#contenuto ul li{
	margin-bottom: 10px;
}
a:link {
	color: #999999;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #999999;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #FFFFFF !important;
	background-color: #052e20;
	text-decoration: none;
	font-weight: bold;
}
a:active {
	color: #999;
	text-decoration: none;
	background-color: #fff;
	font-weight: bold;
}

p#im_menu {
	line-height: 8px;
}
p#im_menu a {
	background-color: #fff;
}
p#im_menu a img {
	border: none;
}

div#footer {
	text-align: right;
	margin-right: 120px;
}