@font-face {
	font-family: 'ChaparralProRegular';
	src: url('font/chaparralpro-regular-webfont.eot');
	src: local('☺'), url('font/chaparralpro-regular-webfont.woff') format('woff'), 
							 url('font/chaparralpro-regular-webfont.ttf') format('truetype'), 
							 url('font/chaparralpro-regular-webfont.svg#webfontlrY614MJ') format('svg');
   font-weight: normal;
	font-style: normal;
}

body {
	background-color: #4d5e3e;
	margin:0;
	padding:0;
	font-family: 'ChaparralProRegular', sans-serif;
	font-size: 15px;
}

img {
	border: none;
}

a, a:visited, a:link {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a.menu {
	font-weight:bold;
}
#main {
	width: 1000px;
	position: absolute;
	left: 50%;
	margin-left: -500px;
}

#corpo {
   position: absolute;
   width: 1000px;
   height: 560px;
   background-color:#fff7e2;
   background-image: url("immagini/mb.png");
   background-position: top left;
   background-repeat: no-repeat;
   margin: -4px 0 0 0;
}

#nomepag {
	position: absolute;
	margin: 164px 0 0 4px;
}

#fb {
	position: absolute;
	top:300px;
	left:5px;
	background-color: white;
}

#centrosx {
   position: absolute;
	width: 530px;
	height: 450px;
	margin: 45px 0 0 115px;
	text-align:justify;
}

#centrodx {
	position: absolute;
	width:300px;
	height: 450px;
	margin: 35px 0 0 685px;
	text-align:center;
}

#centrodx img {
	border: 1px solid #4d5e3e;
}

#footer {
	text-align:center;
	color:#fff7e2;
	font-size: 13px;
	left: 50%;
	margin-top:560px;
}

#footer a,a:hover,a:visited,a:link {
	color: #fff7e2;
}

/* index */

#cont {
	width: 1000px;
	height: 614px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -312px;
	margin-left: -510px;
}

#morgana {
	width: 306px;
	height: 306px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -128px;
	margin-left: -168px;
}

#morgana img {
	border: none;
}

a#entra {
  display: block;
  width: 305px;
  height: 306px;
  background: url("immagini/entra.png");
}

a#entra:hover {
  display: block;
  width: 305px;
  height: 306px;
  background: url("immagini/entra_roll.png");
}


/* link */

#centrolink {
	position: absolute;
	width: 700px;
	height: 450px;
	margin: 17px 0 0 215px;
	text-align: center;
}

td.link {
	text-align:center;
}

table.link {
	width:700px;
	text-align:center;
}

td.link a, a:visited, a:link{
	color: black;
}


td.link a:hover {
	color: black;
	text-decoration: none;
}


/* menu */

#menu {
	margin-left: 92px;
	width: 890px;
}

td.menu {
	vertical-align: top;
	text-align:left;
	margin: 0;
	padding: 0;
}

div.nascosto {
	visibility: hidden;
	position: absolute;
}

div.visibile {
	visibility: visible;
	position: absolute;
	margin: 0px 0px 0px -1px;
}

div.preloading {
	background:url("immagini/entra_roll.png");
	margin-left:-1000px;
}

a.voce, a.voce:hover {
	display: block;
	position: relative;
	font-weight: bold;
	text-decoration: none;
}

a.voce {
	color: black;
}

a.subvoce, a.subvoce:hover {
	display: block;
	position: relative;
	color: #000000;
	text-decoration: none;
	padding-top: 2px;
	border:none;
}

a.subvoce {
	background: transparent;
}

a.subvoce:hover {
   font-weight:bold;
}

/* fine menu */

/* scroller */

.Container {
	position: absolute;
	width: 525px;
	height: 450px;
	margin: 35px 0 0 115px;
	text-align:justify;

}
#Scroller-1 {
  position: absolute; 
  overflow: hidden;
  width: 525px;
  height: 450px;
}
#Scroller-1 p {
  margin: 0; padding-left:10px;
}
.Scroller-Container {
  position: absolute;
  top: 0px; left: 0px;
}
#Scrollbar-Container {
  position: absolute;
  top: 40px; left: 655px;
}
.Scrollbar-Track {
  width: 10px; height: 460px;
  position: absolute;
  top: 12px; left: 4px;
  background: transparent url(immagini/scroll_track.png) center center;
}
.Scrollbar-Handle {
  position: absolute;
  width: 10px; height: 17px;
  cursor: pointer;
}

/* fine scroller */
