<Style>/* Default CSS Stylesheet for a new Web Application project */{}

	#container {
	position: fixed;
	width: 600px;
	height: 850px;
	}
	
	#board1, #board2, #board3, #board4, #board5, #board6, #board7, #board8,  {
	position: absolute;
	height: 850px;
	width: 600px;
	background-color: #FFFFFF;
	border-bottom: 1px solid #666666;
	float: none;
	clear: both;
	}
	
	#board1 {
	z-index: 7;}
	#board2 { z-index: 6; }
	#board3 { z-index: 5; }
	#board4 { z-index: 4; }
	#board5 { z-index: 3; }
	#board6 { z-index: 2; }
	#board7 { z-index: 1; }
	#board8 { z-index: 0; }
	
	a.pointer {
	cursor: pointer;
	background-color:#F5F5F5;
	padding: 5px;
	width:200px;
	}
	#Courses, #LakeDistrict, #Mountaineering, #Organisations, #FellRacing, #Gear, #Activities {
	display: none;
	margin: 0px;
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-color: #7CA5BC;
	background-color:#F5F5F5
	}
	

</Style>

