.articolo {
	position:relative;
	top:0;
	left:70px;
	width: 400px;
	height: auto;
	
	margin-top:80px;
	margin-bottom:-100px;
}
.art_header {
	position:relative;
	width: 400px;
	height: 94px;
	background:url(../img/graffa_top.png) no-repeat;
}
.art_title {
	position:relative;
	top:-10px;
	left:24px;
	
	height:25px;
	width:206px;
}

#art1 .art_title {
	width: 99px;
	height: 25px;
	background:url(../img/chisiamo_title.png) no-repeat;
}


.art_url {
	position:relative;
	top:-3px;
	left:24px;
}
.art_anno {
	position:relative;
	top:4px;
	left:24px;
}
.art_skill {
	position:relative;
	top:11px;
	left:24px;
}
.art_tech {
	position:relative;
	top:18px;
	left:24px;
}




.art_content {
	position:relative;
	width: 400px;
	height: auto;
	background:url(../img/graffa_content.png) repeat-y;
	
	z-index:20;
}
.art_text {
	position:relative;
	top:0;
	left:24px;
	
	line-height:18px;
	text-align:justify;
	
	overflow:hidden;
	
	z-index:20;
}



.art_footer {
	position:relative;
	top:-156px;
	width: 400px;
	height: 10px;
	background:url(../img/graffa_bottom.png) no-repeat #FFF;
	
	z-index:10;
	
	padding-top:159px;	
	padding-bottom:10px;
}
.artController {
	color:#000;
	font-weight:bold;
	text-decoration:none;
	
	margin-left:24px;
	
	cursor:pointer;
	
	display:none;
}
.art_footer a:hover {
	color:#FF8400;
	font-weight:bold;
}