body {
     background: #99C;
     max-width: 800px;
     max-height: 600px;
     padding: 0;
     margin: 0;
}
#thequicklinks
{
  color: #48c8f5;
  font-size: 10pt;
  text-decoration: underline;
}
#image {
      float: right;
      padding: 5px;
      margin: 0px;
}

#topnav {
      padding: 0;
      margin: 0;
      background: url(topnav.jpg) repeat-x;
      height: 77px;
}

#topnav a{
        color: #3CF;
        font: 16px "Century Gothic",Sans-serif;
        font-weight: 700;
        padding-left: 25px;
        vertical-align: top;
        position: relative;
        top: 15px;
        text-decoration: none;
}

#topnav a:hover {
        color: #CFF;
}

#side {
      float: left;
      margin-top: 0
}

#side a {
      color: #336;
      font: 12pt "Century Gothic",Sans-serif;
      font-weight: bold;
      line-height: 1.2em;
      text-decoration: underline;
}

#side a:hover {
      color: #033;
}

#side ul {
         margin-top: 10%;
         margin-bottom: 0;
}

#side li {
      font: 12pt "Century Gothic",Sans-serif;
      color: #336;
      margin-top: 3%;
      list-style: none;
}
#bottom {
      font: 8pt "Century Gothic",Sans-serif;
      line-height: 1em;
      color: #336;
      float: left;
      margin-left: 10px;
      margin-top: 0;
}

#headline {
      margin-left: 3%;
      margin-top: 2%;
      }