body {
	background: url(pattern.jpg) repeat;
	font-family: "Tahoma"; 
	font-size: 11px;
	color: black;
}

a:link {
	color: #3f3f3f;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
}

a:visited {
	color: #3f3f3f;
	text-decoration: none;
	font-weight: bold;
}

a:active {
	color: #3f3f3f;
	font-weight: bold;
}

.titolo {
	font-size: 17px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

.sottotitolo {
	font-size: 15px;
	margin: 0;
	padding: 0;
}

.titoletto {
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

#header {
	position: relative;
	width: 900px;
	height: 559px;
	margin: auto;
}

	/* INIZIO Ticker News
	
	#ticker {
		position: absolute;
		width: 250px;
		height: 25px;
		right: 125px;
		top: 365px;
		z-index: 0;
		font-size: 17px;
	}
	
	#ticker a:link {
		color: black;
		text-decoration: none;
		font-weight: bold;
	}
	
	#ticker a:hover {
		text-decoration: underline;
		}
		
	FINE Ticker News */
	
	#contatore {
		position: absolute;
		width: 250px;
		height: 70px;
		right: 127px;
		top: 310px;
		z-index: 0;
		font-size: 17px;
		font-weight: bold;
		text-align: center;
		color: black;
	}

#colonne {
	position: relative;
	width: 900px;
	min-height: 36px;
	margin: auto;
	background-image: url(colonne.jpg);
	background-repeat: repeat-y;
	background-position: 50% 50%;
}

	#contenuti {
		position: relative;
		width: 672px;
		z-index: 1;
		left: 146px;
	}
	
	/* INIZIO Gallery */
	
	#Masthead {
	position: relative;
	height: 33px;
	width: 102px;
	background: #dedede url(../img/logo_digitalis.gif) center center no-repeat;
	margin-left: auto;
	margin-right: auto;
	}

	#OuterContainer {
		padding: 0;
		margin: 0 auto;
	}
	
	#Container {
		position: relative;
		height: 200px;
		width: 200px;
		margin: 0 auto;
		background-color: #dedede;
		border: 5px solid #494949;
		font-size: 0px;
	}
	
	#Photo {
		position: absolute;
		top: 0;
		left: 0;
		z-index: 5;
	}
	
	#Loading {
		height: 25%;
		width: 100%;
		position: absolute;
		top: 40%;
		left: 0%;
		text-align: center;
		z-index: 0;
		line-height: 0;
	}
	
	#LinkContainer {
		position: absolute;
		top: 0;
		left: 0;
		height: 100%;
		width: 100%;
		z-index: 10;
		/* filter:alpha(opacity:80); /* Specify opacity for IE */
	}
	
	#PrevLink, #NextLink {
		cursor: pointer;
		width: 48%;
		height: 100%;
		background: transparent url(../img/c.gif) no-repeat; /* Trick IE into showing hover */
		display: block;
	}
	
	#PrevLink span, #NextLink span { display: none; }
	
	#PrevLink { left: 0; float: left; }
	#NextLink { right: 0; float: right; }
	
	/* background image for IE */
	#PrevLink:hover, #PrevLink:visited:hover { background: url(../img/prev_minus.gif) 20% 50% no-repeat; }
	#NextLink:hover, #NextLink:visited:hover { background: url(../img/next_plus.gif) 80% 50% no-repeat; }
	
	/* backgroudn image for compliant browsers */
	#LinkContainer>#PrevLink:hover, #LinkContainer>#PrevLink:visited:hover { background: url(../img/prev_chevron.png) 20% 50% no-repeat; }
	#LinkContainer>#NextLink:hover, #LinkContainer>#NextLink:visited:hover { background: url(../img/next_chevron.png) 80% 50% no-repeat; }
	
	#CaptionContainer {
		margin: 0 auto;
		width: 200px;
		text-align: left;
		background-color: #494949;
	}
	
	#CaptionContainer p {
		margin: 0;
		padding: 5px 10px 10px 10px;
		font-size: 11px;
		color: #999;
	}
	
	#Counter {
		font-weight: bold;
		color: #999;
		padding-right: 5px;
	}
	
	#About p {
		margin: 0 20px;
		padding: 5px 0;
		font-size: 12px;
		font-weight: bold;
	}
	
	#About {
		width: 100%;
		text-align: left;
		background-color: #efefef;
		border-bottom: 1px solid #dedede;
	}
	
	#AboutBody {
		margin-top: 15px;
	}
	
	#AboutBody p {
		font-weight: normal;
		font-size: 11px;
		line-height: 1.4em;
		margin: 0 20px 10px 20px;
		padding: 0;
	}
	
#footer {
	position: relative;
	width: 900px;
	height: 173px;
	margin: auto;
}

	#validator {
		position: relative;
		width: 179px;
		height: 31px;
		margin-left: auto;
		margin-right: auto;
		top: -35px;
	}
