@charset "utf-8";
body {
	background: #666666;
	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;
	list-style-image: url(mjclogo.gif);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	top: 1px;
}
.oneColElsCtr #container {
	width: 45em; /* the auto margins (in conjunction with a width) center the page */
	border: thick solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;
	background-image: url(../planimg/marble.gif);
}
.oneColElsCtr #mainContent {
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 5px;
}

