#contenitore {
	position: relative;
	width: 780px;
	/*background: #996;*/
	margin-left:auto;
	margin-right:auto;

	/*border-left: 1px solid #996;
	border-right: 1px solid #630;*/
}
#header {
	padding: 0px; margin: 0px;
	height: 150px;
	width: 780px;
	background: url(../img/header00.jpg) no-repeat left;
	font: bold 12px "Trebuchet MS", Georgia, "Times New Roman", serif;
	letter-spacing: 1px;
	word-spacing: 2px;
	
	border-top: 1px solid #036;
	border-bottom: 1px solid #036;
}
#subheader {
	background: url(../img/sub_header.jpg) no-repeat left;
	padding: 0px;margin: 0px;
	height: 20px;
	width: 100%;
	border-bottom: 1px solid #036;
	
	font: bold 12px "Trebuchet MS", Georgia, "Times New Roman", serif;
	color: #fff;	
	text-align: right;
	letter-spacing: 1px;word-spacing: 2px;
}


#mainbody {
	margin:0px;
	padding: 0px;
	position: relative;
	width: 100%;
	min-height: 760px;
	height: auto !important;
	height: 760px;
	background: #f4f4f4;
}
#left { position: absolute;
	top: 0px;
	left:0px;
	width: 192px;
	margin: 0px;
	padding:5px;
	min-height: 760px;
	height: auto !important;
	height: 760px;
	text-align: right;
	background: #f4f4f4;
	color: #036;
 }
 
#right {
	background:#fff url(../img/fascia.gif) no-repeat top left;
	position:relative;
	margin: 0px;padding: 0px;
	top: 0px;
	min-height: 760px;
	height: auto !important;
	height: 760px;
	margin-left: 203px;
	padding: 0px;
	width: 577px;
	text-align: justify;
	border-left: 1px solid #036;
 } 
 
#box {
	width: 170px;
	margin:5px;
	padding:5px;
	text-align: justify;
	/* background: #E8D9AA;*/
	border: 2px dotted #036;
 }

#footer {
	position: relative;
	width: 100%;
	margin: 0px;
	padding: 3px;
	
	background: #747D93;
	border-top: 1px solid #036;
	border-bottom: 2px solid #036;
	
	text-align: center;	
	letter-spacing: 1px;
	word-spacing: 2px;
	color: #fff;
	clear: both;
}

#search {
	text-align: right;
	margin: 1px;
	padding: 1px;
	border-top: 1px dotted #036;
	border-bottom: 1px dotted #036;
	width: 95%;

}
