/* general presentation stuff */

body, p, td, th, ul, a {
	background-color: #fff;	
	color: #000;
	font-family: Verdana, Arial, serif;
	font-size: 12pt;

}

a, a.visited {
	color: #369;
}

h1 {
	font-family: Verdana, Arial, serif;
	font-size: 16pt;
}

h2 {
	font-size: 14pt;
}





.hidden {   /* Used for content that should be displayed */ 
    /* by non-stylesheet-aware browsers          */ 
       display:         none !important; 
    } 



/* control of block-level elements.  */

#content {
	background-color: #fff;
	width: 100%;
	border: none;
	content: "Centro Arredamento srl - Italy"; 
}

#navigation, #footer, .noprint {
	display: none;
}