  body {
    background: #101010 none repeat scroll 0 0;
    margin: 0px;
    font-family: verdana;
    font-size: 0.8em;
    padding: 10px 20px;
  }
  
  p {
    font-size: 0.9em;
  }
  ol,ul,li {
    font-size: 0.95em;
  }
  ol {
    padding-left: 25px;
  }
  
/* Page Layout */
/*
  table {
    margin: auto;
  }
*/
  
  table.page-wrapper {
    width: 90%;
    margin: auto;
    min-height: 100px;
    white-space: pre-wrap;
  }
  
  table.content-wrapper {
    margin: auto;
    min-width: 600px;
    padding-top: 10px;
    text-align: left;
    width: 90%;
  }
  
  td {
    vertical-align: top;
  }
  
  div.navBar {
    font-size: 90%;
  }
  
  #menu {
    height: 2.2em;
    list-style-type: none;
    margin: 0;
    overflow: hidden;
    padding: 0px;
    text-align: justify;
  }
  #menu li {
    display: inline-block;
    overflow: visible;
    width: 24%;
  }
  #menu li a {
    background-color:#215254;
    border:1px solid black;
    color:#66CFE3;
    display:inline-block;
    font-weight: bold;
    margin:0;
    padding:5px 2%;
    text-align:center;
    text-decoration:none;
    width:100%;
  }

  div.content-wrapper {
    background-color: white;
    min-height: 300px;
    padding: 10px;
    padding: 5px 30px 60px 30px;
  }
  
/* Content Layout */
  td.main-header {
    vertical-align: middle;
    padding-left: 30px;
  }
  
  td.sidebar {
    width: 25%;
  }
  
  div.recentNews, div.GMRequirements, div.downloadLinkBox
  {
    border: 1px solid #AAAAAA;
    padding: 20px;
    background-color: #F6F6F3;
  }
  
  td.recentNews, td.GMRequirements, td.downloadLinkBox {
    font-size: 90%;
    padding: 10px 20px;
    font-size: small;
    width: 250px; 
    padding-left: 48px;
    padding-right: 32px;
    padding-top: 20px;
    padding-bottom: 20px;    
  }
  
  div.latestVersions {
    font-size: 90%;
  }
  
/* Logo */
  td.logo {
    width: 250px; 
    text-align: center;
    font-size: 1em;
    padding-top: 7px;
  }
  .logoText {
    font-size: 140%;
    font-weight: bold;
  }
  
/* Element-specific styles */
  table.wide { width: 100%; }
  td.mainContent { padding: 10px; border: 1px solid #AAAAAA; }

/* Generic font styles */
  .bold { font-weight: bold; }
  .pink { color: pink !important; }
  .yellow { color: yellow !important; }
  .orange { color: orange !important; }
  .monospace { font-family: Courier New; }
  .normal { font-style: normal }
  .italic { font-style: italic }
  .oblique { font-style: oblique }
  .smaller { font-size: smaller }

