body {
	background: url(/images/redchalk.jpg);
	padding: 2em;
}

div#container {
}

div#layout-header {
	height: 38px;
	background: url(/images/sawtop.gif);
}
div#layout-body {
	background: url(/images/whitechalk.jpg);
	padding: 1em;
}
div#layout-footer {
  height: 182px;
  background: url(/images/sawbottom.gif);
}

h1 {
  margin-bottom: 0;
}

h1 a {
	color: #000;
}

div#footer {
}

.print-only {
  display: none;
}

hr {
  clear: both;
}

p.tagline {
  margin-top: 0;
  margin-bottom: 0;
  font-style: italic;
}
p.navigation {
  margin-top: 0;
}
p.feature img {
	border: 0;
}

pre {
	margin-left: .2in;
	overflow: scroll;
}

.dateline {
  font-size: small;
  font-style: italic;
}

li.noncrap {
  background-color: #ffa;
  font-weight: bold;
}

span.footnote {
	font-size: small;
}

span.linknum, div.links {
	display: none;
}

dt {
  font-weight: bold;
}

/* home page featured section */

div.feature {
	width: 390px;
	float: left;
	margin: 20px 0px;
}

div.feature a {
	color: #000;
}

div.feature a:hover {
	color: #222;
}

div.feature p {
	margin: 0;
	padding: 0;
}

div.feature img {
	background: url(/images/feature-bg.gif);
	padding: 0 20px 20px;
	border: 0;
}

div.feature h3 {
	margin: 0 19px 0 19px;
	padding: 0px;
	background: #fff;
	font-size: 12pt;
}

div.feature h3 span {
	padding: 3px 17px 0 8px;
	background-color: #c53334;
}

div.feature p.updated-line {
	margin: -15px 22px 0;
}

table {
	border-spacing: 0px;
	border-collapse: collapse;
}
th, td {
	border: 1px solid #666666;
	padding: .2em;
}
