html, body {
  width:100%;
  height:100%;
  margin:0px;
  padding:0px;
  font-family:georgia, "times new roman", serif;
}

html {
  background:#fff url("/textpattern/gfx/html.jpg") right bottom no-repeat fixed;
}

a:hover {
  text-decoration:none;
}

.container {
  width:100%;
  height:100%;
}

img {
  border:none;
}

.left {
  display:none;
}

.contentholder {
  width:700px;
  padding-top:52px;
  float:left;
}

.menu {
  width:157px;
  float:left;
}

.content {
  width:543px;
  float:left;
  letter-spacing:1px;
  color:#6c6c6c;
}

.content h1 {
  font-size:14px;
  margin:0 0 18px 0;
}

.content p {
  font-size:12px;
  margin:0 0 18px 0;
}

.content ul {
  font-size:12px;
}

.alignright {
  margin:0 0 18px 18px;
}

.content strong {

}

.content a {
  color:#000;
}

.menu {
  
}

.menu ul, .menu li {
  display:inline;
  padding:0px;
  margin:0px;
  list-style-type:none;
}

.menu li, .menu li a {
  float:left;
  clear:both;
  display:block;
  background-repeat:no-repeat;
}

.menu li a {
  font-family:arial, verdana, sans-serif;
  color:#828282;
  font-size:18px;
  text-decoration:none;
  padding:0 0 10px 44px;
}

.menu li a:hover {
  text-decoration:underline;
}

.selected {
  text-decoration:underline !important;
}