#header {
	background-color: #8A9BBA;
	height: 140px;
	background-image: url("images/banner2.jpg");
	background-position: right;
	background-repeat: no-repeat;
	border-bottom: 5px solid black;
}
#logo {
	background-image: url("images/puffinqueen.png");
	background-position: left;
	background-repeat: no-repeat;
	height: 131px;
	width: 300px;
	margin-left: 2%;
	float: left;
}

