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

	/*border-left: 1px solid #996;
	border-right: 1px solid #630;*/
}
#subheader {
	font: bold 12px "Trebuchet MS", Georgia, "Times New Roman", serif;
	color: #fff;
	background: #996;
	word-spacing: 2px;
	padding: 1px;
	height: 18px;
	width: 100%;
	border-bottom: 2px solid #630;
	margin: 0px;
	text-align: right;
	letter-spacing: 1px;
}


#mainbody {
	margin:0px;
	padding: 0px;
	position: relative;
	width: 100%;
	/*background: #fff;*/
	
}
#left {
	/*position: absolute;
	top: 0px;
	left:0px;*/
	float: left;
	width: 180px;
	margin: 0px;
	padding:5px 5px 30px;
	color: #663300;
	text-align: right;
	background-color: #F4F4F4;
	background-image: url(../img/bkg_left.gif);
	background-repeat: no-repeat;
	background-position: center bottom;


 }
 
#right {
	margin-left: 195px;
	/*position:relative;
	top: 0px;*/
	/*padding: 8px;*/
	height: 700px;
	width: 560px;
	text-align: justify;
	background-image: url(../img/bkg_right.gif);
	background-repeat: no-repeat;
	background-position: center 200px;

 } 
 
#box {
	width: 100%;
	padding:5px;
	text-align: justify;
	background: #E4E4C9;
	border: 1px dotted #633;
 }

#footer {
	position: relative;
	width: 100%;
	margin: 0px;
	padding: 0px;
	
	background: #996;
	border-top: 1px solid #663300;
	border-bottom: 2px solid #663300;
	
	text-align: center;	
	color: #fff;
}

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

}
