@CHARSET "UTF-8";

html {
	font-family:Arial, Verdana,Sans-serif;
/*	overflow-x: auto; overflow-y: hidden; */
}

body {
	background-color: #F4FFD9;
  margin: 0;
  border:0;
  height: 100%; 
	overflow-y: auto;
	font-size: 11pt;
}

#topFrame { position: fixed;
  display: block;
	top: 0;	left: 0;
	width: 100%; height: 100px;
  padding-top: 15px;
	overflow: hidden; z-index: 25;
  background: #ffffff;
}

#sideFrame, #sideFrameRight 	{ position: fixed; display: block;
  width: 125px; height: 100%;
  margin-top: 100px;
  overflow: hidden; z-index: 20;
  padding: 0px 5px 5px 5px;
	background: #F4FFD9;
  top: 0;	
	left: 0;
}

#sideFrameRight { 
	left: auto; right: 0;
}

#contentFrame {
  display: block;
	margin: 100px 0 0 120px; width: auto;
  overflow: auto; z-index: 25;
  padding: 20px 135px 10px 20px;	
  background: #F4FFD9;
}

#topFrame h1 {
	font-size: 16px; margin: 0px; color: #888;
}

nav ul {
	list-style: none; padding: 4px; display: block;
	clear: right; background-color: #666;
	padding-left: 4px; height: 24px;
}
nav ul li {
	display: inline; padding: 0px 24px 5px 10px;
	height: 24px; border-right: 1px solid #ccc;
}
nav ul li a prev {
	color: yellow; text-decoration: none;
	font-size: 13px; font-weight: bold;
}
nav ul li a {
	color: #EFD3D3; text-decoration: none;
	font-size: 13px; font-weight: bold;
}
nav ul li a:hover{
	color: #fff;
}
nav ul li a prev:hover{
	color: #fff;
}

#sideFrame a {
	text-decoration: none;
	text-shadow: 0.1em 0.1em 0.1em black;
	font-size: 14px;
}
#sideFrame a:hover {
	font-weight: bold;
}

#contentFrame h1 {
	font-size: 16px; margin: 0px; color: #888;
}
#contentFrame cmd {
	font-family: courier;
	padding-left: 10px;
}

* html #sideFrame {	position: absolute; }
* html #contentFrame { position: relative; }
* html #topFrame { position: absolute; }
