body {
	color:white;
	font-family:sans-serif;
	text-align:center;
	background:black;
	background-repeat: repeat-y;
	background-position: top center;
	/*background:black;*/
	margin-top:0;

}
img {
	border:none;
}
div#title {
	position:relative;
	margin:0 auto;
	margin-top:1em;
	top:0;
	height:80px;
	width:870px;
	background:url('Graphics/logo.png');
	background-repeat: no-repeat;
}
div#title img.titlebanner {
	position:absolute;
	right:0px;
	top:0;
	border:none;
}
div#subbody {
	position:relative;
	background:black;
	margin:0 auto;
	margin-top:0.5em;
	width:870px;
}
div#menu {
	position:absolute;
	background:url('Graphics/zen.jpg');
	background-repeat: no-repeat;
	left:0px;
	margin:0px;
	margin-left:10px;
	width:110px;
	height:175px;
	padding-top:185px;
	padding-left:20px;
	padding-right:20px;
	font-size:18px;
	line-height:24px;
	color:black;
}
div#menu a {
	color:black;
	text-decoration:none;
}
div#menu a.selected {
	color:black;
	font-weight:bold;
	text-decoration:none;
}
div#menu a:hover {
	color:black;
	text-decoration:underline;
}
div#sideicons {
	position:absolute;
	left:0px;
	top:370px;
	margin:0px;
	margin-left:10px;
	width:140px;
	padding-left:5px;
	padding-right:5px;
}
div#sideicons a img {
	border:none;
}
div#rightcollumn {
	position:absolute;
	left:170px;
	width:700px;
}

div.window600 {
	position:relative;
	margin-bottom:0.5em;
	width:700px;
/*	background:url('Graphics/headerbar.jpg');
	background-repeat: no-repeat;
	padding-top:42px;*/
}
div.windows600 img.comic {
	position:relative;
	width:700px;
	border:none;
}
div.window600 div.text {
	width:688px;
	position:relative;
	color:black;
	background:white;
	padding:5px;
	border:1px solid #748cea;
}
a {
	color:white;
	text-decoration:underline;
}
a:hover {
	color:#ff3311;
	text-decoration:underline;
}
table.archive {
	width:100%;
}
table.archive td {
	padding-bottom:1em;
}
div.text p {
	text-indent:10%;
	text-align:justify;
	margin:0px;
}


span.title {
	font-weight:bold;
	font-size:130%;
}
