/* CSS Document */

body {

}

#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_gettheep a:link, #mainnav ul li#nav_gettheep a:visited {
	background: url(../images/nav_gettheep.gif) 54px -100px no-repeat;
}

		#mainnav ul li#nav_gettheep a:hover {
			background: url(../images/nav_gettheep.gif) 54px -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: none;
}

#aboutme {
	display: none;
}

#contactme {
	display: none;
}

#contactme_thankyou {
	display: none;
}

#links {
	display: none;
}

#gettheep {
	display: none;
}

#gettheep_thankyou {
	display: block;
}

#comingup_all {
	display: none;
}

/* -- END OF DISPLAY ON/OFF -- */
