div#hometitle
  {
  position: relative;  /* must have a position attribute to allow absolute positioning of google +1 */
  width: 980px;
  height: 100%;
  margin: auto;
  }

/* center the title image */
img#hometitle
  {
  display: block;
  margin-left: auto;
  margin-right: auto;
  }

span#gplusone
  {
  position: absolute;
  right: 0;
  bottom: 0;
  }

div#body
  {
  width: 980px;
  height: 100%;
  margin: auto;
  }

table.maintable { width: 980px; margin: 0 auto; border:1px solid #000; }
table.maintable td { vertical-align: top; margin: 4px; white-space: nowrap; }
table.maintable a {font-family: verdana; font-weight: normal; font-size: 11px; text-decoration: none; color: black; }
table.maintable a:hover { font-family: verdana; font-size: 11px; font-weight: normal; text-decoration: underline }
table.maintable a.title { font-family: verdana; font-size: 13px; font-weight: bold; text-decoration: none; }
table.maintable a.title:hover { font-family: verdana; font-size: 13px; font-weight: bold; text-decoration: underline; }

ul.menu { margin: 0; padding: 2px; line-height: 13px; list-style-type: none;
          font-family: Verdana,Arial,Helvetica,sans-serif; font-size: 11px; }
li { padding: 2px; white-space: nowrap; }
div.menuhead { padding: 2px; background-color: gray; color: white; font-family: verdana; font-weight: normal; font-size: 13px; }

div.news, div.timing, div.translate, div.testbench, div.simulate, div.hdl_works, div.export { padding: 5px; }

