@charset "UTF-8";
body {
	font: 90% Georgia, "Times New Roman", Times, serif;
	background: #ffffff;
	margin: 20 0 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColFixCtr #container {
	width: 814px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF url(images/louise.jpg) no-repeat left;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 2px solid #000000;
	text-align: right; /* this overrides the text-align: center on the body element. */
	height: 574px;
}
.oneColFixCtr #mainContent {
	padding: 0;
	text-align: center;
	top: 0px;
	right: 0px;
	left: 0px;
	margin-top: 60px;
	margin-right: 20px;
	margin-bottom: 0px;
	float: right;
	clear: both;
	width: 60%;
}
.oneColFixCtr #container #mainContent img {
	padding-top: 10px;
	padding-bottom: 0px;
}
.oneColFixCtr #nav {
	padding: 0;
	text-align: left;
	top: 0px;
	right: 0px;
	left: 0px;
	margin-top: 60px;
	margin-right: 20px;
	margin-bottom: 0px;
	float: right;
	clear: both;
	width: 40%;
}
.oneColFixCtr #container #nav img {
	padding-bottom: 25px;
}
