body {
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	padding-left: 0;
	padding-right: 0;
	background: #000000 url(lonesome_images/background.jpg) 0 0 repeat-x;
	color: #ebebeb;
	font-family: "Georgia", "serif";
	/* Text-sizing with ems: http://clagnut.com/blog/348/ */
	font-size: 62.5%;
}
a {
	color: #8393ca;
	text-decoration: none;
	font-weight: bold;
}
h3 {
	font-style: normal;
	font-family: "Georgia", "serif";
	font-size: 1.17em;
}
h4 {
	font-style: normal;
	font-family: "Georgia", "serif";
	font-size: 1.09em;
}
.house_and_tree {
	width: 279px;
	height: 205px;
	background: url(lonesome_images/house_and_tree.jpg) 0 0 no-repeat;
	position: absolute;
	top: 0;
	left: 0;
}
.site_header {
	width: 307px;
	height: 107px;
	background: url(lonesome_images/main_site_header.jpg) 0 0 no-repeat;
	position: absolute;
	top: 0;
	left: 100%;
	margin-left: -307px;
}
.content_wrapper {
	width: 100%;
	padding-top: 210px;
	margin-left: 5px;
	margin-right: 5px;
}
.sidebar {
	float: left;
	width: 245px;
	/* Let's cater for IE, shall we? */
*	width: 255px;
	border-right: 1px solid #464646;
	padding-left: 5px;
	padding-right: 5px;
	font-family: "Arial", "Tahoma", "Helvetica", "sans-serif";
	font-size: 1.2em;
}
.content {
	margin-left: 270px;
	font-size: 1.4em;
	line-height: 1.5em;
}
.footer {
	clear: both;
	font-family: "Arial", "Tahoma", "Helvetica", "sans-serif";
	font-size: 1.1em;
	text-align: center;
	padding-top: 10px;
	font-style: italic;
}

.poem {
	font-style: italic;
}
.pagetop {
	margin-top: 0;
}