/*
	Client: Anwyl
	Media: Print
	Destination: Basic Styles
	Created: 08/03/2006
	Modified: 11/04/2006
	Description:
		Fixed width, center aligned collum design. Hidden HR's, Navigation
		header, and content jump link.
		Absolute positioning on strap-line and contact details.
	Author: Andrew Mason
	Contact: andrew.mason@oakbase.co.uk
*/


/*	Basic HTML Elements
----------------------------------------------------------------------- */ 
body {
	margin: 1em 2em 2em 3em;
	font-family: Georgia, "Times New Roman", Times, serif;
}


blockquote {
	font-size: 0.9em;
}


/*	Page Container
----------------------------------------------------------------------- */
#page_container, #footer {

}

/*	Logo
----------------------------------------------------------------------- -*/
#header {

}


/*	Navigation
----------------------------------------------------------------------- */
#navigation {
	display: none;
}


/*	Main Content
----------------------------------------------------------------------- */
#home_link {
	display: none;
}
/*	Left Column
----------------------------------------------------------------------- */
#left_col {


}

/*	Right Column
----------------------------------------------------------------------- */
#right_col {
	display: none;
}

/*	Footer
----------------------------------------------------------------------- */
#footer p  {
	display: none;
}


