/* CSS Home Oltrelimmagine.net */
<style type="text/css"> 
<!-- 
body  {
	font-family: Palatino Linotype;
	font-size: 16px;
	color: #000000;
	margin: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
	background-image: url(immagini/sfumaorrgrande.png);
}
a:link {
	color: #0000FF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #993366;
}
a:hover {
	text-decoration: none;
	color: #FF0000;
}
a:active {
	text-decoration: none;
}
body,td,th {
	font-family: Palatino Linotype;
	font-size: 16px;
	color: #000000;
	clip: rect(auto,auto,auto,150px);
}
.orologio {
	background-image: url(../immagini/corniceBronzo.gif);
	background-repeat: no-repeat;
	background-color: #000000;
}
.angoloaltosx {
	background-image: url(../immagini/angolo_alto_sx.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
}
.angoloaltodx {
	background-image: url(../immagini/angolo_alto_dx.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
}
.angolobassodx {
	background-image: url(../immagini/angolo_basso_dx.gif);
	background-repeat: no-repeat;
	background-position: top left;
}
.angolobassosx {
	background-image: url(../immagini/angolo_basso_sx.gif);
	background-repeat: no-repeat;
	background-position: top right;
}
.bordosopra {
	background-image: url(../immagini/bordo_orrizz_sopra.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
.bordosotto {
	background-image: url(../immagini/bordo_orrizz_sotto.gif);
	background-repeat: repeat-x;
	background-position: top;
}
.bordosx {
	background-image: url(../immagini/bordo_vert_sx.gif);
	background-repeat: repeat-y;
	background-position: right;
}
.bordodx {
	background-image: url(../immagini/bordo_vert_dx.gif);
	background-repeat: repeat-y;
	background-position: left;
}
.pannello {
	background-image: url(../immagini/sfondo_pannello.png);
}
.Stile1 {color: #FF0000}
.Stile3 {font-size: 18px}
.Stile4 {
	font-size: 14px;
	color: #FF0000;
	font-style: italic;
	font-weight: bold;
}
.Stile7 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #00FF00;
	font-size: 12px;
	font-style: italic;
}
.twoColElsLtHdr #container { 
	width: 100%;
<!-- background: #FFFFFF; -->
	background-image: url(immagini/sfumaorrgrande.png);
	background-repeat: repeat-y;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColElsLtHdr #header {
	background-image: url(../immagini/sfumaorrsdgrande.png);
	background-repeat: repeat-y;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
} 
.twoColElsLtHdr #header h1 {
	margin: 0;
	padding: 10px 0;
}
.twoColElsLtHdr #sidebar1 {
	float: left;
	width: 142px;
	background-image:  none;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	position: fixed;
	overflow: auto;
	visibility: visible;
}
.twoColElsLtHdr #sidebar1 h3, .twoColElsLtHdr #sidebar1 p {
	margin-left: 5px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 5px;
}
.twoColElsLtHdr #mainContent {
	margin-left: 155px;
	font-family: Palatino Linotype;
	font-size: 14px;
	color: #000000;
	margin-top: 10px;
	margin-right: 30px;
	background-image: url(../immagini/sfumaorrgrande.png);
	background-repeat: repeat-y;
}
.twoColElsLtHdr #footer { 
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
} 
.twoColElsLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
