/*** Copyright Studio Zaltieri ***/
/*** Design SDS s.r.l. ***/

html, body {
	height:100%;
	width:100%;
	margin:0;
	padding:0;
}
body {
	font-family:'Trebuchet MS', Trebuchet, Helvetica, Arial, sans-serif;
	font-size:12.5px;
	color:#333;
	background:#9fa8d1 url(../img/bg.jpg) no-repeat 50% -1px;
}
#container {
	width:984px;
	margin:0 auto;
}
#header {
	display: block;
	width:984px;
	height:220px;
	margin:0 auto;
	text-transform:lowercase;
}
#container2 {
	float:left;
	background:url(../img/container3.png) repeat-y top center;
	width:912px;
	min-height:420px;
	height:auto !important;
	height:420px;
	margin:0 auto;
	margin-left:-2px;
	padding:0 36px 30px 36px;
	line-height:130%;
}
#right {
	width:240px;
	float:right;
	background:url(../img/right.jpg) repeat-x top center;
	margin-top:12px;
	padding-left:20px;
}
#left {
	margin-top:12px;
	width:610px;
	float:left;
	padding:0 16px;
	background:url(../img/left.jpg) repeat-x top center;
	text-align: justify;
}
#left a, #left a:visited {
	color:#303F85;
	text-decoration:none;
}
#left a:hover, left a:active {
	color:#303F85;
	text-decoration:underline;
}
#footer {
	clear:both;
	background:transparent url(../img/footer.png) no-repeat top center;
	width:100%;
	color:#fff;
	height:42px;
	padding-top:28px;
	margin:0 auto;
	text-align:center;
	font-size:11px;
}
#footer a, #footer a:visited {
	color:#fff;
	text-decoration:underline;
}
#footer a:hover, #footer a:active {
	text-decoration:none;
}
#leftarchivioonline {
	padding-bottom:0;
	width:100%;
	height:540px;
	float:left;
	margin-left:-10px;
}
#leftarchivioonline h1 {
	padding-left:16px;
}
/*** tipografia ***/
h1 {
	font-size:180%;
	font-family:'Palatino Linotype', 'Book Antiqua', Palatino, serif;
	color:#303f85;
	line-height:120%;
}
h2 {
	font-size:160%;
	font-family:'Palatino Linotype', 'Book Antiqua', Palatino, serif;
	color:#303f85;
	line-height:100%;
	margin-top:12px;
}
h3 {
	font-size:160%;
	font-family:'Palatino Linotype', 'Book Antiqua', Palatino, serif;
	color:#303f85;
	line-height:0%;
	margin-top:0;
}
strong {
	font-family:Georgia, serif;
	color:#000;
	font-weight:bold;
}
ul#elenco {
	margin:0 0 0 14px;
	padding:0;
	line-height:130%;
}
ul#elenco li {
	padding:4px 0 4px 6px;
}
/*** form contatti ***/
 
 #contatti .input, #contatti textarea {
	border:0;
	border-bottom:1px solid #303f85;
	font-family:'Trebuchet MS', Trebuchet, Helvetica, Arial, sans-serif;
	font-size:11.5px;
	width:180px;
	color:#888;
	background-color:transparent;
}
#contatti .input:active, #contatti textarea:active, #contatti .input:focus, #contatti textarea:focus {
	color:#333;
}
