/*Printer Settings*/

#Navbar, #Footer { display: none; }

#Header
{
	height: 103px;
	/*width: 790px;*/
	background-image: url('../../resources/images/common/header-print.jpg');
	background-repeat: no-repeat;
}

#Page 
{
	width: 100%;
	border: none;
	margin: 0;	
	background-image: none;
}

#PageContent 
{
	display: block;
	position: relative;
	width: 650px;
	margin: 0px;
	text-align: left;
}

