@charset "utf-8";
body  {
	font-family: Georgia, Times New Roman, Times, serif;
	color: #000000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 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;
}
a:link {
	color: #0000FF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #006633;
}
a:hover {
	text-decoration: underline;
	color: #FF0000;
}
a:active {
	text-decoration: none;
	color: #0099FF;
}
.dueColLiqLtTestata #container {
	width: 100%;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image:  url("../immagini/sfumaorrsdgrande.gif");
} 
.dueColLiqLtTestata #header {
	/* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	margin-top: 0px;
} 
.dueColLiqLtTestata #colonnaSx {
	float: left;
	width: 120px;
	padding: 15px 0; /* top and bottom padding create visual space within this div  */
	background-image:  url("../immagini/sfumaorrizzontale.gif");
}
.dueColLiqLtTestata #colonnaSx h3, .twoColLiqLtHdr #colonnaSx p {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
}

/* Tips for mainContent:
1. the space between the mainContent and sidebar1 is created with the left margin on the mainContent div.  No matter how much content the sidebar1 div contains, the column space will remain. You can remove this left margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends.
2. to avoid float drop at a supported minimum 800 x 600 resolution, elements within the mainContent div should be 430px or smaller (this includes images).
3. in the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This avoids several IE-specific bugs.
*/
.dueColLiqLtTestata #colonnaDx {
	/*float: right;*/ /* top and bottom padding create visual space within this div  */
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 130px;
}
.dueColLiqLtTestata #colonnaDx h3, .twoColLiqLtHdr #colonnaDx p {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}
.dueColLiqLtTestata #pedice { 
	padding: 0 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-image: url(../immagini/sfumaorrsdgrande.png)
} 
.dueColLiqLtTestata #pedice 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;
}