@charset "windows-1252";

body
{
	font-family: Garamond, Verdana, "Times New Roman", Sans Serif;
}

.content
{
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
}
.content table
{
	width: 100%;
}
.content table .left
{
	width: 75%;
	vertical-align: top;
}
.content table .right
{
	padding-left: 10px;
	width: 25%;
	vertical-align: top;
}
.content table .right input
{
	border: 1px solid #FFFFFF;
	margin-top: 3px;
	font-family: Garamond;
	font-weight: bold;
}

.post table
{
	border-collapse: collapse;
	border: 0;
	padding: 0;
}
.post table .title_bar
{
	border-bottom: 1px solid #692f00;
}
.post .title
{
	text-align: left;
	vertical-align: bottom;
}
.post .title p
{
	display: inline;
	margin: 5px;
}
.post .time
{
	text-align: right;
	vertical-align: bottom;
	font-family: terminal;
	font-size: 9pt;
	font-weight: bold;
}
.post .time p
{
	display: inline;
	margin: 5px;
}
.post .text
{
	padding: 5px;
	margin-top: 10px;
	border-right: 1px solid #692f00;
}

.header
{
	font-family: Garamond, Verdana, "Times New Roman", Sans Serif;
	font-size: 40pt;
	font-weight: bold;
	color: #692f00;
	margin-bottom: 20px;
}
.header p
{
	display: inline;
}