div#container{
		width:1001px; 
		margin:0 auto;
		text-align: left;   
		position:relative;
		color:#434749;
		border-left: 1px solid white;
		border-right: 1px solid white;
}

div#header{
		position:relative;
		width:100%; height:263px;
		text-align:center;
}
	div#flash{
			width:1001px; height:224px;
			background-color: #ffffff;
	}
	div#sub{
		width:900px;height:39px;
		margin:0px auto;
	}

div#sinistra{
	float: right; 
	width: 217px;
	min-height:200px;
	height:200px;
	height: auto !important;
	padding-top:50px;
	padding-left:30px;
	border-top:2px solid white;
}

div#contenuto{
	float:right;
	min-height:300px;
	width: 748px;
	text-align:center;
	border-left: 1px solid #f8f8f8;
	background-color:white;
}

div#footer{
	clear:both;
	width:1001px;	height:60px;
	margin:0px auto;
	border-top: 1px solid #f8f8f8;
	background-color: white;
}
div#foot{
	float:right;
	width: 648px;
	text-align:center;
	border-left: 1px solid #f8f8f8;
	border-top: 1px solid #f8f8f8;
	background-color:white;
	padding:10px 50px 10px 50px;
}

