@charset "UTF-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	background-image: url(photos/Flow_2.jpg);
}
.oneColFixCtr #container {
	width: 800px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #6699CC;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: 600px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
}
.oneColFixCtr #mainContent {
	padding: 0 20px;
}
