/* RESET CSS */

html, body, div, p, span, 
h1, h2, h3, h4, h5, h6, 
blockquote, pre, a, abbr, acronym, address, big, cite, code,
img,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
iframe, ins {
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	font:inherit;
	text-transform:none;
	font-weight:normal;
	line-height:1;
	list-style:none;
	letter-spacing:1px;

}

@font-face {
    font-family: 'Opificio';
    src: url('../Caratteri/Opificio.eot');
    src: url('../Caratteri/Opificio.eot?#iefix') format('embedded-opentype'),
         url('../Caratteri/Opificio.woff') format('woff'),
         url('../Caratteri/Opificio.ttf') format('truetype'),
         url('../Caratteri/Opificio.svg#VM') format('svg');
    font-weight: normal;
    font-style: normal;
}

img { 
	border:none; 
	vertical-align:bottom; 
}

body { 
	background:#000 url('../Immagini/jutas.jpg ') fixed;
}

input[type="submit"], input[type="reset"], input[type="button"] {
	background: url('../Immagini/juta2.jpg');
	color:#000;
	font-family: 'Opificio', sans-serif;
	font-size:18px;
	font-weight:bold;
	text-transform:uppercase;
	letter-spacing:1px;
	border:none 2px;
	border-color:#222;
	border-radius:8px;
	padding:5px;
}
/* Fine RESET */

.mappa {
	font-family: 'Opificio', sans-serif;
	font-weight:normal;
	position:relative;
	letter-spacing:1px;
	left:55px;
	color:#c93;
	font-size:20px;
}

.sx { 
	float:left; 
}


.dx {
	float:right;
}	

.clear {
	clear:both;             
}

.testo01 {
	font-family: "Opificio", sans-serif;
	font-size:30px;
	font-weight:normal;
	font-style:normal;
	text-align:right;
	text-indent:0;
	text-transform:none;
	line-height:1.5;
	word-spacing:normal;
	letter-spacing:1px;
	color:#fff;
}
.testo01 a {
	text-decoration:none;
	color:#c93;
}
.testo01 a:hover {
	color:#339;
}

.testo02 {
	font-family: "Opificio", sans-serif;
	font-size:30px;
	font-weight:normal;
	font-style:normal;
	text-align:left;
	text-indent:0;
	text-transform:none;
	line-height:1.5;
	word-spacing:normal;
	letter-spacing:1px;
	color:#fff;
}
.testo02 a {
	text-decoration:none;
	color:#c93;
}
.testo02 a:hover {
	color:#339;
}

.testo03 {
	font-family: "Opificio", sans-serif;
	font-size:30px;
	padding: 10px 0 0 0;
	font-weight:normal;
	font-style:normal;
	text-align:center;
	text-indent:0;
	text-transform:none;
	line-height:1.5;
	word-spacing:normal;
	letter-spacing:1px;
	color:#fff;
}
.testo03 a {
	text-decoration:none;
	color:#c93;
}
.testo03 a:hover {
	color:#339;
}

.bottom {
	margin:0;
	padding:0;
	position:absolute;
	top:660px;
	opacity:0.8;
}

/* CONTENITORE */

#contenitore { 
	font-family: 'Opificio', sans-serif;
	text-transform:uppercase;
	color:#fff;
	background: url('../immagini/LogoWeb.jpg');
	background-position: top, center;
	background-repeat:no-repeat;
	width:960px; 
	height:700px;
	margin:10px auto;
	border-radius:5px;
}

#contenitore01 { 
	font-family: 'Opificio', sans-serif;
	text-transform:uppercase;
	color:#fff;
	width:960px; 
	height:700px;
	margin:10px auto;
	border-radius:5px;
}
/* COLONNA SINISTRA */


#col-sx { 
	width:83px; 
	height:677px;  
	margin-top:0px; 
	padding:5px; 
	border:none 1px; 
	border-color:#222;
}

/* COLONNA CENTRALE */


#col-cen { 
	/*background:url('../Immagini/Logoweb.jpg');*/
	width:754px; 
	height:677px; 
	margin-right:2px; 
	margin-left:2px; 
	margin-top:0px; 
	padding:5px; 
	border:none 1px; 
	border-color:#000;
}

/* COLONNA DESTRA */


#col-dx { 
	width:83px; 
	height:677px; 
	padding:5px; 
	margin-top:0px; 
	border:none 1px;
	border-color:#222;
}



/* FOOTER */

#footer { 
	color:#c93;
	padding:6px; 
	margin-top:3px;
	font-size:12px;
	letter-spacing:2px; 
	text-align:center; 
	border:none 1px;
	border-color:#222;
}