body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	background-repeat: repeat;
	background-position: left top;
	background-attachment: fixed;
	background-image: url(immagini/sfondo.gif);
	padding-top: 3px;
}

#TOP {
	top: 900em;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height: normal;
	width: 100%;
	color: #666666;
	text-align: justify;
	position: absolute;
	right: 0px;
	left: 0px;
}
#TOP h1, #TOP h2, #TOP h3, #TOP p, #TOP a {
	font-size: 9px;
	font-weight: normal;
	text-decoration: none;
	color: #666666;

}

#BOTTOM {
	top: 800em;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height: normal;
	width: 100%;
	color: #666666;
	text-align: justify;
	position: absolute;
	right: 0px;
	left: 0px;
}
#BOTTOM h1, #BOTTOM h2, #BOTTOM h3, #BOTTOM p, #BOTTOM a {
	font-size: 9px;
	font-weight: normal;
	text-decoration: none;
	color: #666666;

}

.floatleft {
	float: left;
	margin-right: 10px;
}

.floatright {
	float: right;
	margin-left: 10px;
}

#container {
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#header {
	margin-right: auto;
	margin-left: auto;
	width: 23.95em;
	font-size: 200%;
	background-image: url(immagini/trasparenza.gif);
	border: 1px solid #ff6600;
	margin-bottom: 3px;
	height: 1.45em;
}

#headerhome {
	margin-right: auto;
	margin-left: auto;
	width: 23.95em;
	font-size: 200%;
	background-image: url(immagini/rentalsflorence.jpg);
	border: 1px solid #ff6600;
	margin-bottom: 3px;
	height: 1.45em;
	background-repeat: no-repeat;
	background-position: left center;
}

#navigation {
	background-color: #ffcc66;
	font-size: 1.2em;
	line-height: normal;
	font-family: Tahoma, sans-serif;
	width: 39.9em;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #ff6600;
}

#navigation a {
	color: #0000FF;
	text-decoration: none;
	letter-spacing:0.1em;
	padding-right: 1em;
	padding-left: 1em;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #ff6600;
	}
	
#navigation strong {
	color: #0000FF;
	text-decoration: none;
	letter-spacing:0.1em;
	padding-right: 1em;
	padding-left: 1em;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #ff6600;
	font-weight: normal;
	background-color: #FFff00;
	}
	
#navigation a:hover {
	color:#ffffff;
	background-color: #ff6600;
	}

#footer, #footer a {
	font-family: Arial, Helvetica, sans-serif;
	color: #0000FF;
	text-decoration: none;
	font-size: x-small;
	font-weight: bold;
	text-align: center;
}

#content {
	text-align: justify;
	width: 48em;
	margin-right: auto;
	margin-left: auto;
}

#content a {
	color: #0000FF;
}

#content a:visited {
	color: #0000FF;
}

#content h1 {
	font-size: large;

}

#content h2 {

	font-size: medium;
	color: #000000;
}

#content table {
	border: 1px solid #ff6600;
	width: 100%;
	background-color: #ffffcc;
}

#content table img {
	border: 1px solid #ff9900;
}

#content h3 {

	font-size: medium;
	color: #000000;
}

#content ol, #content ul{
	line-height: normal;
}
.highlight {
	color: #FF0000;
	font-size: x-large;
}
.cancelled {
	text-decoration: line-through;
}
