body { 
	color: #6B3519;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
/*	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: small;	*/	
	margin: 0;
	padding: 0;
	background-color:#ffffff;
	background-image:url(images/DRKWOODV.jpg);
	background-repeat:repeat-x repeat-y;
}

#blog a {
	text-decoration: none;
	font-weight:bold;
/*	background-color:#ffff99;*/
}

#blog a:hover {
	text-decoration: underline;
	color: #000099;
/*	background-color:#ffff00;*/
}

#blog a:visited {
	color: #660066;
/*	background-color:#ffff99;*/
}

a {
	text-decoration: none;
}

a:hover {
	color: #000099;
/*	background-color:#ffff00;*/
}

a:visited {
	color: #660066;
}

#masthead {
	background-color:#ddeeff;
/*	background: url(images/masthead.jpg);	*/
	margin:0;
	padding:0;
	top:0;
	left:0;
	height: 150px;
	border: none;
	overflow: hidden;
	width: 100%;
}

html>body div#header {position:fixed;}

#headerbar {
	background-color:#6699cc; 
	margin:0;
	height: 25px;
	font-size: .9em;
	}

#page {
	margin: 0 2em;
	padding: 2em;
	background-color:#FFFFFF;
/*	width:100%;
	position: absolute;
	top: 150px;
	left: 0px;	*/
}

html, body, #page {
	min-height:700px;
/*	width: 100%;
	height: 100%;	*/
}

#footer {
	position: relative;
	clear: both;
	width:100%; 
	z-index:2;
	padding: 10px; 
	background: url(images/DRKWOOD.jpg);
/*	background-color:#6699cc; 
	background-color:#ffffff; */
	color:white;
	margin:0;
	_margin_top: -20px;
	font-size: .75em;
	text-align:center;
	bottom:0;
	}

	#footer a {
		font-style: italic;
		font-size: larger;
		color: white;
	}

.boxed {
	border: 2px outset red;
	margin: 2px;
	padding: 5px;
	-moz-border-radius: 10px;
	}

#toc {
	min-height:700px;
	width:220px;
	top:300px;
/*	overflow:scroll; */
	float:left;
	margin:0 1em .5em 0em;
	background-color:#FFFFFF;
}

#pun {
	position:absolute; 
	top:115px;  
	left:0px; 
	width: 550px; 
	height:24px;
	padding:0;
	margin:0;
}

#pic {
	float:right;
	margin: 0em 0em 1em 2em; 
	border: 3px outset #6B3519;
}

#move {
	text-align:left;
}

#blog {
	margin: 8px 32px 16px 250px;
}

li {
	margin-left: -1em;
}

#misc { 
	list-style-image:none;
}

#tonga {
	list-style-image:none;
	margin-left: -1em;
}

.plus {
	list-style-image:url(/images/plus.gif);
}

.minus {
	list-style-image:url(/images/minus.gif);
}

.container {
	-webkit-column-count: 2; /* Chrome, Safari, Opera */
	-moz-column-count: 2; /* Firefox */
	column-count: 2;

	-webkit-column-gap: 3em; /* Chrome, Safari, Opera */
	-moz-column-gap: 3em; /* Firefox */
	column-gap: 3em;

	-webkit-column-rule: 1px solid #000066; /* Chrome, Safari, Opera */
	-moz-column-rule: 1px solid #000066; /* Firefox */
	column-rule: 1px solid #000066;
}