body{
	margin: 0;
	padding: 0;
	/*	background: #8CA892 url(l.gif) repeat-y fixed top left; */
	background: #8ca692 url(bigfit.gif) no-repeat fixed 15% -20%;
}

#nav{
/*	background: transparent url(web.gif) no-repeat scroll top left;  */
	padding-top: 1em;
	margin-top: 5.5em;
	width: 23%;
	position: relative;
	top: 0px;
	float: left;
	}

#content{
	padding: 1em .5em .5em .5em;
	margin-top: 4em;
	margin-left: 23%;
	margin-right: 5%;
	width: auto;
	background: transparent url(halfscreen-white.gif) repeat scroll 0% 0%;
	font: normal normal bold 105%/1.25em Times New Roman, Times, Serif;
	border: 3px solid green;
	}

#content a{
	color: green;
}

#content a:hover{
	color: white;
	background: green;
}
#footer{
	width: 100%
}

#nav li{
	list-style-type: none;
	margin: .5em .5em .5em -.5em;
	text-align: right;
	color: #ffffff;
	width: 100%
		
}

#nav a{
	background: #fceccb;
	color: green;
	width: 100%;
	display: block;
	padding-right: .25em;
	font: normal normal bold 115% Arial, Helvetica, Sans-Serif;
}

#nav a:hover{background: transparent; color: white;}

#fitpic1{
		float: right;
}

#webpic{
		float: right;
}

#screenshot{
		margin-left: auto;
		margin-right: auto;
		}

#curSelection{
	background: #dcccab;
	color: green;
	width: 100%;
	display: block;
	padding-right: .25em;
	font: normal normal bold 115% Arial, Helvetica, Sans-Serif;
	}