body {
  font: small/1.1em verdana, tahoma, sans-serif;
}
#content {
	width: 400px;
	height: 597px;
	margin:0px auto;
	text-align:left;
	border:1px solid #000;
	background-color:;
	background: #eee url(skins/wyatt_and_lyle_looking_down.jpg) no-repeat;
}
#contentbody {
	border-top:2px solid #000;
	margin-top: 400px;
    background: #eee url(skins/wyatt_and_lyle_looking_down_light.jpg) no-repeat 0px -400px;
    /* ^ image is 597 tall */
    height: 195px;
    overflow: auto;
}
.entry {
  padding: 4px;
	padding-top: 8px;
	padding-bottom: 20px;
}
.entry h4 {
  margin: 0px;
  padding: 0px;
  border-bottom: 1px solid #663333;
}
.entry .date {
	color: #330000;
	font-size: .7em;
	float:right;
}
.entry p {

}
.entry blockquote {
  letter-spacing: .1em;
  font-size: .9em;
  line-height: 1.3em;
  border: 1px dashed #663333;
  border-left: none;
}

#footer {
	width: 400px;
	margin:0px auto;
	text-align:center;
  margin-top: 8px;
}
#footer a {
  text-decoration: none;
  color: black;
}
#footer a:hover {
  color: #330000;
}