/*
** Print style sheet -- set a handful of things to nodisplay:
*/

img.curve-l {
	display: none;
}

img.curve-r {
	display: none;
}

#pbLeft {
	display: none;
}

#pbMenu, #pbSMenu {
	display: none;
}

/*
** dance description bits
*/

table.dance_descr {
	margin:		0 10% 0 10%;
}

table.dance_descr td {
	vertical-align:	top;
}

table.dance_descr td.section {
	width:		0.5in;
}

table.dance_descr td.phrase {
	width:		0.5in;
}

table.dance_descr td.counts {
	width: 0.5in;
}

