	/* Print styles of page */
html, body {
    font: 1em times,serif;
	width: 100%;
	height: 100%;
	background: none;
}

p {
	line-height: 1.4em;
	text-align: justify;
}

p:first-letter {
	font-size: 1.2em;
}

h1 {
	font: 1.4em bold Times,serif;
}

h2 {
	font: 1.2em bold Times,serif;
}

h3 {
	font: 1.1em bold Arial,san-serif;
}



	/* Excluded areas */
#header-img, #container-left, #reserv-nav, #nav-menu, #footer, .noprint {
	display: none;
	background: none;
}



	/* Header area */
#header {
 	width: 100%;
	height: 130px;
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
}



	/* Printable areas */
#container {	
	width: 100%;
	height: 100%;
    max-width: 210mm;
    max-height: 297mm;
	float: none;
	margin: 10px;
	background: none;
	background-color: #ffffff;
    color: #000000;
	font-family: 'Times New Roman',serif;
}

