/* css altofr */ 
html, body{ 
 margin:0; 
 padding:0; 
 text-align:left; 
 background-color:#ececec;
font-family:Georgia, "Times New Roman", Times, serif;
 font-size:11px;
} 
 
#pagewidth{ 
 width:835px; 
 margin-left:auto; 
 margin-right:auto;  
 background-color:#ffffff;
} 
 
#header{
position:relative; 
height:113px; 
width:100%;
background-image:url(../images/hd_bg.jpg);
} 
 
#maincol{ 
position: relative; 
width:100%; 
background-color:#FFFFFF;
color:#333333;
}
 
#footer{
height:30px; 
clear:both;
font-size:9px;
text-align:center;
background-color:#FFFFFF;
float:right;
width:835px;
} 
 
#testo{
margin-left:20px;
font-size:14px;
}

#testo1{
margin-left:100px;
font-size:11px;
}

/*menu*/
#menu{
float:right;
margin-top:90px;
margin-right:5px;
color:#FFFFFF;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:14px;
padding:3px;
}
 
 /* link */
a:link, a:visited, a:active{
	text-decoration:none;
	color:#ffffff;
}

a:hover{
	text-decoration:none;
	color:#00acc4;
}

 /* *** Float containers fix  *** */ 
.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 */  


