/*	-------------------------------------------------------------
	Dunstan House Clyde
	Clyde | Accommodation | Central Otago
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Description:	Print setup styles
	Filename:		dhc.print.css
	Version:		1.1
	Date:			Feb 22, 2006
	-------------------------------------------------------------	*/


/*	-------------------------------------------------------------
	Base Body Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
		body {
			margin: 0px;
			padding: 0px;
			background-color: #ffffff;
			color: #000;
			font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; }
						

/*	-------------------------------------------------------------
	Print Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

		#main-column {
			display: block; }

		#main-column h2 {
			color: #000;
			font-family: Georgia, "Times New Roman", Times, serif;
			font-weight: normal;
			line-height: 90%;
			letter-spacing: -2px;
			font-size: 3.5em;
			padding: 0;
			margin: 0 0 0.2em 0; 
			font-size: 1.5em;
		}

		#main-column a {
			color: #000;
			text-decoration: none; }

		
/*	-------------------------------------------------------------
	Disable everything else
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

		#sidebar,
		#header,
		#navcontainer,		
		#footer {
			display: none;
			visibility: hidden; }

