body {
  background: black top left repeat-x;
  background-attachment: fixed;
  font-family: Arial,Helvetica,sans-serif;
  color: rgb(192, 192, 192);
  font-size:0.9em;
}
a:link {
	color: rgb(140, 140, 140);
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: rgb(100, 100, 100);
}
a:hover {
	text-decoration: none;
	color: rgb(100, 100, 100);
}
a:active {
	text-decoration: none;
	color: rgb(70, 70, 70);
}
 a { color: rgb(192, 192, 192);
    }

  li { list-style-type: none;
    list-style-image: none;
    list-style-position: outside;
        margin-bottom:0;
    margin-top:0;
    }


h4 {
	margin-top:0px;
	margin-bottom:0px;}

h3 {
  font-size:1em;}
h2 {
  font-size:1em;}
ul {
	padding-left:0px;}  

#left {
  background: transparent top left repeat-y;
  position: fixed; _position: absolute;
  top: 0; left: 0; bottom: 0;
  width: 150px; float: left;
  visibility:hidden;
}

#main {
  margin-top: 60px;
  margin-left: 150px;
  padding-top: 1em;
}
