@charset "utf-8";
.thrColElsHdr #header {
	background: #000000;
	padding: 0 10px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-image: url(images/Site%20logoWRITING.jpg);
	background-position: center;
	background-repeat: no-repeat;
	height: 5em;
	padding-top: 0.5em;
} 

