body {
	margin: 0px;
	padding: 0px;
	font: 13px/1.5 Georgia, serif;
	background-color: white;
	background-image: url(images/stegosaurus-background.png);
	background-repeat: no-repeat;
	background-position: right top;
	background-attachment: scroll;
}
a {
	text-decoration: none;
	color: #369;
}
a:hover {
	text-decoration: underline;
}
#masthead {
	background: #eee url(images/heading-background.png) no-repeat right bottom;
	height: 80px;
	border-bottom: 1px solid black;
	padding: 0px;
	line-height: 1;
}
#logo {
	position: absolute;
	left: 10px;
	top: 12px;
}
#contents {
	float: left;
	width: 30%;
	border-right: 1px solid black;
	padding-top: 10px;
	padding-left: 10px;
}
#contents ul {
	margin: 0px;
	padding: 0px;
	width: 100%;
	font: normal 11px Verdana, sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.25em;
	position: relative;
	top: -16px;
}
#contents ul li {
	display: block;
	list-style-type: none;
	border-bottom: 1px solid black;
	margin: 8px 0px;
	padding: 0px 20px 0px 0px;
}
#contents ul li a {
	display: block;
	background-color: #eee;
	padding: 0px;
	position: relative;
	top: 12px;
	border: 1px solid black;
	padding-left: 8px;
	text-decoration: none;
}
#contents ul li a:hover {
	background-color: #369;
}
#contents ul li .linkText {
	display: block;
	font: 8pt Verdana;
	text-transform: uppercase;
	letter-spacing: 0.25em;
	color: black;
	background-color: white;
	padding: 4px 8px;
	border-left: 1px solid black;
}
#contents #title {
	text-align: left;
	margin-bottom: 0px;
}
#body {
	float: left;
	width: 65%;
	border-left: 1px solid black;
	position: relative;
	left: -1px;
	top: 10px;
	padding-right: 20px;
}
.entry {
	border-top: 1px solid black;
	margin-top: 15px;
	padding: 0px 84px 1em 20px;
}
img.icon {
	clear: both;
	float: right;
	border: 1px solid black;
	position: relative;
}
.entry h2 {
	border: 1px solid black;
	margin: 0px;
	font: normal 18px Verdana, sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.25em;
	padding: 0px 8px;
	position: relative;
	top: -12px;
	background-color: white;
	color: black;
}
.entry .body {
	padding: 0px 8px;
	position: relative;
	top: -12px;
}
.entry .body p {
	margin: 1ex 0px;
}
.entry .posted {
	border-top: 2px dotted #999;
	padding: 0px 8px;
	font: 11px/1.5 Verdana, sans-serif;
}
#footer {
	clear: both;
	margin-top: 10px;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	background-color: #eee;
	color: black;
	padding: 4px;
	font: 11px Verdana, sans-serif;
	height: 22px;
}
#footer img {
	margin-left: 4px;
	float: right;
}
#spacer {
	display: none;	
}
a img {
	border: none;
}