/*
 * NetInertia twopointone CSS file
 * (C) 2004 James O'Gorman. All rights reserved.
 */

body {
  font-family: Arial;
  background: #ffffff;
  color: #000000;
}

div#container {
}

div#header {
  border-bottom: 1px solid gray;
}

div#menu {
  position: absolute;
  width: 140px;
  margin: 10px;
  border: 1px dotted gray ;
  padding: 10px 0px;
  background: #efefef;
}

div#menu a {
  display: block;
  text-decoration: none;
  padding: 0px 5px;
  margin: 0px 5px;
  border: 1px solid #eee;
}

div#menu a.hilight {
  border: 1px solid #aaa;
  background: #eeeeee;
}

div#menu a:hover {
  background: #ccc;
  border: 1px solid blue;
}

div#menu div#submenu a {
  text-indent: 10px;
}

div#main {
  position: absolute;
  left: 170px;
  width: 80%;
  padding: 10px 5px;
}

div#footer {
  position: absolute;
  /*left: 170px;*/
  bottom: 0px;
  font-size: 10px;
  font-style: italic;
}

div#footer a img {
  border: 0px;
  margin: 5px 0px 0px 0px;
}
