body {
	margin: 0;
	padding: 0;
	color: #222222;
	background-repeat: repeat-x;
	background-position: top left;
	background-color: #3A9BB3;
	background-image: url(gfx/bg.gif);
	background-repeat: repeat-x;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#outer {
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
}

#inner {
	position:absolute;
	left: 50%;
	width:950px;
	margin-left: -475px;  /* half of width */
	/*border: 2px solid #333;*/
	/*border: 1px solid #00ff00;
	verde*/
}

#main {
	width:950px;
	padding: auto 10px;
	background-color: #ffffff;
	/*background-color: #0000ff;
	blue*/
}

#titolo h1 {
	margin-top: -215px;
	margin-left: 60px;
	font-size:16px;
	color: #ffffff;
	font-weight:bold;
	text-align: left;
	margin-bottom: 130px;
}

#sottotitolo h2 {
	font-size:20px;
	text-align: left;
	margin-left: 60px;
	font-weight:bold;
	color: #5D5D71;
}

#descrizione {
	text-align:left;
	margin: 50px 30px 20px 30px;
}

.link_nomeprenota {
	margin: 0px 0px 0px 0px;
	text-align:midle;
	padding-left: 20px;
	background-repeat: no-repeat;text-decoration: none; color: #FF9900;
}

.link_nomeprenota a {
	font-weight:bold;
}

#immagini p img {width: 250px; border: 3px solid #eaeaea; margin: 5px;}

#top, #sotto {
	background-color:#CCCCCC;
	height:50px;
}

#top {
	width: 950px;
	height: 253px;
	background-image: url(gfx/header.gif); 
}

#sotto {
	width: 950px;
	height: 24px;
	background-image: url(gfx/footer.gif); 
	margin-bottom: 20px;
	/**/
}