@charset "utf-8";
/* CSS Document */

* {
	font-family:Arial, Helvetica, sans-serif;
	padding:0;
	margin:0;
}

body {
 background-color: #FFF;
}

#layout {
	width:888px;
	margin:18px 0 0 53px;
}

#testata {
	width:888px;
	height:90px;
	margin: 0 0 0 0;
}

#main_static {
	width:800px;
	height: 431px;
	margin: 18px 0 0 88px;
	border-bottom: solid #000 1px; 
	border-top: solid #000 2px;
}

#image {
	float: left;
	width:390px;
	height: 431px;
	padding: 0;
}

#testo {
	padding: 0;
	float:left;
    width: 410px;
	height: 411px;
}


/* CSS COMUNI PER IL BODY A TUTTE LE PAGINE */

p {
	font-size: 11px;
}

/* SCROLL PUBBLICAZIONI */

.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	background: #FFF;
}

.jScrollPaneDrag {
	position: absolute;
	background: #000;
	cursor: pointer;
	overflow: hidden;
}

.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}

.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}

a.jScrollArrowUp {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	height: 9px;
}

a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	height: 9px;
}

/* FINE SCROLL PUBBLICAZIONI */


.scroll-pane_location {
	height: 411px;
	overflow: auto;
	background: #FFF;
	float: left;
}