body {
	background-color: black;
	font-size: 15px;
	line-height: 1.2em;
	font-family: "Palatino Linotype", sans-serif, serif;
}
#wrapper_home {
	background-image: url('images/jb_web_ful_bk_908.jpg');
	background-repeat: no-repeat;
	border: 4px outset rgb(116,135,94);
	position: relative;
	width: 950px;
	height: 691px;
	color: white;
	margin-left: auto;
	margin-right: auto;
}
#wrapper { /* rest of pages */
	background-image: url('images/jb_web_ful_bk_2_908.jpg');
	background-repeat: no-repeat;
	border: 4px outset rgb(116,135,94);
	position: relative;
	width: 950px;
	height: 691px;
	color: black;
	margin-left: auto;
	margin-right: auto;
}
#mainnav {
	/*position: absolute; top: 260px; right: 2%; horizontal menu */
	position: absolute; top: 56%; left: 2%;
	font-style: italic;
	font-size: 18px;
} 	
a.linksh:link, a.linksh:visited { /* covers both nav and links on home page */
	color: rgb(221,190,27);
	text-decoration: none;
}
a.linksh:hover {
	color: white;
	text-decoration: none;
}
a.links:link, a.links:visited { /* covers both nav and links on rest of pages */
	color: rgb(116,135,94);
	text-decoration: none;
}
a.links:hover {
	color: white;
	text-decoration: none;
}
.navh {
	color: rgb(221,190,27);
	padding-bottom: 25px;
}
.nav {
	color: rgb(116,135,94);
	padding-bottom: 25px;
}
a.selected:link, a.selected:visited {
	color: white;
}
a.selected:hover {
	color: white;
	text-decoration: none;
}
#content {
	/*position: absolute; top: 47%; left: 10%; with horizontal mneu */
	/*width: 645px;*/
	position: absolute; top: 42%; left: 22%;
	width: 550px;
}
#content_loc {
	position: absolute; top: 38%; right: 2%;
	width: 700px;
}
#content_expect {
	position: absolute; top: 40%; left: 23%;
	line-height: 1em;
	width: 545px;
}
#bnav {
	position: absolute; bottom: 0; left: 25%;
	text-align: center;
	font-size: 12px;
}