
/* ===================================================================== */
/* Header is the main banner with the logo. The height of this varies with home page and other pages */

#header {
	width: 1000px;
	height: 126px;
	background: url(/resources/images/spk_small_logo.png) no-repeat 44px 42px;
	clear : both;
}
