body, html {
	margin: 0px;
	padding: 0px;
	border: 0px;
	height: 100%;
	font-family: "Verdana", sans-serif;
	font-size: 10px;
	text-align: left;
	overflow: hidden;
	color: #404559;

	/* start ie style */
	scrollbar-face-color: #bbc7ef; /* face color */
	scrollbar-track-color: #ffffff; /* background color */
	scrollbar-arrow-color: #ffffff; /* arrow color */
	scrollbar-highlight-color: #bbc7ef; /* inner left and top border color */
	scrollbar-shadow-color: #bbc7ef; /* inner right and bottom border color */
	scrollbar-3dlight-color: #bbc7ef; /* left and top border color */
	scrollbar-darkshadow-color: #ffffff; /* right and bottom border color */
	/* end ie style */
}

#top {
	display: block;
	position: absolute;
	margin: 0px;
	padding: 0px;
	width: 100%;
	top: 0px;
	left: 0px;
	height: 151px;
	background-image: url(../img/common/fondo_nav.jpg);
	background-repeat: repeat-x;
}

#bottom {
	display: block;
	position: absolute;
	margin: 0px;
	padding: 0px;
	width: 100%;
	bottom: 0px;
	left: 0px;
	height: 20px;
	line-height: 20px;
	background-color: #bbc7ef;
	color: #3c4664;
	text-align: left;
	/*border: 1px solid #000000;*/
}

#content {
	display: block;
	position: absolute;
	margin: 0px;
	padding: 0px;
	text-align:left;
	max-width: 994px;
	min-width: 924px;
	padding-right: 20px;
	top: 151px;
	left: 20px;
	bottom: 20px;
	overflow: auto;
	padding-top: 10px;
}

#content_inner {
	display: block;
	position: relative;
	float: left;
	margin-top: 60px;
	width: 500px;
	text-align: left;
}

#content_right {
	display: block;
	position: relative;
	float: left;
	text-align: center;
}

a {
	text-decoration: none;
	color: #3c4664;
}

a:hover {
	color: #525f8c;
}

img {
	border: none;
}

.titolo_img {
	display: block;
	position: absolute;
	bottom: 1px;
	right: 0px;
	/*border: 1px solid #ff0000;*/
}

.grappolo {
	display: block;
	position: absolute;
	bottom: 83px;
	left: 20px;

}

.titolo {
	display: block;
	position: relative;
	height: 192px;
	width: 500px;
	margin: 0px;
	padding: 0px;
	margin-top: -100px;
	margin-bottom: -80px;
	text-align: right;
	background-image: url("/img/common/bg_titolo.png");
	background-repeat: repeat-x;
	/*border: 1px solid #000000;*/
}

#text_bottom {
	display: block;
	width: 920px;
	text-align: center;
}

.titolo_pag {
	display: block;
	margin: 0px;
}
