/* CSS Document */

body {

}

#backgroundimage {
	background: url(../images/background_02.jpg) no-repeat top left;
}

/* //////////////////////////////////////////////////////////////// */

#mainnav ul li#nav_home a:link, #mainnav ul li#nav_home a:visited {
	background: url(../images/nav_home.gif) 0px 0px no-repeat;
}

		#mainnav ul li#nav_home a:hover {
			background: url(../images/nav_home.gif) 0px -200px no-repeat;
		}

#mainnav ul li#nav_upto a:link, #mainnav ul li#nav_upto a:visited {
	background: url(../images/nav_upto.gif) 26px -100px no-repeat;
}

		#mainnav ul li#nav_upto a:hover {
			background: url(../images/nav_upto.gif) 26px -200px no-repeat;
		}

/* -- DISPLAY ON/OFF -- */

#home {
	display: none;
}

#pictures {
	display: none;
}

#upto_2007autumn {
	display: none;
}

#upto_2007summer {
	display: none;
}

#upto_2007spring {
	display: none;
}

#upto_2007winter {
	display: block;
}

#aboutme {
	display: none;
}

#contactme {
	display: none;
}

#contactme_thankyou {
	display: none;
}

#links {
	display: none;
}

#gettheep {
	display: none;
}

#gettheep_thankyou {
	display: none;
}

#comingup_all {
	display: none;
}

/* -- END OF DISPLAY ON/OFF -- */
