body {  background-image: url(images/back2.jpg); text-align: center; margin-top: 0; margin-right: auto; margin-left: auto; padding-top: 0 }
#content    { background-repeat: repeat-x; text-align: left; margin-top: 0; padding-top: 0; position: relative; top: 0 }
#left    { text-align: left; padding-left: 20px; position: relative; width: 150px; float: left }
#right   { text-align: left; position: relative; width: 625px }
#footer      { font-size: 9px; background-image: url(images/screenlittle.jpg); background-repeat: repeat-x; margin-top: 40px; padding-top: 10px; position: relative;  }
p     { color: #eae6d8; font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; line-height: 17px; background-color: transparent; margin-top: 0 }
p.credit    { color: #eae6d8; font-size: 9px; line-height: 12px; background-color: transparent; margin-top: 40px }
p.pages      { color: #eae6d8; font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; background-color: transparent; text-align: left; margin-top: 0; padding-top: 0; padding-bottom: 3px; padding-left: 3px }
h1            { font-size: 24px; font-weight: bold; background-image: url(images/screen.jpg); background-repeat: repeat-x; margin-top: 0; margin-right: 0; margin-left: 0; padding-top: 0; height: 65px; border-bottom: 1px solid #000 }
h2               { color: #2f2827; font-size: 20px; font-weight: bold; background-image: url(images/mw.gif); background-repeat: no-repeat; text-align: left; letter-spacing: 0.25em; margin-right: 0; margin-bottom: 1.5em; margin-left: 0; padding-top: 10px; padding-left: 400px; height: 35px }
h3 { color: #2f2827; font-size: 1.25em; font-weight: bold; background-repeat: no-repeat; text-align: left; letter-spacing: 0.25em; margin-right: 0; margin-bottom: 0.35em; margin-left: 0; padding-left: 25px; height: 35px }
a  { color: #D1CF82; font-style: normal; text-decoration: none }
a:hover     { color: #400 }



startList = function() {
if (document.all&&document.getElementById) {
navRoot = document.getElementById("nav");
for (i=0; i<navRoot.childNodes.length; i++) {
node = navRoot.childNodes[i];
if (node.nodeName=="LI") {
node.onmouseover=function() {
this.className+=" over";
  }
  node.onmouseout=function() {
  this.className=this.className.replace»
	(" over", "");
   }
   }
  }
 }
}
window.onload=startList;


ul   { list-style: none; margin: 0; padding: 0; width: 150px }

li:hover ul, li.over ul{ 
	display: block; 
	}

ul       { font-size: 9px; font-family: Verdana, san-serif; font-weight: normal; text-transform: capitalize; letter-spacing: 1px; list-style: none; margin: 5px 0 0; padding: 0; left: 25px; width: 150px }
ul li  { position: relative }
	
	li ul    { display: none; position: relative; left: 0 }
	
	ul li a     { color: #D1CF82; text-decoration: none; background-image: none; background-repeat: repeat; background-attachment: scroll; background-position: 0 0; display: block; padding-top: 3px; padding-right: 3px; padding-bottom: 3px }
/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; }
* html ul li a { height: 1%; }
/* End */

