body {
	text-align: center;
	background-color: #191919;
	color: #fff;
	font: 10pt/20pt "Lucida Grande", Lucida, Verdana, sans-serif;
	margin-top: 0;
}

a:link, a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #849f5d;
}

a:hover, a:active {
	color: #92a07f;
	font-weight: bold;
	text-decoration: none;
}

.centered {
	margin: 0 auto 0 auto;
}

#container {
	width: 966px;
	margin: 0 auto;
}

#content
 {
	float: left;
	width: 686px;
	text-align: justify;
	margin-right: 30px;
}

#rightbar {
	width: 250px;
	float: left;
	text-align: justify;
}

#title {
	background-color: #162824;
	font-weight: bold;
	color: #fff;
	font-size: 14pt;
	padding: 2px 2px 2px 5px;
}

#byline {
	border-bottom: 1px dotted #fff;
}

#dateheader {
	font-weight: bold;
	font-size: 14px;
	text-align: right;
}

#coverpix {
	float: left;
	margin-right: 10px;
}