.home {
	background-image: url(../images/sfondo_home.png);
	background-position: top left;
	background-repeat: repeat-y;
}

.home_left_column {
	margin: 0px;
	padding: 0px;
	width: 360px;
	text-align: center;
}

.home_right_column {
	background-image: url(../images/foto_home.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	width: 620px;
	height: 520px;
}


a#logo.logo_home {
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 17px;
	margin-bottom: 34px;
}

/* --- content ticker --- */

div.content_ticker {
	margin: 34px 0px 0px 10px;
	padding: 0px;
}

/* --- menu ---*/

div.menu_home {
	margin: 0px;
	padding: 0px;
}

div.menu_home ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	margin-left: 2px;
	margin-top: 150px;
}

div.menu_home ul li {
	margin: 0px;
	padding: 0px;
	font-size: 15px;
	margin-bottom: 3px;
	border-left: 3px solid #e4eca6;
}

div.menu_home ul li.active {
	margin: 0px;
	padding: 0px;
	margin-bottom: 3px;
	border-left: 3px solid #e4eca6;
}

div.menu_home ul li.active span {
	color: #E4ECA6;
	font-weight: bold;
	padding: 2px;
}

div.menu_home ul li.active a {
	padding: 0px;
}

div.menu_home ul li a {
	color: #ffffff;
	padding: 2px;
	font-weight: bold;
	text-decoration: none;
}

div.menu_home ul li a:hover {
	text-decoration: underline;
}

/* --- footer --- */

div#footer.footer_home {
	margin-left: 130px;
}