body {
	color: black;
	background-color: green;
	background-image: url(images/background.gif);
	/*background-repeat: repeat-y;*/
	font-family: "Gill Sans", sans-serif;
	font-size: 12pt;
	}

#nav {
	width: 145px;
	position: absolute;
	float: left;
}

#body {
	border: 1px solid white;
	width: 780px;
	margin: 10px;
	padding: 20px;
	position: absolute;
		left: 169px;
	background-color: #C7E89A;
}

#nav ul { 
	list-style-type: none; 
	margin: 10px;
	padding: 0; 
	position: relative; 
	overflow: visible; 
	height: auto;
	font-size: 14px;
}

#nav ul li#top {
	background-image: url(images/menu-top.gif);
	width: 145px;
	height: 28px;
}

#nav ul li#bottom {
	background-image: url(images/menu-bottom.gif);
	width: 145px;
	height: 28px;
}

#nav ul li { 
	background-image: url(images/menu.gif);
	width: 145px; 
	height: 28px;
}

#nav ul li a, #nav ul li a:visited { 
	width: 145px; 
	height: 2.0em; 
	display: block; 
	color: white; 
	text-decoration: none; 
	margin: 0em 0 0 0; 
	text-indent: 10px; 
}

#nav ul li a:hover { 
	display: block; 
 	color: #333; 
}

#nav ul li a.currentpage, #nav ul li a.currentpage:visited { 
 	color: yellow; 
}

#fgcfooter {
	clear: both;
	padding: 40px 0 0 0;
	font-size: 10pt;
	vertical-align: bottom;
}
