@charset "utf-8";
/* CSS Document */
body,td,th {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFEFD7;
}
a:link {
	color: #FF9900;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FF9900;
}
a:hover {
	text-decoration: underline;
	color: #006699;
}
a:active {
	text-decoration: none;
	color: #FF9900;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	margin: 0;
}
h1 {
	font-size: 24px;
}
h2 {
	font-size: 18px;
	color: #FF9900;
}
h3 {
	font-size: 16px;
}
h4 {
	font-size: 14px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10px;
}
#headspace {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	background-color: #FF9900;
	height: 275px;
	margin-top: 20px;
}
#header {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	height: 275px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/sito_header.jpg);
}
#siteurl {
	color: #FFFFFF;
	float: right;
	width: 500px;
	margin-top: 20px;
	margin-right: 10px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-align: right;
}
#navigation {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#pagina {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
	text-align: left;
	padding: 10px;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}
.leftsidepane {}
#leftpane {
	float: left;
	width: 20%;
	margin-right: 10px;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #FFEFD7;
	text-align: center;
}
#storyboard {
	width: 53%;
	float: left;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 10px;
}
#rightpane {
	float: right;
	width: 22%;
	margin-left: 5px;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #FFEFD7;
	text-align: center;
}
#img-fied {
	float: right;
	width: 150px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.piclinks {
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  -moz-opacity:1.0; 
  opacity:1.0;
}

.piclinks:hover {
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  -moz-opacity:0.50; opacity:.50;
}
.title {
	border-left-width: medium;
	border-left-style: solid;
	border-left-color: #FF9900;
	padding-left: 10px;
	line-height: 35px;
	background-color: #FFFAF4;
	display: block;
	}
.footnote {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FF9900;
	background-color: #FEF5E6;
	padding-left: 10px;
	border-right-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FF9900;
	border-left-color: #FF9900;
	padding-right: 10px;
}
#footer {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #333333;
	text-align: center;
	width: 1000px;
	margin: 0 auto;
	padding: 5px 0;

}

