body {
	font-family: "Lucida Grande", verdana, arial, helvetica, sans-serif;
	font-size: 87.5%;
	background-color: #000000;
	margin: 0 auto;
	padding: 20px;
	text-align: center;
	min-width: 800px;
}

.clear {
	clear: both;
}

#content {
	margin-left: auto;
	margin-right: auto;
}

#body {
	line-height: 1.5em;
	background-image: url(/images/diary_staff.gif);
	background-repeat: repeat;
	background-color: #FFFFFF;
	margin: 1em;
	padding: 1em 1em 1em 3em;
	border: 1px solid #666;
}

#header {
	text-align: center;
}

h2.chapter_title {
	text-align: center;
}

#chapter_navigation {
	margin-top: -10px;
	margin-bottom: 10px;
	color: #666;
	width: 100%;
	vertical-align: top;
}

#chapter_navigation .chapter_nav_left  {
	float: left;
}

#chapter_navigation .chapter_nav_right  {
	float: right;
}

a.nav_link:link, a.nav_link:visited {
	text-decoration: none;
	color: #000;
	border: 0;
}

a.nav_link:active, a.nav_link:hover {
	text-decoration: none;
	color: red;
}

#disclaimer {
	font-size: .8em;
	color: #000;
	text-align: center;
}

#posting_title {

}

#posting {

}

#comments {

}

.chapter_title {
	font-size: 1.4em;
	border-bottom: 1px solid #000;
}

.comment_trigger {
	text-align: right;
}