/* 060428 tuned for welcome page of plumdee                          ......... */
#horizon { position: absolute; top: 0px; left: 0px; text-align: left; }
#wrapper {
	position: relative;
	left: 0px;
	background-color: #888888 ;
	text-align: left;
	margin: auto;
	}
#pgback {position:absolute; right:0px; top:0px; z-index:1}
#pgfore {position:absolute; z-index:2}
#header {
	position: absolute;
	margin: 0px ;
	}
#nav {
	position: absolute; top: 150px; left: 0px;
	width: 155px; height: 112px;
	z-index: 88;
	font-family: Comic Sans MS, Arial, Helvetica, Sans Serif;
	font-size: 18px
	}
/* ul padding must be forced to 0px for moz/firefox and margin:0 for IE (partial story) ....... */
#nav ul { margin: 0px 20px ; padding: 0px;
	}
#nav li {
	position: relative; top:0px ; left:0px; width: 150px;	height: 31px ;
	text-align: left;	text-indent: 0px ;
	background: url(nav_background5.gif) no-repeat ;
	list-style-type: none;
	}
#navnested a {
	position: relative; top:3px ; left:10px ;
	color: #608864;
	margin-left: 0px ;
	text-decoration: none;
	}
a:hover, a:active {
	border-left: 2px solid #99aa99;
	padding-left: 8px;
	color: #D0C2AE;
	}
.onnav {
	color: #898978;
	}
a { color: #688F6B;	text-decoration: underline;
	}
a#home:hover, a#photos:hover, a#writing:hover, a#fine_art:hover, a#news:hover {
	border-left: 2px solid #99aa99;
	padding-left: 8px;
	}