
#skipper, #nav, #tools, .noprint { display: none !important;}

#sub-header-about {
	display: block !important;
}

h1 a {
	text-decoration: none;
	color: #2e3165;
}

#footer {
	font-size: 75%;
}

/*
P.I.E. FLOAT CLEARING
See http://www.positioniseverything.net/easyclearing.html 
--------------------- */

.clearfix:after {
  content: ".";
  clear: both;
  height: 0;
  visibility: hidden;
  display: block;
}
.clearfix {
  display: inline-block; /* Fixes IE/Mac */
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */		