@charset "utf-8";
body {
	background-color: #313131;
	margin: 0px;
}
.oneColFixCtr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #000000;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0px;
	border: 1px solid #000;
}
.oneColFixCtr #mainContent {
	background: #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #333;
	color: #FFF;
}
.titlebar {
	vertical-align: bottom;
}
