/*
 * Cascading Style Sheet for the 42nd Brighton (Saltdean) Scout Group's website 
 *  - page mods for printable output
 *
 * (c) 2009 Michael Curry
 */


#Header
{
	color: #000;
}

#Menu
{
	display: none;
	visibility: hidden;
}

body
{
	margin: 5px;
}

#PageWrapper, #Header, #Content, #Footer
{
	background-color: #fff;
	width: auto;
	/*
	margin: 0;
	padding: 0;
	*/
}

#Header
{
	padding: 0 0 50px 0;
}

#Logo
{
	display: none;
	visibility: hidden;
}

#Content
{
	float: none;
}
