div#container { background: url(../img/sfondo_biglietto.jpg) no-repeat left top; }

div#colonna_sinistra {
	float: left;
	width: 350px;
	overflow: hidden;
}

div#colonna_destra {
	width: 325px;
	min-height: 238px;
	float: right;
	padding: 15px 58px 0 0;
}

img.incorniciate {
	float: left;
	margin: 0 10px 5px 0;
}

/* ----------- STILI PER SOTTOMENU' ----------*/
a.sotto_menu {
	display: block;
	float: right;
	height: 18px;
	clear: both;
	margin: -1px 0 0 0;
	padding: 0 10px 0 20px;
	color: #FFC;
	text-decoration: none;
	background: url(../img/sotto_menu.gif) no-repeat left top;
}

a.sotto_menu:hover {
	background: url(../img/sotto_menu_roll.gif) no-repeat left top;
	color: #663;
}
