<!--

body {
	margin: 0px; 
	color: black;
	background: #EEE8AA;
}

/*************************/
/*   Banner  */
/*************************/

#title {
	vertical-align: middle; 
	background: #FAFAD2;
	font: italic 300% "Times New Roman Bold"; 
	text-align: center;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 9%;
	z-index: 1000;
}

/***********************/
/*   locations */
/***********************/

#alts {
	vertical-align: middle; 	
	font-size: 120%;
	font-family: "Arial Bold"; 
	text-align: center; 
	position: fixed;
	background: #BDB76B;
	left: 0;
	top: 9%;
	width: 100%;
	height: 4%;
	border-bottom: 8px solid black;
	z-index: 1000;
}

#loc {
	vertical-align: middle; 
	font: 100% "Arial Bold"; 
	right: 0;
	position: absolute;
}

/******************************/
/* Main Nav */
/******************************/

#nav {
	position: fixed;
	left: 0;
	top: 13%;
	width: 8em;
	background-color: #BDB76B;
	min-height: 100%;
}

#xmenu {
	position: relative;
	left: 5px;
	top: 16px;
}

#xmenu a {
	display: block;
	text-decoration: none;
	padding: 2px;
	margin-bottom: 0px;
	border: 3px outset #EEE8AA;
	color: #fff;
	background: #8B864E;
	font-size: 12px;
	font-style: italic;
	font-family: sans-serif;
	line-height: 1.4em;
	width: 85%;
}

/*********************************************/
/*           Main Content   */
/********************************************/
#wrapper {
	margin-left: 8.0em;
	margin-top: 4.5em;
	background: #FFF68F;
	overflow: hidden;
	font-family: Arial;
	border-left: 4px solid black;
}

#wrapper p {
	margin: 2em 3em 0em 3em;
}

#wrapper h3, h4 {
	margin: 1em 3em 1em 3em;
}

.focus {
	position: relative;
	top: 4em;
}

.focus img {
	float: left;
	border: 1px solid #666;
	width: 280px;
	padding: 4px;
	margin: 6px;
}

/****************************************/
/*    Photos      */
/***************************************/
#photos {
	top: 0;
	right: 0em;
	position: absolute;
	padding: 4px;
}

.fig_right {
	float: right;
	margin-left: 10px;
	border: 1px solid #666;
	padding: 10px;
}

.fig_left {
	float: left;
	margin-right: 10px;
	border: 1px solid #666;
	padding: 10px;
}

.fig_none {
	border: 1px solid #666;
	padding: 10px;
}


/*******************************************/
/*        Footer   */
/******************************************/
#footer {
	text-align: center;
	position: relative;
	top: 10em;
	left: 0;
	width: 100%;
	height: 33em;
	background: #BDB76B;
	border-top: 4px solid black;
}

table.jgl {
	font: 80% Arial; 
} 

.midcolor {
	background: #BDB76B;
}

.darkcolor {
	background: #BDB76B;
}

a:link {
	color: blue;
}

a:visited {
	color: blue;
}

a.pagelink {
	margin-left: 20px;
}

-->
