#container {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	background-image: url(greenstone.png);
	color: #ffffff;
	height: 100%;
	line-height: 1.2;
}

#menu {
	float: left;
	width: 200px;
	top: 0px;
	padding-left: 1em;
	padding-top: 30px;
	font-weight: bold;
	height: 100%;
	background-image: url(greenstone.png);
	color: #ffffff;
	font-family: sans-serif;
	line-height: 1.5;
}

#body {
	margin-left: 210px;
	padding: 1em;
	background-color: #ffffff;
	color: #000000;
	height: 100%
}


#menu a:link { 
	color: #ffffff;
	text-decoration: none;
	}
#menu a:visited { 
	color: #ffffff;
	text-decoration: none;
	}
#menu a:hover { 
	color: #ffffff;
	background-color: #004e00;
	}


