body {
	background-color: #422643;
	background-image: url(TEST_REPEAT8.png);
	font-family: "segoe ui";
	margin: 0px;
	font-size: 16;
	text-align: justify;
	}
	
#mainbox {
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	}
#logo1 {
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	}

#rightcontent {
	background-color: #FAEDD8;/*#FFF3E5; I like this color but am trying other things as well */
	width: 620px;
	float: left;
	padding: 6px;
	}
	
#leftnav {
	background-color: #210444; /*#422643;*/
	/*opacity: 0.90; */

	font-variant: small-caps;
	text-align: center;
	float: left;
	padding: 0px;
	color: #D98719;
	margin: 0 0 0 0;
	font-weight: normal;
	font-size: 115%;
	position: relative;
	width: 150px;
	}	

#leftnav ul  {
	list-style: none;
	text-align: left;
	margin: 0 0 0 0;
	padding: 0px;
	/*opacity: 1.00;*/
	}
	
#leftnav ul li a {
	text-decoration: none;
	color: #D98719;
	padding-right: 10px;
	/*opacity: .99;*/
	}

#leftnav  ul li a:hover {
	color: black;
	background-color: #D98719;
	/*opacity: .99;*/
	}

#leftnav li ul {
	display: none;
	position: fixed;
	background-color: olive;
	margin: 0 0 0 35px;
	/*opacity: .99;*/
	}	


#leftnav li:hover ul {
	display: block;
	/*opacity: 1.00;*/
	}

#leftnav li li {
	display: block;
	/*opacity: 1.00;*/
	
		}

#leftnav ul li li a {
	text-decoration: none;
	color: black;
	/*border: #D98719 ridge;
	border-width: 4px;*/
	padding-left: 10px;
	padding-right: 10px;
	margin: 0 0 0 0;
	/*opacity: 1.00;*/
	}
	
#leftnav ul li li a:hover {
	color: black;
	margin 0 0 0 10px;
	/*opacity: 1.00;*/
	}	
	
#emptyleftnav {
	background-color: #422643;
	width: 150px;
	float: left;
	padding: 4px;
	margin: 0 4px 0 0;
	/*opacity: 1.00;*/
	}	
	
.nextPrev {
	text-decoration: none;
	color: olive;
	font-size: 90%;
	font-variant: small-caps;
	border: 0;
	}
	
.next {
	text-decoration: none;
	color: olive;
	text-align: left;
	}
	
.previous {
	text-decoration: none;
	color: olive;
	text-align: right;
	}
	
/* copied from foah2.css (Not sure if all is needed) */

#contentwallet table ul {
	list-style-type: disc;
	}
	
table a:hover {
	color: #D98719;
	}
		
td.wallet {
	font-variant: small-caps;
	color: #FAEDD8;
	text-align: center;
	background-color: #210444; /*#422643;*/
	}

td.wallet a {
	color: #FAEDD8;
	}
	
.test {
	border: 3px solid #FAEDDB; 
	background-color: #210444; /*#422643; */
	color: #FAEDD8; 
	padding: 10px;
	}
	
.test a:hover {
	color: #D98719;
	}
	
td.wallet2 {
	/*border: 2px solid; */
	
	}
	
img.border {
	border: 4px;
	border-color: red;
	}
	
img.logo {
	margin: 0 0 0 0;
	}

.imagetitle {
	font-family: "Lucida Handwriting";
	text-align: left;
	color: #FAEDDB;
	}
	
p.imagedescription {
	font-variant: small-caps;
	text-align: left;
	font-size: 20;
	color: #FAEDDB;
	}
	
.thumb {
	text-align: right;
	width: 150px;
	color: #FAEDD8;
	font-variant: small-caps;
	}
	
	
.smallthumb {
	text-align: right;
	width: 100px;
	color: #FAEDD8;
	font-variant: small-caps;
	}

img.smallthumb {
	border: 1px solid black;
	}
	
.thumbtable {
	vertical-align: top;
	color: #FAEDD8;
	font-variant: small-caps;
	}
	
.smallcaption {
	float: right;
	text-align: right;
	width: 150px;
	font-size: 10pts;
	}
	
p.mainmenu {
	position: fixed;
	margin: 75px 0 0 0;
	text-align: left;
	font-variant:  small-caps;
	font-size: 24pts;
	color: #FAEDD8;
	}

.bottom_menu {
	position: fixed;
	margin: 99px 0 0 0;
	text-align: left;
	font-variant:  small-caps;
	font-size: 14pts;
	color: #FAEDD8;
	}

.next {
	position: fixed;
	margin: 0 0 0 0;
	font-size: 100pts;
	color: purple;
	}
	
.sidebarright {
	/*width might be needed for IE? Will display: inline fix this?  Apparently not*/
	display: inline;
	float: right;
	text-align: center;
	margin: 0 5px 5px 5px;
	}
	
.sidebarleft {
	float: left;
	text-align: center;
	margin: 0 5px 5px 5px;
	}
	
p.tip {
	width: 75%;
	background-color: black;
	font-variant: small-caps;
	font-size: 20;
	color:  #FAEDD8;
	padding: 6px 6px 6px 6px;
	text-align: left;
	}
	
table.caption1 {
	color: #FAEDD8;
	background-color: black;
	font-variant: small-caps;
	border: 6px solid #FAEDDB;
	padding: 5px;
	}
	
table.caption1 td {
	color: #FAEDD8;
	background-color: black;
	font-variant: small-caps;
	padding: 3px;
	margin-left: 3em;
	}
	
.gallery {
	border: 3px ridge #D98719;
	}