#contenitore {
	float: none;
	height: auto;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-image: none;
	background-color: #F00;
}
#header {
	float: left;
	height: 324px;
	width: 800px;
	margin-top: 20px;
	background-color: #FFF;
}
#footer {
	float: left;
	height: 50px;
	width: 800px;
	vertical-align: middle;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #F90;
	margin-top: 10px;
	padding-top: 10px;
	background-color: #FFF;
}
#navigazione {
	float: left;
	height: auto;
	width: 180px;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #FFF;
}
#frase {
	float: left;
	height: 125;
	width: 180px;
	background-color: #FFF;
}
#contenuto {
	float: left;
	height: auto;
	width: 580px;
	padding-right: 10px;
	padding-left: 10px;
	border-right-style: none;
	border-top-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #FFF;
}
#posizione {
	float: left;
	height: 50px;
	width: 580px;
	padding-right: 10px;
	padding-left: 10px;
	border-right-style: none;
	border-top-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-width: 1px;
	border-bottom-color: #F90;
	background-color: #FFF;
}

body {
	background-image: url(../images/foto%20casa%20pubblicabili%20FOTOCOPIA/facciata-est-22.05.2007-GRANDE-photocopy-BW.jpg);
}

/* ORIGINALE
body {
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	color: #F90;
	background-image: url(../images/foto%20casa%20pubblicabili%20FOTOCOPIA/facciata-est-22.05.2007-GRANDE-photocopy-BW.jpg);
}
*/
a.normale {
	font-size: 16px;
	font-variant: normal;
	letter-spacing: 1px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	font-family: "Courier New", Courier, monospace;
	color: #333;

}

a {
	font-size: 12px;
	font-variant: normal;
	letter-spacing: 1px;
	border-bottom-width: 1px;
	/*border-bottom-style: dotted;*/
	font-family: "Courier New", Courier, monospace;
	color: #F90;
}
#contenitore #posizione h3 {
	font-size: 14px;
}

a:link {
	text-decoration: none;
	font-size:14px;

}
a:hover {
	text-decoration: none;

}
a:visited {
	text-decoration: none;

}
a:active {
	text-decoration: none;

}
#contenitore #navigazione p {
	padding: 1px;
}
#contenitore #contenuto p img {
	width: 300px;
	float: right;
	background-color: #00F;
	height: 200px;
	border: thin dotted #00F;
}
#contenitore #contenuto center img {
	height: auto;
	width: auto;
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #F33;
	border-right-color: #F33;
	border-bottom-color: #F33;
	border-left-color: #F33;
}

h1 {
	font-family: "Courier New", Courier, monospace;
	color: #F90;
	font-size: 30px;
	margin-top: 1em;
}
h2 {
	font-family: "Courier New", Courier, monospace;
	color: #F90;
	font-size: 25px;
	margin-top: 2em;
	margin-bottom: 1em;
	
}
h3 {
	font-family: "Courier New", Courier, monospace;
	color: #F90;
	font-size: 18px;
}
p {
	color: #333;
	text-align: justify;
	font-family: "Courier New", Courier, monospace;
}
p.footer {
	color: #333;
	text-align: center;
	font-family: "Courier New", Courier, monospace;
	font-size:12px;
}
p.testocentrato {
	text-align:center;
}
p.allineatoDestra {
	text-align:right;
}
p.allineatoSinistra {
	text-align:left;
}
p.margine{
	margin: 20px;
}

p.prova1 {
	text-align:justify;
	font-family:"Times New Roman";
	font-size:14px;
}
p.prova2 {
	text-align:justify;
	font-family:"arial";
	font-size:14px;
}
p.prova3 {
	text-align:justify;
	font-family:"verdana";
	font-size:14px;
}
p.prova4 {
	text-align:justify;
	font-family: "Courier New", Courier, monospace;
	font-size:14px;
}

div.img
  {
  padding: 5px;
  margin:2px;
  border:1px solid #F90;
  height:auto;
  width:auto;
  float:left;
  text-align:center;
  }
