/* CSS Document */

/* the pixel-perfect version :-) */
html
{
 padding: 0px;
 margin: 0px;    
}  
body {
margin: 0; 
color: #595959;
background-color: #ffffff;
height: 100%;
font-size: 11px;
line-height:140%;
}
#indexTools{display:none;}
#nav_main img{display:block!important;}