<!--

	/*----------------------------------------------------------------------

		Young Person's Guide to East London
		http://www.ypg2el.com/

		Developed by Designition Ltd - www.designition.co.uk

		Copyright 2009

	----------------------------------------------------------------------*/

	.print_only {
		display: block;
	}

	.print_test {
		display: none;
		height:  1px;
		width:   1px;
	}

	.no_print {
		display: none !important;
	}

	body {
		background:  white;
		font-family: Calibri, Arial, sans-serif;
		font-size:   12pt;
	}

	.wrapper {
		background: transparent none;
		border:     0;
		color:      black;
		float:      none !important;
		margin:     0 5%;
		padding:    0;
		width:      auto;
	}

	#content {
		background:  transparent none;
		border-top:  1px solid #999;
		color:       #000;
		float:       none !important;
		padding-top: 1em;
	}

	a:link, a:visited {
		color:           #000;
		background:      transparent;
		font-weight:     normal;
		text-decoration: none;
	}

	/*
		Site specific print styles
	----------------------------------------------------------------------*/



-->