@charset "utf-8";
/* -- no-feature.css is an additional style sheet that is called in the head of no-feature.php -- */
/* -- because this sheet is called after style.css all of the styling in this document overrides that from style.css, as per the rules of css document flow */


/* ------- CSS Document Begins ------- */

div#header {

	/* -- styling for the div that contains the navigation menu -- */
	/* -- setting the height so that the header.png background image shows "Ketch Harbour Wolves" -- */
	/* -- there are some serious discrepancies in the way that IE and Firefox calculate height -- */
	/* -- I just played around with this value until I found one that worked in both IE and Firefox -- */
	height: 300px;
	
	}

#header div#feature {
	
	display: none;
	
}