body {
      background: url(menu_bg.png) repeat-y 0 0;
      font-family: "Trebuchet MS", Verdana, sans-serif;
      font-size: 1em;
}

h1,h2,h3 {
      font-family: Verdana, sans-serif;
      color: #FF9900;
      clear:both;
}

em {
      font-style: italic;
      font-family: Verdana, sans-serif;
      font-size: 90%;
}

h1 {
      font-size: 135%;
}

h2 {
      font-size: 120%;
      font-weight: normal;
}

h3 {
      font-size: 105%;
      font-weight: normal;
}

q {
      font-style: italic;
      font-family: serif;
      padding-left: 30px;
      display: block;
}

a {
      color: rgb(30,30,180);
      text-decoration: none;
}

a:hover {
      background-color: rgb(250,230,210);
      text-decoration: none;
}

#screenshots {
      border: none;
      width: 100%;
}

#screenshots td {
      text-align: center;
      padding: 10px;
}

#download td {
      padding-right: 20px;
      vertical-align: top;
      text-align: left;
}

#download td.right {
      text-align: right;
      vertical-align: top;
}

img {
      border: none;
}

#head {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100px;
      background: url(head_bg2.png) repeat-x;
      margin: 0;
      z-index: 2;
}

#head .right {
      position: absolute;
      top: 0;
      right: 0;
}

#head[id] {
      position: fixed;
}

#menu {
      position: absolute;
      top: 95px;
      left: 0;
      width: 220px;
      background: url(menu_bg.png) repeat-y 0 0;
}

#menu[id] {
      width: 220px;
      position: fixed;
}

#menublock {
	  background: url(menu_corner3.png) no-repeat 0 0;
	  line-height: 150%;
}

#menu .bottom {
      position: absolute;
      bottom: 20px;
      padding: 3px;
      font-size: 70%;
      font-family: Verdana, sans-serif;
      color: white;
      z-index: 2;
}

#menublock a {
      color: white;
      padding: 2px;
      margin: 10px;
      font-family: Verdana, sans-serif;
      border: 1px solid rgb(163,172,190);
}

#menublock a:hover {
      color: black;
      background-color: white;
      border: 1px solid #FF9900;
}

#content {
      position: absolute;
      top: 99px;
      left: 170px;
      padding: 20px;
      margin-right: 10px;
      color: black;
      z-index: 1;
}

#content[id] {
      left: 165px;
}

#content h3[id]:before {
      content: " ";
      display: block;
      height: 100px;
      visibility: visible;
}

#content p {
      padding-left: 30px;
}

.pleft {
      padding-left: 30px;
}

.small {
      font-size: 80%;
      font-family: Verdana, sans-serif;
      color: rgb(50,50,50);
}

.left {
      float: left;
      margin-right: 15px;
      margin-bottom: 15px
}

.right {
      float: right;
      margin-left: 15px;
      margin-bottom: 15px
}

.hint, acronym {
      border-bottom: 1px dashed  #FF9900;
      cursor: help;
}