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(http://sfdebris.com/tools/menuback.jpg);
			background-repeat:  repeat-y;
} 
h1 {font-size: xx-large; font-weight: normal; text-align: center}
h2 {font-size: x-large; font-weight: normal; text-align: left}
h3 {font-size: medium; font-weight: normal; text-align: left; text-decoration: underline;}
ul {list-style-type: none;}
p {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;}
.wars {color: #00ffff;}
.trek {color: #ff0000;}
.expert {color: #ffff00;}
.important {font-weight: bold}
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: 70px;
  width: 100%;
	position: relative;
}
#container {
  padding-left: 120px;   /* LC width */
  padding-right: 160px;  /* RC width */
}
#container .column {
  position: relative;
  float: left;
}
#center {
  width: 100%;
}
#left {
  width: 100px;          /* LC width */
	right: 120px;
  margin-left: -100%;
	padding-left: 2px;
	padding-right: 2px;
}
#right {
	width: 150px;             /* RC width */
	margin-right: -100%;
	padding-left: 4px;
}
#footer {
  clear: both;
}
