html {
	font-size: 100%; /*Fix a IE em BUG*/
}
font, basefont {
	font-size: 100%; /*Fix a IE em BUG*/
}

body {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size:0.8em;
	color: #000000;
	margin: 0;
	padding: 0;
	background-color: #DEDCD2;
	text-align: center;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
}

h1 {
	font-size: 1em;
	font-weight: bold;
}

h2 {
	font-size: 0.9em;
	font-weight: bold;
	width:100px;
	padding-bottom:3px;
}
 
a:link, a:visited {
color: #FF0000;
text-decoration: none;
}

a:hover {
color:#666666;
text-decoration: none;
}
 
 
#pagewidth{ 
position:absolute;
top:50%;
left:50%;
width:900px;
height:600px;
margin-left:-450px;
margin-top: -300px;
background-color:#FFFFFF
}

#header{
 position:relative; 
 height:50px; 
  background-color:#000000; 
 width:860px;
 text-align:left;
 padding:20px;
} 
 
#leftcol{
padding-top: 20px;
	width:170px;
	float:left;
	position:relative;
	height:490px;
	overflow: auto; 
 }
 
 #leftcol2{
margin-top: 40px;
margin-left:20px;
	width:320px;
	float:left;
 }
 
#maincol{
	float: right;
	display:inline;
	position: relative;
	width:645px;
	height: 470px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 40px;
	overflow: auto;
 }
 
 #maincol2{
	float: right;
	display:inline;
	position: relative;
	width:495px;
	height: 410px;
	margin-top: 40px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 40px;
	text-align: left;
	overflow: auto;
 }
 
 #testo{
	width:350px;
	float:left;
	position:relative;
	text-align: left;
	margin-right:60px;
 }
 

 
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  


 
 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}

