.Header {
	background-image: url(images/Banner.jpg);
	height: 120px;
	width: 900px;
	border: thin groove #CCCCCC;
}


.Menu {
	background-color: #003366;
	height: 25px;
	width: 900px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: groove;
	border-bottom-style: groove;
	border-left-style: groove;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
