body {text-align: center;
      /* work around ie 5 glitch */
     margin: 0px;
     padding: 0px;
     border: 0px;
     
     }
#main {
text-align: left;
width: 80%;
/*border: 1px solid black;*/

border: 2px solid #f90;
padding-bottom: 20px;
margin-top: 25px;
margin-left: auto;
margin-right: auto;
*/background-color: #FFFFFF;
}

td.ibox {
border: 1px solid #FFFFFF;
text-align: center;
}
td.ibox p {

background-color: #FFFFFF;

}

td.showlist {
   border: 1px solid #ccc;
   font-weight: bold;
}
td.menu p {
margin-left: 3px;
}

th {
   
   background-color: #ccc;

}
.header {
 font-size: 14px;
 font-weight: bold;
 color: #f90;
 
}
A { color: #C30; }
A:visited { color: #C30; }

div.spacer {
  clear: both;
  }


