/*
 CSS for Leslie A. Rusch's web sites - Print
 Copyright © 2006 Leslie A. Rusch & co. - All rights reserved.

 Developed by Patrick Clément-Bonhomme <www-admin@gel.ulaval.ca>
*/

/* Import the base template */
@import url("/template/ocl/base.css");

/* Overloading some properties for better print presentation */
body
{
	background-color: transparent;
	background-image: none;
}

#page
{
	width: 760px;
}

#shadow-top
{
	background-color: transparent;
	background-image: none;
	padding-right: 0;
}

#header-print
{
	display: inline;
}

#header-print p
{
	border-bottom: 1px solid black;
	border-top: 1px solid black;
	padding: 4px;
	clear: both;
	font-size: 175%;
	color: black;
}

#header
{
	display: none;
}

#shadow-right
{
	background-color: transparent;
	background-image: none;
	padding-right: 0;
}

#menu
{
	display: none;
}

#footer
{
	display: none;
}

#page-bottom
{
	display: none;
}

