    * {
      padding: 0;
      margin: 0;
    }
    body {
      background: url(../images/bg.gif) repeat; 
      text-align: center;
    }
    #site-wrapper {
      margin: 0 auto;
      text-align: left;
      width: 700px;
    }
    img {
      border: 0;
    }
    #header {
      height: 120px;
      width: 100%;
      background: url(../images/header.jpg);
    }
    #content {
      padding: 15px;
      background: #fff;
      min-height: 460px;
      height: auto;
    }
    /* for Internet Explorer */
   /*\*/
   * html #content {
     height: 470px;
   }
/**/
    p {
      margin-bottom: 10px;
    }
    form {
      padding: 10px;
    }
    table td {
      padding-top: 3px;
      padding-bottom: 3px;
    }
    div.logout {
      margin-bottom: 10px;
    }
    h2.title {
      margin-bottom: 10px;
    }
    img.flyer {
      height: 400px;
      width: 450px;
    }
   table#center {
      margin: 0;
      padding: 0;      
    }
    #view-content {
      padding: 15px;
      background: #fff url(../images/i_scribblebg.gif) repeat-y;
      background-position: top right;
      float: left;
      width: 461px;
      margin: 0;
      font-family: "Arial",Helvetica,sans-serif;
      font-size: 12px;
      font-weight: bold;
    }
    #view-sidebar {
      width: 209px;
      float: left;
      background: url(../images/bg_sidebar.gif) repeat;
      height: 100%;
    }
    .section {
      margin-top: 15px;
    }
    table.contact-info td {
      padding: 0;
      padding-right: 2px;
      font-family: "Arial",Helvetica,sans-serif;
      font-size: 12px;
      font-weight: bold;
    }
    
    #sidebar-menu {
      list-style-type: none;
    }
    
    #sidebar-menu li {
      list-style-type: none;
      margin-bottom: 5px;
    }
    
    table.location-list {
      border: 1px solid #064570;
    }
    
    table.location-list th {
      background: #064570;
      color: white;
    }
    
    table.location-list td,
    table.location-list th {
      padding: 2px;
    }
    
    tr.even {
      background: #fff;
    }
    tr.odd {
      background: #ddd;
    }