/* stili per tutte */
html,body{
	margin:0;
	padding:0;	 
}
body{
	font: 76% arial,sans-serif;
	text-align:center;
	background-color: #B5B5B5;	
}
#header {
	text-align: right;
	height: 100px;
	color: white;
	background-image: url(../immagini/testata.jpg);
	background-repeat: no-repeat;
	border-bottom: 1px solid #989898;
}
#sottotestata {
	margin-bottom: 20px;
}
img {
	border: none;
}
#content {
}
#container {
	width:980px;
	margin:0 auto;
	background-image: url(../immagini/fondosx.jpg);
}
#footer{
	margin-top: 60px;
	margin-bottom: 20px;
	clear:both;
	width:100%;
	color: #989898;
	padding: 3px 0 3px 0;
}
#menu{
	float:left;
	width: 250px;
}
#menu img {
	float: left;
}
.titoloportfolio {
	text-align: right;
	border-bottom: 2px solid #989898;
	margin-left: 260px;
	padding-bottom: 2px;
}
#contienifoto {
	margin-left: 260px;
	background-color: #b5b5b5;
	padding: 5px;
	background-image: url(../immagini/fondoportfolio.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	text-align: left;
	color: #535353;
	font-size: x-small;
}
.descrivigrafica {
	margin-top: 20px;
	text-align: left;
	color: #535353;
	padding: 5px 5px 5px 270px;
	line-height: 200%;
}