@charset "UTF-8";
body {
	background: #666666;
	margin: 0px; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #060;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
.oneColFixCtr #container {
	width: 720px;
	background-color: #222;
	top: 350px;
	clip: rect(350px,auto,auto,auto);
	height: 626px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.oneColFixCtr #mainContent {
	padding-top: 20px;
	padding-bottom: 20px;
}
