/* Set background colour to white */
body  {
	width: 100%;
	background-color: #fff;
	min-width: 0;
	max-width: none;
}
	
/* Remove unwanted elements */
.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: 0 auto;
	padding: 0px;
	height: 50px;
	background-repeat: no-repeat;
} 

/* Unfloat the navigation bar */
.twoColElsLtHdr #sidebar1 {
	float: none;
	width: 100%;
}

/* Remove borders for container*/
.twoColElsLtHdr #container {
	border: none;
}

/* Ensure the content spans the full width */
.twoColElsLtHdr #main{
	background-image: none;
	background-color: #fff;
	margin: 1em 0 0 0;
}
.twoColElsLtHdr #mainContent {
	width: 100%;
	padding: 0;
	margin: 0;
	float: none;
	background-image: none;
}

/* Unfloat columns */
.twoColElsLtHdr #leftcol {
	float:none;
	width: 100%;
	padding: 0;
	margin-right: 0;
}
.twoColElsLtHdr #rightcol {
	float:none;
	width: 100%;
	padding: 0;
	margin-right: 0;
}

/* 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
}
