@charset "utf-8";
/* CSS Document */

/********************************/
/* HTML, BODY, AND WRAPPER		*/
/********************************/

html, body {
	font-size:90%;
	width:480px;
	max-width:480px;
	height:auto;
}

/********************************/
/* SCROLL - SideNav				*/
/********************************/

#sideNav {
	overflow:visible;
/*	background-color:#fdd;			/* pink - delete me */
	max-height:625px;
}

#sideNav .scroll-pane {
/*	background-color:#dfd;			/* green - delete me */
	max-height:550px;
}

#sideNav .jspContainer {
/*	background-color:#cfd;			/* blue - delete me */
	max-height:575px;
}

#sideNav .jspPane {
/*	background-color:#ffd;			/* yellow - delete me */
	max-height:600px;
}

/*#sideNav .scroll-pane,
#sideNav .jspContainer,
#sideNav .jspPane {
	width:143px;
	min-width:143px;
	max-width:143px;
	height:500px;
	min-height:500px;
	overflow:visible;
}*/

