@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;
	text-align: right;
}
.bloglink {
	color: #C3C3C3;
	text-decoration: none;
	vertical-align: top;
	text-align: right;
}
.icon {
	height: 32px;
	width: 32px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

