/* Set background colour to white */
body  {
	width: 100%;
	background-color: #fff;
	min-width: 0;
	max-width: none;
}
	
/* Remove unwanted elements */
.twoColElsLtHdr #sidebar1, .noprint{
	display: none;
}
.noprintbkg {
	background-image: none;
}


/* Change the header so that it's just the logo*/
.twoColElsLtHdr #header {
	background-image: url(../i/kendal_ski_club_logo_short.png);
	margin: 1em 1em 0 1em;
	padding: 0px;
	height: 50px;
	background-repeat: no-repeat;
} 
.twoColElsLtHdr #topbar {
	display: none;
}
/* Remove borders for container*/
.twoColElsLtHdr #container {
	border: none;
}

/* Ensure the content spans the full width */
.twoColElsLtHdr #main{
	background-image: none;
	margin: 1em 0 0 0;
}
.twoColElsLtHdr #mainContent {
	width: 100%;
	padding: 0;
	margin: 0;
	float: none;
	background-image: none;
}

/* Unfloat columns */
.twoColElsLtHdr #leftcol.print_unfloat_columns {
	float:none;
	width: 100%;
	padding: 0;
	margin-left: 0;
	margin-right: 0;
}
.twoColElsLtHdr #rightcol.print_unfloat_columns  {
	float:none;
	width: 100%;
	padding: 0;
	margin-left: 0;
	margin-right: 0;
}

/* Set background to white to save ink */
.boxeditemdetail {
	background-color: #ffffff;
}

/* Get rid of sandbagging */
.sandbagright{
	clear: right;
	float: right;
	padding: 0;
	display: none;
}

/* Change text colour to black (useful for light text on a dark background) */
.lighttext{
	color: #000
}

/* Improve colour contrast of links */
a:link, a:visited{
	color: #781351
}
