	/*

	Name:	Greystanes Manor - Print 
	Designer:	Chris Stirton

	*/


	body {
		background:rgb(255,255,255);
		color:rgb(0,0,0);
		margin:20px auto;
		}
	
	
	/* Reset Link Color */
	
	a {
		color:rgb(0,0,0) !important;
		}
	

	/* Redefine Styles for Print */	

	#header h1 {
		margin-left:20px;
		}

	#enterlink,
	#navigation {
		display:none !important;
		}
		
	#content {
		margin:0 20px;
		padding:20px 0;
		}

	* html #content {
		margin-left:20px;
		}
		
	#content h2 {
		margin-top:10px;
		}
		
	#footer p {
		margin-left:20px;
		}
		
	#footer p.enquire {
		display:none;
		}
		.printtable img {
		position:absolute;
		top:0;
		right:0;
		left:235px;
	
		}
		.list {
		width:235px;
		page-break-after: always;
		}
	