/*BEGIN image replacement for the logo on regular pages*/
#logo{
	margin:0; padding:16px 0 0 33px;
	float:left;
}

#logo a {
	display:block;
	width:450px; height:103px;
	margin:0; padding:0;
	background: url("/images/logo_dark.png") top left no-repeat;
	text-decoration: none;
}
#logo a:hover {
	background-image: url("/images/logo_dark.png");
}
#logo a span { display:none; }
/*END image replacement for the logo on regular pages*/

