@charset "UTF-8";
/* CSS Document */

/* ! masthead, m1 etc. */

#mh {
	position: absolute;
	top: 70px;
	height: 30px;
}

#mh h1 {
	display: none;
}

#mh h1#logo {
	display: block;
	top: 90px;
	left: 20px;
	width: 220px;
	height: 212px;
}

#mh h1#logo a, #mh h1#logo a:visited {
	width: 220px;
	height: 212px;
	background: url(/assets/homepage/hp_mh_logo.png) left top no-repeat;
}

/* ! Content */

#content {
	padding-top: 60px;
}


#columnLeft {
	display: none;
}


