body {
			min-width: 400px;         /* 2 x LC width + RC width */
			margin: 0;
			padding: 0;
			background-color: #000000; 
			color: #ffffff; 
			font-family: arial; 
			font-size: 10pt;
			background-image: url(menuback.jpg);
			background-repeat:  repeat-y;
} 
h1 {font-size: xx-large; font-weight: normal; text-align: center}
h2 {font-size: medium; font-weight: normal; text-align: center}
p {text-indent: .5in; font-size: 11pt;}
.link {font-size: x-small; text-indent: 0px; margin-top: 0px; margin-bottom: 0px; font-weight: bold;}
.em {font-style: italic;}
.title {font-style: italic;}
.quote {font-style: italic;}
.thought {font-style: italic;}
.whisper {font-size: x-small;}
.borg {font-family: courier new; font-size: medium; font-weight: bold;}
.thought7 {font-style: italic;font-family: courier new; font-size: medium;}
.voice {font-family: goudy old style; font-size: medium;}
.norm {text-indent: 0in;}
.cat {font-weight: bold; text-indent: 0in;}
p.epilogue {text-indent: .5in; font-size: 11pt; font-style: italic; margin-left: 5%; margin-right: 5%}
a {color: #00ff00; text-decoration: none}
a:hover {color: #ff0000; text-decoration: underline}
hr {width: 80%; margin-top: 30px; margin-bottom: 30px; height: 1px}
p.imgcen {
text-align:center;
margin-top:0px;
margin-bottom:0px;
padding:0px;
}
#header{
	padding-top: 60px;
  width: 100%;
	position: relative;
}
#container {
  padding-left: 100px;   /* LC width */
  padding-right: 215px;  /* RC width */
}
#container .column {
  position: relative;
  float: left;
}
#center {
  width: 100%;
	background-color: #fffff0;
	border: inset #f5f5dc;
	color: black;
	padding: 20px;
}
#center a {color: #006400; font-weight: bold;}
#left {
  width: 100px;          /* LC width */
	right: 145px;
  margin-left: -100%;
	padding-left: 2px;
}
#right {
	width: 150px;             /* RC width */
	margin-right: -100%;
	padding-left: 10px;
}
#footer {
  clear: both;
	padding-top: 20px;
}


