body {
	line-height: 1.2;
	background: #cccccc url(jpg/ombra.jpg) center top repeat-y;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

#corpo {
	margin : 10px auto;
	padding: 0px;
	background: #FFFFFF;
	border: 0px;
	width: 1024px;
}

#testata {
	margin: 0px;
	padding: 0px;
	/*background: url(jpg/bannerHome.jpg) repeat;*/
	border: 0px;
	width: 1024px;
	height: 220px;
	text-align: right;
	vertical-align: bottom;
}

#titolo {
	background: #C1C1C1;
	width: 1014px;
	height: 20px;
	border: 0px;
	padding: 0px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 15px;
	color: white;
	margin: 0px;
	text-align: left;
	padding-left: 10px;	
}

#contenuto { 
	margin: 0px;
	padding-top: 15px;
	background: #ffffff;
	border: 0px;
	width: 1024px;
	height: 535px;
	border: 0px solid #cccccc;
	text-align: center;
}

#testo { 
	margin: 0px;
	padding-left: 15px;
	background: #ffffff;
	border: 0px;
	width: 1000px;	
	height: 520px;
	color: gray;
	font-size: 12px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: left;
	position:relative;
}

.gallery {
	margin-left:auto;
	margin-right:auto;
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	width: 1024px;
}

#piede {
	clear: both;
	margin: 0px;
	padding-top: 5px;
	background: #C1C1C1;
	border: 0px;
	width: 1024px;
	height: 18px;
	color: gray;
	font-size: 9px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
}

#testo a:link.corsi, a:visited.corsi {
	color: gray;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: underline;
}

#testo a:hover.corsi {
	color: #666666;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: underline;
	background: #C1C1C1;
}

.framemappa { 
	border: 3px solid #C1C1C1;
}

/*css LIGHTBOX */
/* mediaboxAdvanced - black theme */
#mbOverlay {
	position: absolute;
	z-index: 9998;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
}

#mbOverlay.mbOverlayFF {
	background: transparent url(images/80.png) repeat;
}

#mbOverlay.mbOverlayIE {
	background: transparent url(images/50.gif) repeat;
}

#mbBottomContainer {
	position: absolute;
	z-index: 9999;
	left: 50%;
	overflow: hidden;
	background-color: #cccccc;
}
#mbCenter{
	position: absolute;
	z-index: 9999;
	left: 50%;
	overflow: hidden;
	background-color: #FFFFFF;
}

.mbLoading {
	background: #cccccc  no-repeat center;
}

#mbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #cccccc;
	background-repeat: no-repeat;
/*	Sets the style for inline content, if no style is given	*/
	font-family: Myriad, Verdana, Arial, Helvetica, sans-serif;
	line-height: 19px;
	font-size: 12px;
	color: #fff;
	text-align: left;
}

/*	Sets the style for inline content, if no style is given	*/
#mbImage a, #mbImage a:link, #mbImage a:visited {
	color: #ddd;
}

/*	Sets the style for inline content, if no style is given	*/
#mbImage a:hover, #mbImage a:active {
	color: #fff;
}

#mbBottom {
	font-family: Myriad, Verdana, Arial, Helvetica, sans-serif;
	line-height: 19px;
	font-size: 12px;
	color: #999;
	text-align: left;
	border: 10px solid #cccccc;
	border-top-style: none;
}

#mbTitle {
	display: inline;
	color: #4D4948;
	font-weight: bold;
	line-height: 20px;
	font-size: 10px;
}

#mbNumber {
	display: inline;
	color:#FFF;
	line-height: 14px;
	font-size: 10px;
}

#mbCaption {
	display: block;
	color: #999;
	line-height: 14px;
	font-size: 10px;
}

#mbPrevLink, #mbNextLink, #mbCloseLink {
	display: block;
	float: right;
	height: 20px;
	width: 46px;
	background: transparent url(images/BlackClose.gif) no-repeat center;
	margin: 0;
	outline: none;
}

#mbPrevLink {
	width: 30px;
	background: transparent url(images/prec.png) no-repeat center;
}

#mbNextLink {
	width: 30px;
	background: transparent url(images/succ.png) no-repeat center;
}

#mbCloseLink {
	width: 30px;
	background: transparent url(images/chiudi.png) no-repeat center;
}

#mbError {
	position: relative;
	top: 30%;
	font-family: Myriad, Verdana, Arial, Helvetica, sans-serif;
	line-height: 19px;
	font-size: 12px;
	color: #fff;
	text-align: center;
	border: 10px solid #700;
	padding: 20px 10px 30px;
	margin: auto;
}
