 
body  {
		background:#033;
		margin: 0;
		padding: 0;
		text-align:left;
		border:	5px solid #033;
		font-family: Verdana, Geneva, sans-serif;
		font-size: 100%;
	}
.twoColElsLtHdr #container {
		width: 48em;
		height: 910px;
		margin: 0 auto;
		text-align:left;
		border: thick solid #033;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 18px;
		z-index:0;
		position:absolute;
		}
.twoColElsLtHdr #header {
		padding: 0 5px;
		width: 48em;
		border-bottom: thick solid #D40000;
		text-align: center;
		background: #033;
	} 
.twoColElsLtHdr #header h1 {
		margin: 0;
		font-family: Georgia, "Times New Roman", Times, serif;
		text-align: center;
		color: #f05;
		background-color: #2A1F00;
		padding: 0px 0;
		font-size: 160%;
		font-style: normal;
}
.testo {
		color: #F05;
}
.twoColElsLtHdr #sidebar1 {
 float: left;
		width: 9em; /* since this element is floated, a width must be given */
		/* top and bottom padding create visual space within this div */
			padding: 1em 0;		
		}
.twoColElsLtHdr #sidebar1 h3, .twoColElsLtHdr #sidebar1 p {
		margin-left: 1em; /* the left and right margin should be given to every element that will be placed in the side columns */
		margin-right: 0;
		padding-left: 5px;
}
.twoColElsLtHdr #mainContent {
		position:absolute;
		height : 800px;
		width: 750px;
		margin-left: 0em;
		z-index: 1;
		font-family: Verdana, Geneva, sans-serif;
		font-size: 100%;
		left: 163px;
		top: 120px;
		} 

a:visited {
		color: #fff;
}
a:link {
		color: #fff;
}a:hover {
		color: #FF5F00;
		border: thin solid #AA1F55;
}

.twoColElsLtHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
	border: thick solid #D4DF00;
	position: absolute;
	width: 800px;
	top: 950px;
	left: 50px;
	height: 50px;
	visibility: visible;
} 
.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 */
	font-family: Verdana, Geneva, sans-serif;
	font-size: 24px;
	color: #FFFBF0;
	text-align: center;
	background-color: #033;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
