/* CSS Document */
body {font-family: Verdana, Helvetica, sans-serif;
	/** 
	background-image:url(../img/fondo-graad.gif);
	**/

}

/* tutti i link */	
a {
	text-decoration:none;
	list-style:none;
	border:none;
}

/* tutt i link img e le img */
img {
	border:0px;
}

h1{
	font-size:12px; /*15*/
	font-weight:bold;
	text-align:left;
	color:#000;
}
h2{
	font-size:12px;
	font-weight:bold;
	text-align:left;
	color:#000;
}

p {
	font-size:11px; /*12*/
	color:#000;
}
.project {
		text-align:right;
}

/* pagina - contenitore elementi */
#pagina {
	margin:auto;
	width:1060px;
	height:730px;
	padding-top:40px;
	padding-left:40px;
	padding-right:40px;
}
/* verticale */
#verticale {
	width:250px;
	float:left;
	position:fixed;
}

/* branding */
#branding {
	width:250px;
	line-height:1.5em;
}
#branding a:link, 
#branding a:visited {
	color:#000;
	font-weight:bold;
}
#branding a:hover {
	color:#000;
	font-weight:bold;
}

/* navigazione verticale */
#navigazione {
	width:250px;
	line-height:1.5em;
}

#navigazione  a:link, 
#navigazione  a:visited{
	color:#999;
	font-weight:bold;
}

#navigazione a:hover {
	color:#000;
	font-weight:bold;
}

.attivo {
	color:#000;
	font-weight:bold;
}

/* Img Random */
#img-random {
	width:701px;
	float:right;
	font-size:11px;
	line-height:1.5em;
}

#img-random a:link, 
#img-random a:visited  {
	color: #999;
}
#img-random a:hover{
	color: #000;
}

/* Contenitore Project */
#project {
	width:150px;
	float:left;
	margin-bottom:10px;
	margin-right:25px;
}
