body, html {
	font-family: Tahoma, Arial, Sans, Sans-serif;
	min-width: 600px;
	min-height: 200px;
	color: #3a3aa3;
	font-size: 9pt;
	width: 99%;
	height: 99%;
	position: relative;
}

div#header {
	background: white;
	margin: 0px auto;
	min-width: 600px;
	max-width: 90%;
	position: relative;
	top: 6px;
	height: 24px;
	padding: 0px;
}

div#title {
	color: #1331a3;
	font-weight: bold;
	font-size: 12pt;
	float: left;
	text-align: left;
	max-width: 600px;
	height: 24px;
	overflow: hidden;
}

div#shortcut {
	float: right;
	color: #888a87;
	text-align: right;
	white-space: nowrap;
	min-width: 200px;
	height: 24px;
	padding: 0px;
}

div#body {
	border: 1px;
	border-style: solid;
	border-color: #888a87;
	background-image: url(images/tsoi.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	padding: 0px;
	margin: 0px auto;
	min-width: 600px;
	max-width: 90%;
	position: relative;
	top: 2px;
	bottom: 0px;
	height: 90%;
	overflow: hidden;
}

div#main {
	padding: 5px;
	overflow: auto;
	height: 98%;
	top: 0px;
	bottom: 0px;
	text-align: left;
	color: #3a3aa3;
	font-size: 9pt;
	z-index: 1;
}

div#leftpic {
        background-image:url(/images/leftwilhelm.jpg);
	background-color: white;
	background-repeat: no-repeat;
	background-position: top center;
	float: left;
	min-width: 200px;
        width: 25%;
	margin-right: 5px;
	top: 0px;
	bottom: 0px;
	height: 100%;
	z-index: -2;
}

div#leftpicfooter {
	position: absolute;
	text-align: left;
	margin: 0px auto;
	bottom: 0px;
	height: 55px;
	left: 0px;
}

div#copyright {
	background: white;
	margin: 0px auto;
	position: relative;
	top: 2px;
	bottom: 0px;
	height: 15px;
	padding: 0px;
	font-size: 9px;
	color: #888a87;
	text-align: center;
}

div.comment {
	background: #ffffea;
	border-width: 1px;
	border-style: solid;
	margin: 5px;
	padding: 5px;
}

.author {
	font-weight: bold;
}

h1 {
	color: #1331a3;
	font-size: 50px;
	margin-bottom: 5px;
}

h2, h3, h4 {
	color: #1331a3;
}

a {
	color: #000080;
	text-decoration: none;
}
a:hover {
	color: #0000ff;
	text-decoration: underline;
}

a img {
	border: 0px;
}

img.link {
	vertical-align: middle;
	padding: 0px;
	margin: 0px;
}

img {
	padding: 2px;
}

input, select, textarea {
	background: none;
	text-align: left;
}

td {
	font-size: 9pt;
}

.error {
	color: #a30000;	
}

.date {
	font-style: italic;
	text-align: right;
}

.link {
	text-align: right;
}

div.personal {
	background-color: #eaeaff;
	border: 1px;
	border-style: solid;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	font-family: comic sans, TSCu_Comic;
}

div.prayer {
	background-color: #ffffea;
	border: 1px;
	border-style: solid;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	font-family: comic sans, TSCu_Comic;
}


