/* Stops the contents from trying to go all on one page */
body	{
	overflow: visible;
}

/* Drops border line off end item */
li#end {
	border-right-style: none;
}

/* Drops border line off about */
li#mabou {
	border-right-style: none;
}

/* Sets Background image to transparent */
.titleback {
	background-color: #FFFFFF;
	background-image: url(../images/w.gif);
}

/* Any areas with this will be disappear */
.noprint {
	display: none;
}

/* Any areas with this will be disappear */
#noprint {
	display: none;
}
/* Sets Background image to transparent */
.titleback {
	background-color: #FFFFFF;
	background-image: url(../images/w.gif);
}

