@charset "utf-8";
/* Hayley Wickenheiser, Hockey Extrordanaire */

body {
	padding:0px;
	margin:0px;
	
	height:100%;
}
#navigation {
	background-image:url(../images/navbar.jpg);
	
	height:40px;
	margin:auto;
}
#clearer {
	clear:both;
}
* :focus {
	outline:0;
}
* {
	border:none;
}


h1 {
	color:#ffffff;
	}	