#header {
	background-color: transparent;
	background-image: url("../../img/testata1.jpg");
	background-position: 0 0;
	background-repeat: no-repeat;
	height: 140px;
}

#subheader {
	background-color: #ffffff;
	background-image: url("../../img/sfondo_subheader.gif");
	background-position: 0 0;
	background-repeat: repeat-x;
	min-height: 35px;
	float: left;
	width: 100%;
	line-height: 35px;
	padding: 6px 0 0 0;
}

#sh1 {
	float: left;
	width: 73%;
}

#sh2 {
	: center;
	margin-left: 73%;
}

#hmenu {
	clear: left;
	background-color: #cccccc;
	background-image: url("../../img/sfondo_hmenu.gif");
	background-position: 0 0;
	background-repeat: repeat-x;
	min-height: 52px;
	line-height: 52px;
}

#corpo {
	float: left;
	width: 100%;
	background-color: #ffffff;
	background-image: url("../../img/sfondo_corpo.png");
	background-position: 50% 0;
	background-repeat: no-repeat;
}

#colonna_1  {
	width: 20%;
	float: left;
}

#footer {
	clear: left;
	background-color: #cccccc;
	background-image: url("../../img/sfondo_footer.gif");
	background-position: 0 100%;
	background-repeat: repeat-x;
	min-height: 40px;
	line-height: 40px;
}
