body {
    font-family: "Palatino Linotype", Georgia, "Times New Roman", Times, serif;
    margin: 0;
    background: black url("../image/jedi-bg.png") fixed center center no-repeat;
    color: white;
}

h1 {
    text-decoration: underline;
    display: inline;
    padding: 0;
    margin: 0;
}

h1#header {
    text-decoration: none;
    top: 0px;
    position: fixed;
    margin: 0;
    padding: 2px 0 0 0.5em;
    margin-bottom: 0.5em;
    border-bottom: 2px dashed white;
/*
    border-width: 1px 0;
*/
    text-align: center;
    width: 98.5%;
    z-index: 20;
    background: #57576F;
}

#footer {
    margin: 0; 
    padding: 0 2em 0 0; 
    border: 1px solid #CCC; 
    border-width: 1px 0 0 0; 
    text-align: right;
	 font-size: xx-small;
    width: 65%;
    color: #999;
    float: right;
    clear: both;
}

div#toc {
    font-size: small;
    position: fixed;
    width: 25%;
    padding: 0 0.8em;
    margin: 4em 1em; 
    float: left;
}

div#toc h1 {
    display:none;
}

div#sections {
    float: right;
    width: 70%;
    margin-top: 4em;
	 padding-bottom: 250px;
/* 
    position: absolute;
    width: 70%;
    right: 0px;
    top: 50px;
    vertical-align: center;
*/
}

.section_root {
    padding-top: 0;
    padding-right: 1em;
    padding-left: 1em;
    margin: 3em 1em 3em 0em;
/*
    border-top: 1px gray solid;
    border-left: 1px gray solid;
    border-right: 2px gray solid;
    border-bottom: 2px gray solid;
    background: rgb(244,250,250);
*/
}

.section {
    margin: 0 1em 3em 2em;
	 padding-top: 5em;
}

.root_header {
    text-decoration: underline;
    display: inline;
    padding: 0;
    margin: 0;
}

a		{ color: #FC9; text-decoration: underline; }
a:link		{ color: #FC9; text-decoration: underline; }
a:visited	{ color: #C96; text-decoration: underline; }
a:active	{ color: #FEFF00;  }
a:hover		{ color: #FEFF00;  }

strong {
    color: #FEFF00;
}

pre {
    font-family:geneva, verdana, arial, sans-serif;
    font-size:13px;
    color: #EEE;
    line-height:15px;
    background-color: #333;
    border: 1px dashed #EEE;
    padding: 2px;
    padding-left: 10px;
    margin-left: 30px;
    margin-right: 75px;
}

.ullevel2
{ display: none; 
  margin: 1em 0;
  padding-left: 1em;
}

.ullevel1 {
  background: #3B3A61;
  padding: 1em 2em;
}

.lilevel1 {
 margin: 0.5em 0;
 font-size: x-small;
}

.lilevel2 {
 font-size: xx-small;
}

.floatleft
{ float: left;
  margin: 0 1em 1em 0;
}

.thumbnail
{
 display: inline;
 float: left;
 min-width: 250px;
 height: 170px;
 margin: 0.2em;
 padding: 0.5em;
 text-align: center;
 vertical-align: center;
 border: 1px solid gray;
 border-top: 1px gray solid;
 border-left: 1px gray solid;
 border-right: 2px black solid;
 border-bottom: 2px black solid;
}

div.thumbnail img
{border: none;}

ul.ullevel1 { list-style-type: none }

ol {list-style-type: decimal;}
ol ol {list-style-type: upper-roman;}
ol ol ol {list-style-type: lower-roman;}




