#container {
	background-image:url(../images/sfondo_home.gif);
}

#column_right {
	margin:0;
	display:inline;
	width:190px;
	float:right;
}

#column_right p {
	margin-bottom:10px;
}

#column_right p.last {
	margin-bottom:0px;
}

#column_center {
	width:470px;
	float:left;
}

#slideshow_home {
	overflow:hidden;
	width:470px;
	height:330px;
	border-bottom:10px solid #fff;
}

#sl_wrap {
	position:absolute;
	width:470px;
	height:330px;		
	overflow:hidden;
	background-color:#444;
}

#slideshow_home img {
	margin:0;	
	position:absolute;
}

#content {
	margin:10px 0 0 0;
	padding:30px 30px 0;
	background-color:#e8ebee;
	color:#6b5944;
	line-height:1.5em;
	text-align:justify;
	width:auto;
	float:none;
}

#content p {
	margin-bottom:1em;
}