function positionLogo() {
		$("#studyserve-logo").css("display","block");
		$("#studyserve-logo").css("top",$("#navigationContent").offset().top + $("#navigationContent").height());
	}
