/**
 * RefPoint
 * CSS Framework
 * Logo replacement
*/
	h1.logo { margin:43px 0 0 0; width:115px; height:215px; float:left; font-size:0; }
	h1.logo a {
	display:block;
	width:100%;
	height:100%;
	background:url(../../images/logo.png) no-repeat;
	outline:none;
}
	h1.logo span { display:block; width:0; height:0; overflow:hidden; }
