/* -- Header layout/display styles -- */

#header {
	float: left;
	width: 100%;
	height: 10em;
	background-color: #336699;
	background-image: url(../images-page/hdr18.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}

