body {
font-family: Arial, Helvetica, sans-serif;
font-size: 9pt;
width: 90%; margin: 0; float: none;
}

#header{
	display: list-item; 
	list-style-image:url(images/logo_nav_banner-p.jpg);
	list-style-position: inside;
	word-spacing:-1000em; /* I guess better that letter-spacing */
	overflow:hidden; /* This fix the Horizontal Roller */
	font-size:1px; /* unhappily is necessary */
}

.events-boxarea{
	display: list-item; 
	list-style-image:url(images/package_banner_text-p.jpg);
	list-style-position: inside;
	word-spacing:-5000em; /* I guess better that letter-spacing */
	overflow:hidden; /* This fix the Horizontal Roller */
	font-size:1px; /* unhappily is necessary */
}



/* Remove unwanted elements */
#subfooter, .noprint
{
display: none;
}

/* Ensure the content spans the full width */
#header, #maincol, .events-boxarea
{
width: 90%; margin-top: 10; float: none;
}

