body {
	background-color: #ffffff;
	color:#000000;
	font-family: Tahoma, Arial, Courier;
	font-size: 11px;
	line-height: 120%;
	margin: 0px;
	padding: 0px;
	
	/*colore della freccia*/
	scrollbar-arrow-color: #ffffff;
	/*colore bordo sinistra e alto */
	scrollbar-3dlight-color: #d4d5d5;
	/*colore bordo destra e basso */
	scrollbar-darkshadow-color: #d4d5d5;
	/*colore principale*/
	scrollbar-face-color: #d2d2d5;
	/*colore angolo sinistra e alto */
	scrollbar-highlight-color: #ffffff;
	/*colore angolo destra e basso */
	scrollbar-shadow-color: #ffffff;
	/*colore della scia*/
	scrollbar-track-color: #ededed;
	
}

.separa {
	width: 100%;
	margin: 0px;
	padding: 0px;
	clear: both;
	height: 1px;
}

/*  -------------- STILI PER HOME PAGE -------------*/



#container {
	width: 950px;
	margin: 0px auto 0px auto;
}

#top {
	width: 950px;
	margin: 0px;
	clear:both;
}

#welcome {
	width: 950px;
	height: 471px;
	margin: 0px;
	margin-bottom: 10px;
	background:url(img/bg_welcome.gif) no-repeat top left;
	clear:both;
}

#bio {
	width: 950px;
	height: 471px;
	margin: 0px;
	margin-bottom: 10px;
	background:url(img/bg_bio.gif) no-repeat top left;
	clear:both;
}

#biocontainer {
	width: 902px;
	height: 355px;
	margin: 0px;
	clear:both;
	overflow-y: scroll;
	overflow-x: hidden;
	position:absolute;
	margin-top: 105px;
	margin-left: 23px;	
	text-align:justify;
}

#contatti {
	width: 950px;
	height: 471px;
	margin: 0px;
	margin-bottom: 10px;
	background:url(img/bg_contatti.gif) no-repeat top left;
	clear:both;
}

#portfolio {
	width: 950px;
	height: 471px;
	margin: 0px;
	margin-bottom: 10px;
	background:url(img/bg_portfolio.gif) no-repeat top left;
	clear:both;
}

#gallerycontainer {
	width: 910px;
	height: 360px;
	margin: 0px;
	clear:both;
	overflow-y: hidden;
	overflow-x: scroll;
	position:absolute;
	margin-top: 105px;
	margin-left: 23px;	
	/*border: 1px solid white;*/
}

#gallery {
	margin: 0px;
	height: 337px;
	/*width: 5000px;*/
}

#gallery img {
	margin:0px;
	margin-left: 0px;
	margin-right: 10px;
	border: 1px solid #000000;
	clear:left;
}

#menu {
	width: 950px;
	margin: 0px;
	clear:both;
}

#footer {
	width: 950px;
	margin: 0px;
	margin-bottom: 20px;
	clear:both;
	color: #787878;
}



#credits {
	position:absolute;
	margin-left: 5px;
	margin-top: 725px;
	color: #4f6078;
	font-size: 10px;
}

td.copyright {
	font-size: 10px;
	text-transform:uppercase;
	border-top: 1px solid #000000;
	padding: 0px;
	padding-top: 10px;
}


/*  -------------- STILI PER PAGINA INTERNA -------------*/






/* --------------- CLASSI GENERICHE ---------------*/


img {
	border: 0px;
}


.bordonero {
	border: 1px solid #000000;
}

.azzurro {
	color: #337faf;
}

.azzurrobold {
	color: #337faf;
	font-weight:bold;
}

.campotesto {
	border: 1px solid #8baed6;
	background-color: #f5f5f5;
	color:#000000;
	font-size:11px;
	font-family: Tahoma, Courier, monospace;
}

.areatesto {
	border: 1px solid #8baed6;
	background-color: #f5f5f5;
	color:#000000;
	font-family: Tahoma, Courier, monospace;
	font-size: 11px;
}


.bottone {
	border: 1px solid #8baed6;
	background-color: #f5f5f5;
	color:#000000;
	font-size:11px;
	text-transform:uppercase;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 1px;
	padding-bottom: 1px;
	font-family: Tahoma, Courier, monospace;
}


.testopiccolo {
	font-size: 10px;
}

.maiuscolo {
	text-transform:uppercase;
}


/* --------------- CLASSI SUI LINK ----------------*/

a:link, a:visited {
	color: #000000;
	text-decoration: underline;	
}

a:hover {
	color: #000000;
	text-decoration: none;
}

a.linknero:link, a.linknero:visited {
	color: #000000;
	text-decoration: none;	
}

a.linknero:hover {
	color: #000000;
	text-decoration: underline;
}

a.linkazzurro:link, a.linkazzurro:visited {
	color: #337faf;
	text-decoration: underline;	
}

a.linkazzurro:hover {
	color: #000000;
	text-decoration: none;
}



