@charset "utf-8";
.oneColFixCtrHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #9e9f57; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #1a5050;
	text-align: left;
}
.oneColFixCtrHdr #container #mainContent #dog {
	margin-left: 25px;
}

