@import url(reset.css);
@import url(blocks.css);
@import url(menu.css);
@import url(contact.css);

#pagina{ width:960px; margin-top:18px; padding:0px 0px 20px 0px; }
#testata{
	height:30px; 
	padding-left:180px;
	color:#4D4D4D;
	font-size:10px;
	font-weight:bold;
}
#contenuto{border-top:1px solid #1A1A1A; width:960px;}
#sidebar{width:160px;float:left;display:inline; padding:10px 10px 0px 10px;}
#corpo{width:780px;float:left;display:inline;}

#footer{height:50px;}
.bordino{
	height: 1px;
	line-height: 1px;
	font-size: 1px;
	background-color: black;
	margin-bottom:10px;
	clear:both;
}