@charset "utf-8";
body {
	margin: 0px;
	background-image: url(immagini/sfondo.jpg);
}
p {
	margin: 0px;
}
td img {
	display: block;
}
#main {
	margin: auto;
	width: 760px;
	position: relative;
	background-repeat: repeat-y;
	background-image: url(immagini/sfondo_main.jpg);
}
#footer {
	background-image: url(immagini/footer.jpg);
	background-repeat: no-repeat;
	position: relative;
	height: 30px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	text-align: right;
	padding-right: 15px;
	margin-top: 0px;
	padding-top: 9px;
	line-height: 10px;
}
.tabella_foto {
	margin-top: 50px;
	margin-right: 0px;
}


#header {
	height: 130px;
	position: relative;
}
.titoli {
	font-weight: bold;
	text-indent: 5px;
}
.erroreForm {
	color: #990000;
	text-align: left;
}



#menu {
	position: absolute;
	height: 270px;
	width: 150px;
	top: 130px;
	left: 0px;
}
#content {
	margin-left: 150px;
	position: relative;
	width: 610px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	text-align: justify;
}
.titoletti {
	font-weight: bold;
	font-style: italic;
}
a:link {
	font-weight: bold;
	color: #003366;
	font-style: italic;
	text-decoration: none;
}
a:visited {
	font-weight: bold;
	color: #003366;
	text-decoration: none;
	font-style: italic;
}
a:hover {
	font-weight: bold;
	color: #006699;
	text-decoration: none;
	font-style: italic;
}
.tabella_galleria {
	margin-top: 20px;
	margin-right: 0px;
	text-align: center;
}
.tabellaPrezzi_titoli {
	font-size: 9px;
	background-color: #C0C8E9;
	text-align: center;
	color: #000000;
	font-weight: bold;
}
.tabellaPrezzi_pari {
	background-color: #E9E9E9;
	text-align: center;
	color: #000000;
	font-size: 12px;
}
.tabellaPrezzi_dispari {
	text-align: center;
	color: #000000;
	font-size: 12px;
}
.tabellaPrezzi_date {
	font-size: 9px;
	background-color: #C0C8E9;
	text-align: left;
	color: #000000;
	font-weight: bold;
	padding-left: 20px;
}
.formDestra {
	text-align: right;
}
