#leftCol {
/*
	width: 100px;
	padding: 0px;
	float: left;
	background-color: #565656;
	height: 100%;
	background: url(../img/layout_01.gif) repeat-x scroll;*/
	background-color: #003300;
	float:left;
	height:100%;
}

#centerCol {
	width: 778px;
	float:left;
	height:100%;
	margin:0px;
	padding:0px;
}

#rightMarginCol {
	background: url(../img/layout_03.gif) no-repeat scroll;
	width: 77px;
	float:left;
	height:100%;
	margin:0px;
	padding:0px;
}

#rightCol {
/*
	width: 77px;
	padding: 0px;
	float: left;
	background: url(../img/layout_03.gif) no-repeat scroll;*/
	background-color: #009900;
}



#frame {
	height:100%;
	width:900px;

	margin-right:auto;
	margin-left:auto;
	margin-top:0px;
	padding:0px;
	text-align:left;
	
}


#topHeader {
	background: url(../img/layout_02.gif) no-repeat scroll;
	height: 93px;
	margin: 0px;
	width: 780px;
}

#topStatus {
	height: 31px;
	background: url(../img/layout_05.gif) no-repeat scroll;
	padding:0px;
	margin: 0px;
	width: 780px;
}

/* Elementi del body */

#middleBody {
	background: url(../img/layout_06.gif) no-repeat scroll;
	padding:0px;
	margin: 0px;
	width: 780px;
    height: auto !important;  /* per i browser moderni */
    height: 500px;      /* per IE5.x e IE6 */
    min-height: 500px;  /* per i browser moderni */
}

#middleMenu {
	float:left;
	width: 170px;		
	padding:0px;	
}

#middleCont {
	float:left;
	width: 600px;	
	padding:0px;	
}
