div#contenitore {
	height: auto;
	width: 960px;
	margin: 30px auto;
	background-image: url('../images/falsa-colonna.gif');
	background-repeat: repeat-y;
	background-color: #00133e;
	background-position: right;
}
div#menu-bc {
	height: 25px;
	width: 960px;
	background-color: #00133e;
	text-align: center;
	font-size: 9px;
}
div#fascia {
	height: 119px;
	width: 960px;
	background-image: url('../images/fascia.jpg');
}
div#nav-oriz {
	height: 32px;
	width: 940px;
	background-image: url('../images/nav.gif');
    padding: 0 10px;
}
div#contenuto {
	height: auto;
	width: 678px;
	background-color: #00133e;
	float: left;
	padding: 10px;
    overflow: hidden;
}
div#nav-vert {
	height: auto;
	width: 240px;
	float: right;
	background-color: #133b76;
	margin: 15px 0 10px 0;
	border: solid #006bb6 1px;
	display: inline;
	padding: 5px;
        padding-bottom: 20px;
	text-align: left;
        padding-top: 10px;
}
div#banner {
	height: auto;
	width: 240px;
	float: right;
	margin: 15px 0 10px 0;
	text-align: center;
}
div#piede {
	height: auto;
	width: 960px;
	background-image: url('../images/piede.gif');
	clear: both;
    overflow: hidden;
    font-size: 9px;
	font-weight: bold;
	color: #00133e;
	padding: 3px;
}
div#form {
	height: auto;
	width: 80px;
	float: right;
	background-color: #133b76;
	border: solid #006bb6 1px;
	padding: 3px;
	text-align: left;
}