body {
	background-image: url(images/bg_page.jpg);
	background-position: center top;
	margin-top: 30px;
	font-family: Tahoma;
	font-size: 11px;
	color: #666666;
}
table, td {
	font-size: 11px;
}

#container {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
#leftCol {
	width: 160px;
	float: left;
}
#rightCol {
	padding-left: 180px;
}
#logo {
	margin-bottom: 52px;
}
#menuTop {
	margin-top: 10px;
	margin-bottom: 20px;
	text-align: right;
}
#menuTopInner {
	padding-right: 30px;
}

#boxPrenotazioni {
	background-image: url(images/box_prenotazioni2.png);
	height: 163px;
	width: 155px;
	line-height: 16px;
}
#boxPrenotazioniInner {
	padding-top: 70px;
	padding-left: 10px;
}
#content {
	width: 753px;
	margin-left: 10px;
}
#mainTop {
	background-image: url(images/bg_main_top.png);
	height: 341px;
}
#mainTopInner {
	padding-top: 27px;
	padding-left: 26px;
}
#main {
	background-image: url(images/bg_content.png);
	line-height: 16px;
}
#mainInner {
	padding-bottom: 10px;
	padding-left: 25px;
	padding-right: 25px;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	color: #CC0000;
	font-size: 20px;
	font-weight: bold;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#footer {
	background-image: url(images/bg_footer.png);
	height: 168px;
	font-weight: bold;
	color: #4183b6;
	line-height: 18px;
}
#footerInner {
	padding-top: 100px;
	padding-right: 300px;
	text-align: right;
}
#footerInner a {
	color: #4183b6;
	text-decoration: none;
}
.borderBottom {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}

#contatti {
	width: 100%;
}
#contatti a {
	color: #666666;
}

#formContatti {
	margin: 0px;
	padding: 0px;
}
form {
	margin: 0px;
	padding: 0px;
}

#formContatti .input1 {
	background-image: url(images/bg_input.jpg);
	height: 18px;
	border: 1px solid #BCBCBC;
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	background-position: top;
	width: 275px;
	font-size: 11px;
}
#formContatti .textarea {
	background-image: url(images/bg_input.jpg);
	border: 1px solid #BCBCBC;
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	background-position: top;
	width: 275px;
	font-size: 11px;
}
#formContatti .bottone {
	border: 1px solid #999999;
	background-image: url(images/bg_button.jpg);
	height: 20px;
	background-position: bottom;
	font-weight: bold;
	width: 51px;
	background-repeat: repeat-x;
	font-size: 11px;
}
.borderRight {
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #999999;
}

