body {
	margin: 0;
	border: 0;
/*	padding: 5px; */
	height: 100%; 
	max-height: 100%; 
	background: #eec;
	font-family: sans-serif; 
	font-size: 10pt;
	overflow: auto;
}
#menubar {
	position: absolute;
	background-image: url(menuimg.jpg);
	background-attachment: fixed;
	background-position: left top;
	background-repeat: no-repeat;
	top: 0; 
	left: 0; 
	width: 200px; 
	height: 100%; 
	overflow: auto;
	background-color: #eec;
/* background-color: #cd9; */
	color: #fff;
}

#footer {
	position: absolute; 
	bottom: 0; 
	left: 0;
	width: 800px; 
	height: 50px; 
	overflow: hidden;
	padding-left: 5px;
	font-size: 8pt;
	background: #eec;
	border-top: 2px solid #cd9;
}

#contents {
	position: fixed;
	top: 5px;
	left: 200px;
	bottom: 50px; 
	right: 5px; 
	overflow: auto;
	text-align: justify;
	padding-left: 5px;
	background-color: #eec;
	border-bottom: 2px solid #cd9;
}

p {
	width: 600px;
	text-align: justify;
}

.menu {
	display: block;
	top: 100px;
	left: 10px;
	width: 130px;
	height: 20px;
	background: transparent;
	z-index: 50;
}

a.menu {
	padding: 5px;
	font-weight: bold;
	width: 170px;
	height: 20px;
	color: #000;
	display: block;
	background: #ccc;
	text-decoration: none;
	border: 2px solid #ff0;
	text-align: left;
	line-height: 25px;
	margin-top: 5px;
}

a.menu:visited {
	color: #000;
	background: #ccc;
	border: 2px solid #ff0;
}

a.menu:hover {
	color: #ff0;
	background: #ccc;
	border: 2px solid #000;
	text-shadow: 2px 2px 3px #000;
}

a.menu:active {
	color: #f00;
	background: transparent;
}

