body {
	background: #d8d8d3 url('images/background.gif') repeat-x top;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	color: #000000;
	margin: 0px;
	padding: 0px;
}
table {
	font-size: 12px;
}
a:link {
	text-decoration: none;
	color: #22a;
}
a:hover {
	text-decoration: underline;
	color: #22a;
	background-color:#ddd;
}
a:active {
	text-decoration: underline;
	color: #22a;
	background-color:#ddd;
}
a:visited {
	text-decoration: none;
	color: #a22;
}
a img {
	border: 1px solid #000;
	padding: 2px;
	margin: 5px;
}
.wrapper {
	width: 790px;
	margin: 0px auto;
	padding: 0.1px 0px;
	background-color: #fff;
	background-image: url('./images/fakebackground.gif');
	background-repeat: repeat-y;
	background-position: 50% 0;
}
.fakewrapper {
	width:790px;
	margin: 0px auto;
	padding: 0px;
}
.body {
	width: 590px;
	float: left;
	vertical-align: top;
	padding: 0px;
	border-top: 1px dotted #88f;
}
.menu {
	width: 199px;
	float: right;
	vertical-align: top;
	padding-left:0px;
	text-align:right;
	border-top: 1px dotted #88f;
}
.menuheader {
	font-weight:bold;
    padding-left:10px;
padding-right:5px;
	text-align:right;
	background-color: #ccf;
}
.menucontent {
	padding-left:10px;
	margin-bottom: 10px;
padding-right: 5px;
}
.menucontent ul {
	list-style: none;
	margin-left: 0;
	padding-left: 1em;
	text-indent: -1em;
	text-align:left;
}
.menucontent img {
	border: 1px solid #000;
	padding: 2px;
}
.menucontent p img {
	border: 0px;
	padding: 0px;
}
.menucontent span {
	font-size: 10px;
	text-align: left;
}
.menucontent ul li:before {
	content: "\00BB \0020";
}
.spacer {
	clear: both;
    height: 0px;
	font-size: 0px;
	border-top: 1px dotted #88f;
	padding-top:5px;
	background-color:#fff;
}
.entry {
	margin: 0px 10px 20px 10px;
}
.entrydate {
	margin-top: 10px;
	border-bottom: 1px solid #000;
	text-align: right;
	color: #aaf;
	font-size: 12px;
	font-weight: bolder;
}
.entrytitle {
	font-weight: bolder;
	font-size: 14px;
	color: #008;
	background-color: #ccf;
}
.entrycontent {
	margin-bottom: 20px;
	margin-top: 8px;
}
.entrycomment {
	font-size: 10px;
	text-align: right;
}
.title {
	font-weight: bolder;
	font-size: 15px;
}
.topborder {
	width: 100%;
	background-color: #00A;
	margin: 0px;
	padding: 0px;
	font-size: 5px;
}
.comment {
	margin: 0px 10px 20px 10px;
}
.commenttitle {
	background-color: #aaf;
	border-top: 1px solid #000;
	font-weight: bold;
	padding: 0px 7px;
}
.commentcontent {
	background-color: #eee;
	padding: 5px 7px;
}
.entry_form_wrapper {
	margin: 0px 10px;
}
.entry_form_wrapper table {
	margin: 5px 0px;
}
.error {
	font-weight: bolder;
	color: #f00;
}
.notice {
	font-weight: bolder;
}
.header {
	font-weight:bolder;
	font-size:12px;
}
.modified {
	font-size:10px;
	text-align:right;
}
.tablegrid {
	border-collapse: collapse;
}
.tablegrid td {
	border: 1px solid #000;
}
.spoiler {
	background-color: #ccf;
	margin: 10px;
	border: 1px solid #88f;
}